/* ============================================================================
   BASE
   ========================================================================= */
/* line 65, ../scss/base/_variables.scss */
.container {
  position: relative;
}

/* line 79, ../scss/base/_variables.scss */
.button, .button:hover, .button:active, .button:focus, .button:visited {
  outline: none;
}

/* line 85, ../scss/base/_variables.scss */
.button {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* line 94, ../scss/base/_variables.scss */
ul {
  margin: 0;
  padding: 0;
}
/* line 96, ../scss/base/_variables.scss */
ul li {
  list-style: none;
}

/* line 101, ../scss/base/_variables.scss */
a {
  color: #2196F3;
}
/* line 103, ../scss/base/_variables.scss */
a:hover {
  color: #1A6AFF;
  text-decoration: none;
}

/*
 * Multiple text rows limit (place '...' at the end)
 */
/* line 142, ../scss/base/_variables.scss */
.fw-400, .h-fw-400 {
  font-weight: 400 !important;
}

/* line 146, ../scss/base/_variables.scss */
.w-100pc {
  width: 100% !important;
}

/* line 152, ../scss/base/_variables.scss */
body {
  line-height: 1.3;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background-color: #f5f7fa;
}

/* line 156, ../scss/base/_variables.scss */
img {
  max-width: 100%;
}

/* line 160, ../scss/base/_variables.scss */
.show-mobile {
  display: none;
}

/* line 32, ../scss/components/_buttons.scss */
.button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
  text-align: center;
  border: 1px solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 40px;
  line-height: 38px;
  padding: 0 25px;
  font-size: 14px;
}
/* line 37, ../scss/components/_buttons.scss */
.button[disabled], .button.disabled {
  font-weight: 400;
  color: #000 !important;
  background-color: #fff !important;
  border-color: #2196F3 !important;
}
/* line 41, ../scss/components/_buttons.scss */
.button:active, .button:focus, .button:hover {
  text-decoration: none !important;
}
/* line 46, ../scss/components/_buttons.scss */
.button[disabled], .button.disabled {
  pointer-events: none !important;
  background-color: #fff !important;
  border-color: #999 !important;
  color: #000 !important;
}
/* line 19, ../scss/components/_buttons.scss */
.button-type01, .button-type01:focus {
  color: #fff !important;
  background-color: #2196F3 !important;
  border-color: #2196F3 !important;
}
/* line 22, ../scss/components/_buttons.scss */
.button-type01:hover {
  color: #2196F3 !important;
  background-color: #fff !important;
  border-color: #2196F3 !important;
}
/* line 25, ../scss/components/_buttons.scss */
.button-type01:active {
  color: #0d8aee !important;
  background-color: #f2f2f2 !important;
  border-color: #0d8aee !important;
}
/* line 19, ../scss/components/_buttons.scss */
.button-type02, .button-type02:focus {
  color: #fff !important;
  background-color: #fd8924 !important;
  border-color: #fd8924 !important;
}
/* line 22, ../scss/components/_buttons.scss */
.button-type02:hover {
  color: #fd8924 !important;
  background-color: #fff !important;
  border-color: #fd8924 !important;
}
/* line 25, ../scss/components/_buttons.scss */
.button-type02:active {
  color: #fd7b0b !important;
  background-color: #f2f2f2 !important;
  border-color: #fd7b0b !important;
}

/* line 1, ../scss/components/_forms.scss */
.input-form {
  border: 1px solid #8b95a7;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  color: #000;
  width: 100%;
  display: block;
  font-size: 14px;
}
/* line 3, ../scss/components/_forms.scss */
.input-form:focus {
  outline: none;
}

/* line 8, ../scss/components/_forms.scss */
.link {
  color: #024fc4;
  text-decoration: underline;
}
/* line 10, ../scss/components/_forms.scss */
.link:hover {
  text-decoration: none;
}
/* line 13, ../scss/components/_forms.scss */
.link:focus {
  text-decoration: underline;
}

/* line 18, ../scss/components/_forms.scss */
.form-group {
  margin-bottom: 25px;
}

/* line 22, ../scss/components/_forms.scss */
::placeholder {
  color: #2196F3;
}

/* line 27, ../scss/components/_forms.scss */
.form-check {
  position: relative;
  margin: 0;
  font-weight: normal;
}
/* line 29, ../scss/components/_forms.scss */
.form-check .input-check {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* line 33, ../scss/components/_forms.scss */
.form-check .input-check:checked + .check-icon:before {
  opacity: 1;
}
/* line 39, ../scss/components/_forms.scss */
.form-check .check-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #8b95a7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
/* line 41, ../scss/components/_forms.scss */
.form-check .check-icon:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  background-image: url("assets/img/icon/icon-check.png");
  width: 18px;
  height: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}
/* line 46, ../scss/components/_forms.scss */
.form-check .check-text {
  padding-left: 34px;
  line-height: 20px;
  display: inline-block;
}

