.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
    margin-right: 6%;
    background-color: white;
    color: blue;
    margin-top: 4%;
}
.register .nav-tabs .nav-link:hover{
    border: none;
}
.text-align{
    margin-top: -3%;
    margin-bottom: -9%;

    padding: 10%;
}
.form-new{
    margin-right: 22%;
    margin-left: 20%;
}
.register-title {
    text-align: center;
    color: white;
}

.register-heading{
    margin-bottom: 10%;
    color: white;
}
.register-heading h1{
    margin-left: 21%;
    margin-bottom: 10%;
    color: white;
}
.btnLoginSubmit{
    border: none;
    padding: 2%;
    width: 25%;
    cursor: pointer;
    background: #29abe2;
    color: #fff;
}
.btnForgetPwd{
    cursor: pointer;
    margin-right: 5%;
    color: #f8f9fa;
}
.register{
    background: #1976c5e0;
    margin-top: 3%;
    padding: 3%;
    border-radius: 2.5rem;
}
.nav-tabs .nav-link{
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: white;
}
.navbar {
    background: #1976c5e0;
}
.com { color: #93a1a1; }
.lit { color: #195f91; }
.pun, .opn, .clo { color: #93a1a1; }
.fun { color: #dc322f; }
.str, .atv { color: #D14; }
.kwd, .prettyprint .tag { color: #1e347b; }
.typ, .atn, .dec, .var { color: teal; }
.pln { color: #48484c; }

.prettyprint {
    padding: 8px;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
     -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
          box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin: 0 0 0 33px; /* IE indents via margin-left */
}
ol.linenums li {
  padding-left: 12px;
  color: #bebec5;
  line-height: 20px;
  text-shadow: 0 1px 0 #fff;
}
.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow:auto;
}
.preview-images-zone > .preview-image:first-child {
    height: 185px;
    width: 185px;
    position: relative;
    margin-right: 5px;
}
.preview-images-zone > .preview-image {
    height: 90px;
    width: 90px;
    position: relative;
    margin-right: 5px;
    float: left;
    margin-bottom: 5px;
}
.preview-images-zone > .preview-image > .image-zone {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .image-zone > img {
    width: 100%;
    height: 100%;
}
.preview-images-zone > .preview-image > .tools-edit-image {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}
.preview-images-zone > .preview-image > .image-cancel {
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    display: none;
    z-index: 100;
}
.preview-image:hover > .image-zone {
    cursor: move;
    opacity: .5;
}
.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}
.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important;
}
.dialog-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 999999
}
.dialog-ovelay .dialog {
    width: 400px;
    margin: 300px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-radius: 3px;
    overflow: hidden
}
.dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #4e73df;
    border-bottom: 1px solid #e5e5e5
}
.dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block
}
.dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all .5s ease;
    padding: 0 2px;
    border-radius: 1px    
}
.dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9
}
.dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673AB7;
    color: #a2a2a2
}
.dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px
}
.dialog-ovelay .dialog .dialog-msg p{
    margin: 0;
    font-size: 15px;
    color: #333
}
.dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px
}
.dialog-ovelay .dialog footer .controls {
    direction: rtl
}
.dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px
}
.button {
  cursor: pointer
}
.button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5D5D5D;
}
.button-danger {
    background-color: #f44336;
    border: 1px solid #d32f2f;
    color: #f5f5f5
}
.link {
  padding: 5px 10px;
  cursor: pointer
}

/* scroll to top */

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

/* google maps */
#map {
  height: 100%;
}
div#pop-up-point{
  display: none;
  position: absolute;
  width: 280px;
  /* padding: 5px; */
  background: #eeeeee;
  color: #000000;
  /* border: 1px solid #1a1a1a; */
  /* font-size: 90%; */
  top: 45% !important;
  left: 30% !important;
  z-index: 100 !important;
}

div#pop-up-benhnhan{
  display: none;
  position: absolute;
  width: 60%;
  background: #eeeeee;
  color: #000000;
  z-index: 100 !important;
}