/* line 53, ../scss/components/_forms.scss */
.show-sm, .show-md {
  display: none;
}

/* line 1, ../scss/components/_icon.scss */
.icon-default {
  position: relative;
}
/* line 3, ../scss/components/_icon.scss */
.icon-default:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/* line 9, ../scss/components/_icon.scss */
.icon-back:before {
  background-image: url("../../images/icon/v1-back-1.png");
  width: 10px;
  height: 15px;
}

/* line 2, ../scss/components/_modal.scss */
.modal .modal-header {
  background-color: #2196F3;
  padding: 10px 35px;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  position: relative;
}
/* line 6, ../scss/components/_modal.scss */
.modal .modal-body {
  padding: 20px 36px 0 35px;
}
/* line 9, ../scss/components/_modal.scss */
.modal .modal-footer {
  padding: 0 35px 20px 35px;
  border-top: none;
}
/* line 15, ../scss/components/_modal.scss */
.modal .close {
  position: absolute;
  top: -13px;
  right: 15px;
  opacity: 1;
}
/* line 18, ../scss/components/_modal.scss */
.modal .close span {
  opacity: 1;
}

@media (min-width: 768px) {
  /* line 26, ../scss/components/_modal.scss */
  .modal-dialog {
    margin: 128px auto;
    width: 460px;
  }
}
/* line 32, ../scss/components/_modal.scss */
.ModalWelcome .modal-body {
  padding: 20px 36px;
}
/* line 34, ../scss/components/_modal.scss */
.ModalWelcome .modal-body p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
/* line 38, ../scss/components/_modal.scss */
.ModalWelcome:before {
  content: '';
  position: absolute;
}

/* line 2, ../scss/components/_table.scss */
.table td, .table th {
  padding: 10px 6px !important;
  font-size: 14px;
}
/* line 5, ../scss/components/_table.scss */
.table thead {
  background-color: #2196f326;
}
/* line 8, ../scss/components/_table.scss */
.table > thead > tr > th {
  vertical-align: top;
}

/* line 13, ../scss/components/_table.scss */
.top-table {
  padding: 20px 20px 10px 20px;
}

/* line 18, ../scss/components/_table.scss */
.td-tab a {
  display: block;
}

/* line 1, ../scss/layouts/_header.scss */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 121;
  background-color: #2196F3;
  margin-bottom: 0;
  border: 0;
  padding: 0;
  min-height: 65px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}
/* line 4, ../scss/layouts/_header.scss */
.header .navbar-header {
  width: 240px;
  text-align: center;
  padding-left: 0;
}
@media all and (min-width: 1367px) {
  /* line 4, ../scss/layouts/_header.scss */
  .header .navbar-header {
    width: 370px;
  }
}
/* line 9, ../scss/layouts/_header.scss */
.header .navbar-header .brand-logo {
  display: block;
  padding: 3px;
}
/* line 11, ../scss/layouts/_header.scss */
.header .navbar-header .brand-logo > img {
  margin: 0 auto;
  height: 55px;
}
/* line 19, ../scss/layouts/_header.scss */
.header .navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 28, ../scss/layouts/_header.scss */
.header .navbar-nav, .header .nav-link {
  color: #fff;
}
/* line 32, ../scss/layouts/_header.scss */
.header .nav-link {
  line-height: 65px;
  padding: 0;
  font-size: 20px;
  display: inline-block;
}
/* line 36, ../scss/layouts/_header.scss */
.header .navbar-brand {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 36, ../scss/layouts/_header.scss */
  .header .navbar-brand {
    width: 100%;
  }
}

/* line 44, ../scss/layouts/_header.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 48, ../scss/layouts/_header.scss */
.navbar-brand {
  display: inline-block;
  padding-top: .30892857rem;
  padding-bottom: .30892857rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 52, ../scss/layouts/_header.scss */
.navbar-brand .brand-logo, .sidebar > .sidebar-nav > .nav-heading, .sidebar > .sidebar-nav > li > a > span {
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn;
}

/* line 56, ../scss/layouts/_header.scss */
.form-search {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 300px;
  margin-top: 12px;
  margin-right: 0;
}
/* line 58, ../scss/layouts/_header.scss */
.form-search .button-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  border: none;
  height: 100%;
  background-color: transparent;
  padding: 0;
  text-align: center;
  color: #2196F3;
  z-index: 1;
  font-size: 20px;
}
/* line 62, ../scss/layouts/_header.scss */
.form-search .input-form {
  padding-right: 50px;
  border: none;
}

/* line 1, ../scss/layouts/_footer.scss */
footer {
  /*position: absolute;*/
  /*left: 0;*/
  /*right: 0;*/
  /*bottom: 0;*/
  border-top: 1px solid #e4eaec;
  padding: 15px 20px;
  z-index: 999;
  color: #515253;
  font-size: 12px;
  background-color: #51525326;
}

/* line 1, ../scss/layouts/_sidebar.scss */
.aside-container {
  min-height: 100vh;
  position: absolute;
  background-color: #fff;
  width: 370px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 116;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1), translate 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.footer-container {
  display: flex; justify-content: space-between; padding-top: 25px; padding-bottom: 25px;
}
.footer-container .left-footer {
  font-weight: 600;
}
.footer-container .left-footer .logo-footer {
  max-width: 50px; display: block; margin-bottom: 10px;
}
.footer-container .left-footer .name-company {
  font-size: 6px; line-height: 1.6; margin-bottom: 0;
}

.footer-container .left-footer .english {
  display: block;
}
.footer-container .info-company p i{
  width: 25px; display: inline-block;
}

@media all and (max-width: 1366px) {
  /* line 1, ../scss/layouts/_sidebar.scss */
  .aside-container {
    width: 240px;
  }
}
/* line 7, ../scss/layouts/_sidebar.scss */
.aside-container .aside-inner {
  /* padding-top: 65px; */
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 11, ../scss/layouts/_sidebar.scss */
.sidebar {
  height: 100%;
  padding-bottom: 20px;
  background-color: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* line 13, ../scss/layouts/_sidebar.scss */
.sidebar:after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  -webkit-transform: translateZ(0);
}
/* line 16, ../scss/layouts/_sidebar.scss */
.sidebar .nav-heading {
  color: #919DA8;
  padding: 12px 15px;
  font-size: 13px;
  letter-spacing: .035em;
  pointer-events: none;
  cursor: default;
}

/* line 21, ../scss/layouts/_sidebar.scss */
.aside-inner, .navbar-header, .sidebar > .sidebar-nav > li {
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 25, ../scss/layouts/_sidebar.scss */
.navbar-brand .brand-logo, .sidebar > .sidebar-nav > .nav-heading, .sidebar > .sidebar-nav > li > a > span {
  -webkit-animation: 1s fadeIn;
  animation: 1s fadeIn;
}

@media only screen and (min-width: 1025px) {
  /* line 30, ../scss/layouts/_sidebar.scss */
  .sidebar:not(.show-scrollbar) {
    margin-right: -17px;
    overflow-y: scroll;
  }
}
/* line 36, ../scss/layouts/_sidebar.scss */
.sidebar-nav {
  position: relative;
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 38, ../scss/layouts/_sidebar.scss */
.sidebar-nav li {
  border-bottom: 1px solid #d7d7d7a6;
}
/* line 40, ../scss/layouts/_sidebar.scss */
.sidebar-nav li a, .sidebar-nav li span {
  position: relative;
  display: block;
  color: #515253;
  letter-spacing: .025em;
  font-weight: 400;
  cursor: pointer;
  background-color: transparent !important;
}
/* line 42, ../scss/layouts/_sidebar.scss */
.sidebar-nav li a:hover, .sidebar-nav li span:hover {
  text-decoration: none;
  color: #2196F3;
}
/* line 47, ../scss/layouts/_sidebar.scss */
.sidebar-nav li.active > a, .sidebar-nav li.active > span {
  color: #2196F3;
}
/* line 50, ../scss/layouts/_sidebar.scss */
.sidebar-nav li.active > a .fa-caret-down:before, .sidebar-nav li.active > span .fa-caret-down:before {
  content: '\f0d8';
}
/* line 57, ../scss/layouts/_sidebar.scss */
.sidebar-nav i {
  width: 20px;
  display: inline-block;
  font-size: 16px;
}
/* line 61, ../scss/layouts/_sidebar.scss */
.sidebar-nav .fa-caret-down {
  position: absolute;
  top: 12px;
  right: 20px;
  width: auto;
}

/* line 67, ../scss/layouts/_sidebar.scss */
.sidebar-nav > li > a, .sidebar-nav > li > span {
  padding: 12px 10px 12px 20px;
}

/* line 72, ../scss/layouts/_sidebar.scss */
.sidebar-subnav > li {
  display: block;
  border-left: 3px solid transparent;
  transition: border-left-color .4s ease;
  border-bottom: 1px solid #d7d7d721;
}
/* line 74, ../scss/layouts/_sidebar.scss */
.sidebar-subnav > li .nav-item, .sidebar-subnav > li > a, .sidebar-subnav > li > span {
  padding: 10px 10px 10px 40px;
}

/* line 80, ../scss/layouts/_sidebar.scss */
.menu-level-3 li {
  border-bottom: 1px solid #d7d7d721;
}
/* line 82, ../scss/layouts/_sidebar.scss */
.menu-level-3 li a, .menu-level-3 li span {
  padding: 10px 10px 10px 60px;
}

/* line 88, ../scss/layouts/_sidebar.scss */
.aside-inner, .navbar-header, .sidebar > .sidebar-nav > li {
  transition: width 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 92, ../scss/layouts/_sidebar.scss */
.has-user-block {
  display: block;
  overflow: hidden;
  border: 0 !important;
}

/* line 96, ../scss/layouts/_sidebar.scss */
.user-block {
  position: relative;
  padding: 25px 0 10px;
  cursor: pointer;
  background: url(http://themicon.co/theme/angle/v4.0/material/assets/img/user-bg.jpg) left top/cover no-repeat;
}
/* line 98, ../scss/layouts/_sidebar.scss */
.user-block > .user-block-picture {
  position: relative;
  width: 90px;
  margin: 0 auto;
}
/* line 102, ../scss/layouts/_sidebar.scss */
.user-block .user-block-info {
  padding-top: 15px;
  text-align: center;
  white-space: nowrap;
}
/* line 104, ../scss/layouts/_sidebar.scss */
.user-block .user-block-info .user-block-name, .user-block .user-block-info .user-block-role {
  display: block;
}
/* line 107, ../scss/layouts/_sidebar.scss */
.user-block .user-block-info .user-block-name {
  color: #585d66;
}
/* line 110, ../scss/layouts/_sidebar.scss */
.user-block .user-block-info .user-block-role {
  font-size: 16px;
  color: #2196f3;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 116, ../scss/layouts/_sidebar.scss */
.circle {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 500px;
  margin: 0 .5em;
  background-color: #ddd;
  vertical-align: baseline;
  border: 2px solid transparent;
}

/* line 120, ../scss/layouts/_sidebar.scss */
.circle-lg {
  width: 11px;
  height: 11px;
}

/* line 124, ../scss/layouts/_sidebar.scss */
.user-block-status {
  position: relative;
}
/* line 126, ../scss/layouts/_sidebar.scss */
.user-block-status > .circle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border: 2px solid #fff;
}

/* line 131, ../scss/layouts/_sidebar.scss */
.rounded-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/* line 135, ../scss/layouts/_sidebar.scss */
.bg-success {
  color: #fff !important;
}

/* line 139, ../scss/layouts/_sidebar.scss */
.bg-success {
  background-color: #4caf50 !important;
}

/* line 143, ../scss/layouts/_sidebar.scss */
.img-thumbnail {
  padding: .125rem;
  background-color: #f5f7fa;
  border: 1px solid #dee2e6;
  max-width: 100%;
  height: auto;
}

/* line 147, ../scss/layouts/_sidebar.scss */
.menu-level-2, .menu-level-3 {
  display: none;
}

/* line 151, ../scss/layouts/_sidebar.scss */
.box-brackcrum {
  margin-bottom: 20px;
}
/* line 153, ../scss/layouts/_sidebar.scss */
.box-brackcrum li {
  padding: 0 10px 0 15px;
  position: relative;
}
/* line 155, ../scss/layouts/_sidebar.scss */
.box-brackcrum li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  float: right;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: #333;
}
/* line 159, ../scss/layouts/_sidebar.scss */
.box-brackcrum li:first-child {
  padding-left: 0;
}
/* line 161, ../scss/layouts/_sidebar.scss */
.box-brackcrum li:first-child:before {
  display: none;
}
/* line 165, ../scss/layouts/_sidebar.scss */
.box-brackcrum li:last-child {
  padding-right: 0;
}

/* line 1, ../scss/pages/_login-register.scss */
.page-login {
  background-color: #fff;
  background-image: url("assets/img/bg-4.jpg");
  background-position: bottom center;
  display: block;
  background-attachment: fixed;
  width: 100%;
  background-repeat: no-repeat;
}
/* line 4, ../scss/pages/_login-register.scss */
.page-login header {
  padding-top: 20px;
}
/* line 6, ../scss/pages/_login-register.scss */
.page-login header .container {
  width: auto;
}
@media all and (min-width: 1025px) {
  /* line 6, ../scss/pages/_login-register.scss */
  .page-login header .container {
    padding-left: 50px;
  }
}
/* line 12, ../scss/pages/_login-register.scss */
.page-login header .logo {
  width: 125px;
  display: block;
}
@media all and (max-width: 600px) {
  /* line 12, ../scss/pages/_login-register.scss */
  .page-login header .logo {
    width: 50px;
  }
}
/* line 18, ../scss/pages/_login-register.scss */
.page-login header .detail-header {
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 30px;
  padding-top: 13px;
  overflow: hidden;
  float: none !important;
}
@media all and (max-width: 600px) {
  /* line 18, ../scss/pages/_login-register.scss */
  .page-login header .detail-header {
    padding-left: 15px;
    padding-top: 0;
  }
}
/* line 23, ../scss/pages/_login-register.scss */
.page-login header .detail-header p {
  margin: 0;
  font-size: 20px;
}
@media all and (max-width: 992px) {
  /* line 23, ../scss/pages/_login-register.scss */
  .page-login header .detail-header p {
    font-size: 18px;
  }
}
@media all and (max-width: 600px) {
  /* line 23, ../scss/pages/_login-register.scss */
  .page-login header .detail-header p {
    font-size: 13px;
  }
}
/* line 32, ../scss/pages/_login-register.scss */
.page-login header .detail-header .text-1 {
  color: #2196F3;
}
/* line 34, ../scss/pages/_login-register.scss */
.page-login header .detail-header .text-1 + .text-1 {
  margin-bottom: 5px;
}
/* line 38, ../scss/pages/_login-register.scss */
.page-login header .detail-header .text-2 {
  color: #204677;
}

/* line 45, ../scss/pages/_login-register.scss */
.body-login {
  display: flex;
  /* align-items: center; */
}
@media all and (max-height: 600px) {
  /* line 45, ../scss/pages/_login-register.scss */
  .body-login {
    display: block;
    padding: 60px 0;
    height: auto !important;
  }
}
/* line 50, ../scss/pages/_login-register.scss */
.body-login .title-name {
  text-transform: uppercase;
  font-weight: 700;
  color: #204677;
  line-height: 1.3;
  font-size: 45px;
  margin: 0;
}
@media all and (max-width: 992px) {
  /* line 50, ../scss/pages/_login-register.scss */
  .body-login .title-name {
    font-size: 36px;
  }
}
@media all and (max-width: 768px) {
  /* line 50, ../scss/pages/_login-register.scss */
  
  .body-login .title-name {
    font-size: 32px;
  }
  .footer-container{
    flex-flow: column-reverse;
  }
  .navbar-nav .open .dropdown-menu{
    position: absolute !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
    border: 1px solid #ccc;
  }
}
@media all and (max-width: 600px) {
  /* line 50, ../scss/pages/_login-register.scss */
  .body-login .title-name {
    font-size: 22px;
    line-height: 1.5;
  }
}
/* line 61, ../scss/pages/_login-register.scss */
.body-login .title-name span {
  display: block;
}
/* line 65, ../scss/pages/_login-register.scss */
.body-login .form-login {
  max-width: 470px;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}
/* line 69, ../scss/pages/_login-register.scss */
.body-login .txt-lable {
  margin: 0;
  color: #204677;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}
/* line 73, ../scss/pages/_login-register.scss */
.body-login .button-type01 {
  min-width: 150px;
  background-color: #204677 !important;
  border-color: #204677 !important;
}
/* line 75, ../scss/pages/_login-register.scss */
.body-login .button-type01:hover {
  color: #204677 !important;
  background-color: #fff !important;
}
/* line 80, ../scss/pages/_login-register.scss */
.body-login .text-link {
  margin-top: 25px;
}
/* line 82, ../scss/pages/_login-register.scss */
.body-login .text-link p {
  margin: 0;
}
/* line 85, ../scss/pages/_login-register.scss */
.body-login .text-link a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}
/* line 87, ../scss/pages/_login-register.scss */
.body-login .text-link a:hover {
  text-decoration: none;
  color: #fff;
}

@media all and (max-height: 800px) {
  /* line 94, ../scss/pages/_login-register.scss */
  .body-register {
    display: block;
    padding: 100px 0;
    height: auto !important;
  }
}

/* line 1, ../scss/pages/_home.scss */
:root {
  --color-chart-1: #1A6AFF;
  --color-chart-2: red;
}

/* line 6, ../scss/pages/_home.scss */
.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
}

/* line 10, ../scss/pages/_home.scss */
.section-container {
  position: relative;
  height: 100%;
  margin-left: 0;
  z-index: 111;
  background-color: #f5f7fa;
  padding-bottom: 10px;
  /* padding-top: 65px; */
  transition: margin-left 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 14, ../scss/pages/_home.scss */
.content-wrapper {
  padding: 5px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: -1px;
}
@media (min-width: 768px) {
  /* line 14, ../scss/pages/_home.scss */
  .content-wrapper {
    padding: 20px;
  }
}

/* line 20, ../scss/pages/_home.scss */
.box-char {
  margin-bottom: 30px;
  background-color: #fff;
}

/* line 23, ../scss/pages/_home.scss */
.navbar-nav {
  float: right;
  margin-right: 30px;
}

/* line 27, ../scss/pages/_home.scss */
.box-shadow {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
}
/* line 29, ../scss/pages/_home.scss */
.box-shadow.pd-20 {
  padding: 20px;
}

/* line 34, ../scss/pages/_home.scss */
.table-rain {
  font-size: 14px;
  margin-bottom: 30px;
}
/* line 37, ../scss/pages/_home.scss */
.table-rain .table-responsive {
  height: 276px;
  overflow-y: auto;
}
/* line 39, ../scss/pages/_home.scss */
.table-rain .table-responsive th {
  text-transform: uppercase;
}
/* line 42, ../scss/pages/_home.scss */
.table-rain .table-responsive .td-tab {
  background-color: transparent;
}
/* line 45, ../scss/pages/_home.scss */
.table-rain .table-responsive .test-alarm {
  background: #fc00005c;
}
/* line 48, ../scss/pages/_home.scss */
.table-rain .table-responsive .test-waring {
  background: #ffff0054;
}

/* line 56, ../scss/pages/_home.scss */
.menu-table {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
/* line 60, ../scss/pages/_home.scss */
.menu-table .note {
  display: inline-block;
}
/* line 62, ../scss/pages/_home.scss */
.menu-table .note .line-note {
  padding-top: 8px;
  display: flex;
}
/* line 65, ../scss/pages/_home.scss */
.menu-table .note .line-note .box-note {
  height: 20px;
  width: 45px;
  border: 1px solid #ddd;
}
/* line 68, ../scss/pages/_home.scss */
.menu-table .note .line-note .text {
  margin-left: 20px;
}

/* line 74, ../scss/pages/_home.scss */
.color-red {
  color: red;
}

/* line 77, ../scss/pages/_home.scss */
.alarms {
  color: #fc00005c;
}

/* line 80, ../scss/pages/_home.scss */
.waring {
  color: red !important ;
}

/* line 83, ../scss/pages/_home.scss */
.normal {
  color: #fff;
}

/* line 86, ../scss/pages/_home.scss */
.alarms-bgr {
  background: #fc00005c;
}

/* line 89, ../scss/pages/_home.scss */
.waring-bgr {
  background: #ffff0054;
}

/* line 92, ../scss/pages/_home.scss */
.normal-bgr {
  background: #fff;
}

/* line 95, ../scss/pages/_home.scss */
#map {
  height: 400px;
}

/* line 98, ../scss/pages/_home.scss */
.default-card {
  display: none;
}

@media (min-width: 1367px) {
  /* line 101, ../scss/pages/_home.scss */
  .section-container, .footer-container {
    margin-left: 370px;
  }
}
@media (max-width: 1388px) {
  /* line 101, ../scss/pages/_home.scss */
  .section-container, .footer-container {
    margin-left: 240px;
  }
}
@media (max-width: 768px) {
  /* line 101, ../scss/pages/_home.scss */
  .section-container, .footer-container {
    margin-left: 0;
  }
}

/* line 114, ../scss/pages/_home.scss */
.content-heading {
  margin: -20px -20px 20px;
  padding: 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  background-color: #fafbfc;
  border-bottom: 1px solid #cfdbe2;
}
/* line 117, ../scss/pages/_home.scss */
.content-heading p {
  display: block;
}
/* line 120, ../scss/pages/_home.scss */
.content-heading .text {
  font-size: 16px;
}

/* line 124, ../scss/pages/_home.scss */
.title-map {
  text-align: center;
  color: #0F0EFF;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 128, ../scss/pages/_home.scss */
.img-camera {
  width: 120px;
}

/* line 1, ../scss/pages/_cac-tram.scss */
.main-station {
  padding: 10px 15px 5px 15px;
  font-size: 14px;
  margin-bottom: 10px;
}
.main-station .waring {
  color: red;
}
/* line 3, ../scss/pages/_cac-tram.scss */
.main-station .name-station {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 9, ../scss/pages/_cac-tram.scss */
.main-station svg, .main-station i {
  color: #515253;
  width: 20px !important;
  display: inline-block;
}
/* line 13, ../scss/pages/_cac-tram.scss */
.main-station span + span {
  display: block;
  padding-left: 25px;
  margin-top: 4px;
}

/* line 19, ../scss/pages/_cac-tram.scss */
.box-table-camera {
  margin-top: 30px;
}
/* line 21, ../scss/pages/_cac-tram.scss */
.box-table-camera img {
  width: 100px;
}

/* line 4, ../scss/pages/_quan-ly-muc-nuoc.scss */
.amount-now {
  font-size: 18px;
  font-weight: 600;
  color: #10406d;
}

/* line 9, ../scss/pages/_quan-ly-muc-nuoc.scss */
.title-form {
  margin: 0;
  text-transform: uppercase;
  position: relative;
  width: 100%;
  font-size: 15px;
  background-color: #2196F3;
  color: #fff;
  padding: 10px 15px;
}
/* line 12, ../scss/pages/_quan-ly-muc-nuoc.scss */
.title-form i, .title-form svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 18, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form, .main-form .right-form {
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
/* line 24, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .hd-form {
  margin-bottom: 20px;
}
/* line 26, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .hd-form i, .main-form .hd-form svg {
  padding-right: 5px;
  font-size: 18px;
}
/* line 31, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form {
  width: 30px;
  float: left;
}
/* line 33, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .box-form ul, .main-form .left-form .content-main {
  padding: 15px;
}
/* line 35, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .box-form ul li + li, .main-form .left-form .content-main li + li {
  margin-top: 15px;
}
/* line 41, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .box-form ul, .main-form .left-form .box-form .box-button {
  display: none;
}
/* line 45, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .box-form.show-form ul, .main-form .left-form .box-form.show-form .box-button {
  display: block;
}
/* line 49, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .box-form.show-form .title-form i:before, .main-form .left-form .box-form.show-form .title-form svg:before {
  content: '\f0d8';
}
/* line 56, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .form-group {
  margin-bottom: 15px;
}
/* line 60, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .box-button {
  padding: 0 15px 15px 15px;
}
/* line 62, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .left-form .box-button .button {
  min-width: 120px;
}
/* line 68, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form .right-form {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  float: left;
  margin-left: 30px;
}
/* line 73, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form.show-form-main .left-form {
  width: 230px;
}
/* line 77, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-form.show-form-main .right-form {
  width: -moz-calc(100% - 260px);
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
}

/* line 84, ../scss/pages/_quan-ly-muc-nuoc.scss */
.box-date .content-main, .box-date .box-button {
  display: none;
}
/* line 88, ../scss/pages/_quan-ly-muc-nuoc.scss */
.box-date.show-form .content-main, .box-date.show-form .box-button {
  display: block;
}
/* line 92, ../scss/pages/_quan-ly-muc-nuoc.scss */
.box-date.show-form .title-form i:before, .box-date.show-form .title-form svg:before {
  content: '\f0d8';
}

/* line 99, ../scss/pages/_quan-ly-muc-nuoc.scss */
.icon-menu {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #2196F3;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
}
/* line 102, ../scss/pages/_quan-ly-muc-nuoc.scss */
.icon-menu i {
  line-height: 35px;
}

/* line 107, ../scss/pages/_quan-ly-muc-nuoc.scss */
.main-left-form {
  display: none;
  margin-top: 10px;
}

/* line 112, ../scss/pages/_quan-ly-muc-nuoc.scss */
.show-form-main .main-left-form {
  display: block;
}

/* line 117, ../scss/pages/_quan-ly-muc-nuoc.scss */
.input-group {
  position: relative;
  padding: 0;
  width: 100%;
}
/* line 119, ../scss/pages/_quan-ly-muc-nuoc.scss */
.input-group .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #515253;
  background-color: transparent;
  border: none;
  height: 100%;
  width: 30px;
  padding: 0;
  text-align: left;
  line-height: 40px;
}
/* line 123, ../scss/pages/_quan-ly-muc-nuoc.scss */
.input-group .input-form {
  padding-right: 30px;
}

/* line 129, ../scss/pages/_quan-ly-muc-nuoc.scss */
.top-page .text {
  line-height: 40px;
}
/* line 133, ../scss/pages/_quan-ly-muc-nuoc.scss */
.top-page .dropdown {
  padding-left: 10px;
}
/* line 136, ../scss/pages/_quan-ly-muc-nuoc.scss */
.top-page .export {
  color: #515253;
  margin-bottom: 5px;
  display: inline-block;
}
/* line 138, ../scss/pages/_quan-ly-muc-nuoc.scss */
.top-page .export i, .top-page .export svg {
  font-size: 20px;
  margin-right: 5px;
}

/* line 2, ../scss/pages/_ngap-ung.scss */
.top-table .title-table {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

/* line 10, ../scss/pages/_ngap-ung.scss */
.box-date .dropdown {
  padding: 0 0 15px;
  margin: 15px 15px 0 15px;
}
/* line 14, ../scss/pages/_ngap-ung.scss */
.box-date .dropdown-toggle {
  padding-right: 25px;
  position: relative;
}
/* line 16, ../scss/pages/_ngap-ung.scss */
.box-date .dropdown-toggle .caret {
  position: absolute;
  top: 15px;
  right: 10px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
/* line 21, ../scss/pages/_ngap-ung.scss */
.box-date .dropdown-menu {
  width: 100%;
  margin-top: -15px;
}

/* line 27, ../scss/pages/_ngap-ung.scss */
.dropdown.open .dropdown-toggle .caret {
  border-top: none;
  border-bottom: 5px solid;
}

/* line 33, ../scss/pages/_ngap-ung.scss */
.detail-th {
  background-image: linear-gradient(to top right, #deeffd 49%, #dddddd, #deeffd 51%);
  position: relative;
  min-width: 100px;
}
/* line 35, ../scss/pages/_ngap-ung.scss */
.detail-th .name {
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 38, ../scss/pages/_ngap-ung.scss */
.detail-th .date {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

/* line 1, ../scss/pages/_responsive.scss */
.show-mobile {
  display: none;
}

/* line 5, ../scss/pages/_responsive.scss */
.hidden-xs {
  display: block !important;
}

@media all and (min-width: 1630px) {
  /* line 11, ../scss/pages/_responsive.scss */
  .container {
    max-width: 1630px;
    width: 1630px;
  }
}
@media all and (max-width: 1600px) {
  /* line 17, ../scss/pages/_responsive.scss */
  .container {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  /* line 24, ../scss/pages/_responsive.scss */
  .hidden-md {
    display: none !important;
  }

  /* line 28, ../scss/pages/_responsive.scss */
  .show-md {
    display: inline-block;
  }
}
@media all and (min-width: 768px) {
  /* line 35, ../scss/pages/_responsive.scss */
  .navbar .navbar-nav {
    display: block;
    float: none;
    vertical-align: top;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  /* line 41, ../scss/pages/_responsive.scss */
  .hidden-sm {
    display: none !important;
  }

  /* line 45, ../scss/pages/_responsive.scss */
  .show-sm {
    display: block;
  }

  /* line 49, ../scss/pages/_responsive.scss */
  .aside-container {
    width: 0;
  }
  /* line 51, ../scss/pages/_responsive.scss */
  .aside-container.show-form {
    width: 240px;
  }

  /* line 57, ../scss/pages/_responsive.scss */
  .header .navbar-header {
    width: 87px;
  }
  /* line 61, ../scss/pages/_responsive.scss */
  .header .show-menu-bar {
    display: inline-block !important;
  }
  /* line 65, ../scss/pages/_responsive.scss */
  .header .navbar-nav {
    margin-right: 15px;
  }
  /* line 69, ../scss/pages/_responsive.scss */
  .header .icon-menu {
    margin-top: 15px;
    margin-left: 10px;
    background-color: #fff;
    color: #2196f3;
  }
}
@media all and (max-width: 600px) {
  /* line 78, ../scss/pages/_responsive.scss */
  .body-login .form-login {
    margin-top: 30px;
  }
  /* line 83, ../scss/pages/_responsive.scss */
  .body-login .form-group .col-xs-4, .body-login .form-group .col-xs-5, .body-login .form-group .col-xs-7, .body-login .form-group .col-xs-8 {
    width: 100%;
    float: none;
  }
  /* line 88, ../scss/pages/_responsive.scss */
  .body-login .txt-lable {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  /* line 92, ../scss/pages/_responsive.scss */
  .body-login .button-type01 {
    width: 100%;
  }
  /* line 96, ../scss/pages/_responsive.scss */
  .body-login .text-link {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  /* line 105, ../scss/pages/_responsive.scss */
  .page-your-job .item-left .list-job-welcome .active {
    background-color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  /* line 107, ../scss/pages/_responsive.scss */
  .page-your-job .item-left .list-job-welcome .active:before, .page-your-job .item-left .list-job-welcome .active:after {
    display: none;
  }
  /* line 110, ../scss/pages/_responsive.scss */
  .page-your-job .item-left .list-job-welcome .active a {
    font-size: inherit;
    font-weight: 400;
  }
  /* line 112, ../scss/pages/_responsive.scss */
  .page-your-job .item-left .list-job-welcome .active a .number {
    color: #282828;
  }
  /* line 115, ../scss/pages/_responsive.scss */
  .page-your-job .item-left .list-job-welcome .active a .link {
    color: #2196F3;
    text-decoration: underline;
  }

  /* line 123, ../scss/pages/_responsive.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 127, ../scss/pages/_responsive.scss */
  .show-mobile {
    display: inline-block;
  }

  /* line 131, ../scss/pages/_responsive.scss */
  .title-heading-lg {
    font-size: 28px;
  }

  /* line 135, ../scss/pages/_responsive.scss */
  .button {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  /* line 139, ../scss/pages/_responsive.scss */
  .boder-default-mobile {
    border: 1px solid #e5e5e6;
    box-shadow: 2px 4px 8px #f0f1f4;
    padding: 25px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  /* line 141, ../scss/pages/_responsive.scss */
  .boder-default-mobile + .boder-default-mobile {
    margin-top: 20px;
  }

  /* line 146, ../scss/pages/_responsive.scss */
  .box-dropdown {
    position: relative;
  }
  /* line 148, ../scss/pages/_responsive.scss */
  .box-dropdown .list-job-welcome {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #cce3ff;
    background-color: #fff;
    z-index: 9;
    border-bottom: none;
  }
  /* line 152, ../scss/pages/_responsive.scss */
  .box-dropdown.toggle-dropdown .list-job-welcome {
    display: block;
  }
}
@media print {
  /* line 162, ../scss/pages/_responsive.scss */
  header, footer {
    display: none;
  }

  /* line 167, ../scss/pages/_responsive.scss */
  .job-infomation-page .back, .job-infomation-page .form-search-candidate, .job-infomation-page .bottom-btn {
    display: none;
  }
  /* line 172, ../scss/pages/_responsive.scss */
  .job-infomation-page .right-header .action .pull-right, .job-infomation-page .right-header .action .btn-apply {
    display: none !important;
  }
  /* line 177, ../scss/pages/_responsive.scss */
  .job-infomation-page .left-content, .job-infomation-page .right-content {
    width: 100%;
  }
}
.pointer {
  cursor: pointer;
}
.invalid-feedback { color: #bf0000; margin-top: 8px;}