div #pop-up ,div #pop-up-xa {
  display: none;
  position: absolute;
  width: 300px;
  background: #eeeeee;
  color: #000000;
  top: 30%;
  left: 15%;
  z-index: 100;
}
div #pop-up-ghi-chu {
  display: none;
  position: absolute;
  width: 400px;
  background: #eeeeee;
  color: #000000;
  right: 5%;
  /* top: 50%; */
  z-index: 100;
}
div .ghi-chu-maps {
  position: absolute;
  margin-top: -50px;
}
div .lua-chon-maps {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  margin: 0;
  z-index: 2;
}

.title-hotline {
  width: 30%;
}
.img-header {
  width: 10%;
}
.title-header {
  font-size: 1.5rem;
  width: 60%;
}
.hotline-mobile {
  display: none;
}
#header-tinhbn-mobile {
  display: none;
}


@media only screen and (max-width: 992px) {
  div .lua-chon-maps {
    /* display: none; */
    bottom: calc(48px + 1rem);
    position: absolute;
  }
}

/*Mobile view*/
@media only screen and (max-width: 768px) {
    .mb_h1 {
        font-size: 17px;
    }
    .col-md-12 .col-md-6 {
        padding-right: inherit;
        padding-left: inherit;
    }
    h3 {
        font-size: 0.8rem;
    }
    h4, h2 {
      font-size: 0.8rem;
      margin-bottom: 1px;
    }

    div .lua-chon-maps {
      /* display: none; */
      bottom: 0;
      left: 0;
      position: fixed;
      margin: 1rem 0;
      width: 100% !important;
    }

    #btn-mobile-trangthai {
      position: absolute;
      bottom: 10%;
      margin-left: 2px;
    }
    #header-tinhbn {
      display: none;
    }
    #header-tinhbn-mobile {
      display: block;
    }
    .login {
      width: 90% !important;
    }
    .title-hotline {
      display: none;
    }
    .hotline-mobile {
      display: block;
    }
    .title-header {
      width: 80%;  
      font-size: xx-small;
    }
    #pop-up-benhnhan {
      width: 90% !important;
    }
    #call-now p {
        display: none;
    }
}

/* HUNGLV.YBI */


.info-box {
  background-color: white;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 0.5rem 0;
}

.info-box p {
  margin-bottom: 0.125rem;
}

.tintuc_tieude {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(33,118,189);
}

.nav-fill > .nav-item {
  padding: 0 0.25rem;
}

.nav-fill button {
  width: 100%;
  border: 1px solid #0002;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}
.accordion-header {
  margin-bottom: 0;
  font-size: calc(1.325rem + .9vw);
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-action {
  width: 100%;
  /* margin: 0.25rem 0 0 0; */
  font-weight: bold;
}
.form-control-color {
  width: 3rem;
  height: 3rem;
  padding: 0.25rem;
}

#app {
  max-width: 100vw !important;
  max-height: 100vh !important;
  overflow: hidden !important;
  box-sizing: border-box;
}

#call-now {
  position: fixed;
  bottom: 4rem;
  right: 1.5rem;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  z-index: 5;
}
#call-now:before {
  position: absolute;
  content: " ";
  z-index: 2;
  top: -10px;
  left: -10px;
  background-color: #0085d3;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  opacity: .3;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#call-now a {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
#call-now p {
  font-size: 130%;
  font-weight: 700;
  background: #fff;
  color: #e74c3c;
  padding: 5px 40px 5px 15px;
  border-radius: 30px;
  bottom: 4.7rem;
  right: calc(1.5rem + 30px);
  position: fixed;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 40%);
  z-index: 1;
  margin-bottom: 0;
}
@-webkit-keyframes pulse {
  0%  { -webkit-transform: scaleX(1); transform: scaleX(1) }
  50% { -webkit-transform: scale3d(1.05,1.05,1.05); transform: scale3d(1.05,1.05,1.05) }
  to  { -webkit-transform: scaleX(1); transform: scaleX(1) }
}
@keyframes pulse {
  0%  { -webkit-transform: scaleX(1); transform: scaleX(1) }
  50% { -webkit-transform: scale3d(1.05,1.05,1.05); transform: scale3d(1.05,1.05,1.05) }
  to  { -webkit-transform: scaleX(1); transform: scaleX(1) }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse
}
@keyframes notice-me-senpai {
  9% { transform: none; }
  12% { transform: scale(1.05); }
  16% { transform: scale(0.95); }
  20% { transform: scale(1.03); }
  24% { transform: scale(1); }
}

div#call-now img {
  width: 100%;
  position: absolute;
  z-index: 3;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

.info-box .nav-link {
  padding: 0.5rem;
}

#map {
  height: calc(100vh - 76px); /*100vh - topNav*/
}

#right_pane {
  height: calc(100vh - 76px - 45px); /*100vh - topNav - footer*/
  background-color: #efefef;
  overflow-y: overlay;
  scrollbar-width: thin;
  position: fixed;
  right: 0;
  width: 420px;
  padding-left: 15px;
  padding-right: 15px;
  transition: transform ease-out 100ms;
  z-index: 5;
}

#right_pane.off {
  transform: translateX(100%);
}

#right_page_toggle {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  background-color: transparent;
  color: white;
}

#left_pane_close {
  position: absolute;
  right: 1rem;
  color: white;
  opacity: 1;
  /*text-shadow: 0 1px 0 black;*/
  transition: all ease-out 150ms;
}

#left_pane_close:hover {
  filter: brightness(0.9);
}

#lua-chon-maps {
  margin: 48px 0;
}

#left_page_toggle {
  position: fixed;
  bottom: calc(1rem + 48px);
  left: 1rem;
  display: block;
  z-index: 2;
  transition: all ease-out 150ms;
}

#left_page_toggle.hide {
  left: -1rem;
  display: none;
}

#img_logo {
  width: 60px;
}

#page-footer {
  height: 45px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 118, 189, .8) !important;
  transition: all ease-out 150ms;
}

#page-footer.off {
  bottom: 45px;
}

@media only screen and (max-width: 992px) {
  #left_page_toggle {
    /* display: none;
    bottom: calc(48px + .5rem); */
    bottom: calc(80px + 3rem  + 69px); /*call-now:before + bottom*2 + footer*/
  }
  #lua-chon-maps {
    margin: calc(.5rem + 48px) .5rem;
  }
}

@media only screen and (max-width: 767px) {
  .title-header {
    width: calc(100% - 69px);
    font-size: xx-small;
  }
  #page_title {
    font-size: 16px !important;
    padding-right: 50px;
  }
  #right_pane {
    position: fixed;
    z-index: 69;
    width: 100vw;
  }
  #map,
  #right_pane {
    height: calc(100vh - 69px);
  }
  #img_logo {
    width: 50px;
  }
  #page_subtitle {
    display: none;
  }
  #lua-chon-maps {
    bottom: 0;
    left: 0;
    position: absolute;
    margin: 0;
    width: 100% !important;
  }
  #left_page_toggle {
    bottom: calc(80px + 3rem  + 69px); /*call-now:before + bottom*2 + footer*/
  }
  #call-now {
    position: fixed;
    bottom: calc(1.5rem + 69px);
    transition: all ease-out 150ms;
  }
  #call-now:not(.cp-open) {
    left: 1.5rem;
    right: auto;
  }
  #call-now.cp-open {
    left: auto;
    bottom: 1.5rem;
    right: 1.5rem;
  }
  #call-now.cp-open p {
    bottom: 2.2rem;
  }
  #page-footer {
    height: 69px;
    font-size: 14px;
  }
  #right_page_toggle {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: notice-me-senpai 8s ease;
    animation: notice-me-senpai 8s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
}

@media only screen and (max-width: 420px) {
  #page_title {
    font-size: 1.5em !important;
  }
  #left_page_toggle {
    bottom: calc(60px + 2rem + 69px); /*call-now:before + bottom*2 + footer*/
  }
  #map,
  #right_pane {
    height: calc(100vh - 66px);
  }
  #call-now {
    bottom: calc(1.5rem + 69px);
    width: 40px;
    height: 40px;
  }
  #call-now:not(.cp-open) {
    left: 1rem;
  }
  #call-now.cp-open {
    bottom: 1rem;
    right: 1rem;
  }
  #call-now:before {
    width: 60px;
    height: 60px;
  }
  #page-footer {
    height: 69px;
    font-size: 14px;
  }
}

/*Mobile S*/
@media only screen and (max-width: 333px) {
  #page_title {
    font-size: 1.4em !important;
  }
}