
*:focus {
  outline: none !important;
}
a:hover,
a:focus {
  text-decoration: none;
}
.wrap-header {
  z-index: 9;
  position: fixed;
  background-color: #fff;
  width: 100%;
  line-height: 70px;
  box-shadow: 0px 6px 20px -5px rgba(0, 0, 0, 0.28);
}
.wrap-header .logo {
  float: left;
  margin-left: -15px;
}
.wrap-header .nav {
  float: right;
}
.wrap-header .nav .menu {
  margin: 0;
  padding: 0;
}
.wrap-header .nav ul li {
  display: inline-block;
  padding-right: 18px;
}
.wrap-header .nav ul li > a {
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.wrap-header .nav ul li a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #32bda5;
  opacity: 0;
  transition: all 0.3s ease;
}
.wrap-header .nav ul li.active a:before,
.wrap-header .nav ul li a:hover:before {
  opacity: 1;
  width: 100%;
}
.wrap-header .login {
  float: right;
}
.wrap-header .login .button-login span {
  padding: 10px 15px;
  background-color: #32bda5;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}
.wrap-header .login .button-login span:hover {
  background: #3aaf9b;
}
.wrap-introduce {
  overflow: hidden;
  position: relative;
  background: white;
  margin-top: 70px;
  background: -moz-linear-gradient(top, white 62%, #e4e4e4 100%);
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(62%, white),
    color-stop(100%, #e4e4e4)
  );
  background: -webkit-linear-gradient(top, white 62%, #e4e4e4 100%);
  background: -o-linear-gradient(top, white 62%, #e4e4e4 100%);
  background: -ms-linear-gradient(top, white 62%, #e4e4e4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(62%, white),
    to(#e4e4e4)
  );
  background: linear-gradient(to bottom, white 62%, #edf3f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4', GradientType=0 );
}
.particles-js-canvas-el {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.wrap-introduce .abit {
  text-align: center;
  padding-left: 30px;
}
.wrap-introduce .abit .title {
  font-size: 48px;
  color: #32bda5;
  font-family: "SVN-Posterizer KG Inline";
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 12px;
  margin: 0;
}
.wrap-introduce .abit .subtitle {
  text-transform: uppercase;
  font-size: 20px;
  color: #262626;
  padding-top: 50px;
  font-weight: 600;
}
.wrap-introduce .abit .img img {
  max-width: 90%;
}
.wrap-introduce .abit .img {
  position: relative;
}
.abit {
  position: relative;
  z-index: 1;
}
.abit .play-video {
  position: absolute;
  right: 40%;
  bottom: 37%;
}
.abit .play-video img {
  width: 100px;
}
.abit .view_login {
  background-color: #ffbd30;
  color: #333;
  border: 0;
  border-radius: 3px;
  padding: 15px 55px;
  text-transform: uppercase;
  font-size: 17px;
  transition: all 0.5s ease;
}
.abit .view_login:hover {
  color: #ffffff;
  background-color: #32bda5;
}
.block-abit {
  float: left;
  width: 50%;
  text-align: center;
  min-height: 568px;
  position: relative;
  z-index: 1;
}
.block-abit.abit-vn {
  background-color: #32bda5;
}
.block-abit.abit-pos {
  background-color: #43c8b0;
}
.block-abit h2 {
  font-size: 26px;
  font-family: "SVN-Posterizer KG Inline";
  font-weight: 400;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 5px;
}
.block-abit .subtitle {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 0;
}
.block-abit .img img {
  max-height: 200px;
  max-width: 100%;
}
.block-abit .detail {
  color: #ffffff;
  font-size: 15px;
  padding: 10px;
  min-height: 110px;
}
.block-abit .view-detail a {
  font-size: 12px;
  color: #ffffff;
  font-style: italic;
  text-decoration: underline;
}
.block-abit .view_login {
  background-color: transparent;
  border: 2px solid #ffffff;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 25px;
  transition: all 0.4s ease;
  display: inline-block;
}
.block-abit .view_login:hover {
  background: #ffffff;
  color: #3aaf9b;
}
.block-abit .note {
  font-style: italic;
  margin-top: 26px;
  font-size: 15px;
  color: #0c0c0c;
}
.block-abit .note .time {
  color: #ffd482;
  font-weight: 600;
  font-size: 20px;
}
.block-abit.abit-vn .note {
  margin-top: 5px;
  color: #333;
}
.read-more {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}
.read-more a {
  font-family: "Myriad Pro";
  font-size: 22px;
  color: #ffffff;
  padding: 15px 50px;
  background-color: #32bda5;
  text-transform: uppercase;
}
.read-more a:hover {
  background: #088671;
  color: #ffffff;
}
.wrap-support-index .col-left {
  text-align: right;
}
.wrap-support-index .support {
  position: relative;
}
.wrap-support-index {
  height: 500px;
  background: url(../images/support.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 30%;
}
.support .notification {
  margin-top: 100px;
  font-weight: 600;
  font-size: 21px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.wrap-support-index .notification:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  background: url(../images/inbox-facebook.png);
  width: 80px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.support .fanpage {
  font-size: 36px;
  color: #2a66a9;
  font-family: "SVN-Posterizer KG Inline";
  text-transform: uppercase;
  line-height: 55px;
}
.hottline {
  display: inline-block;
  padding: 15px 35px;
  background-color: #32bda5;
  margin-top: 15px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 25px;
}
.hottline .text {
  float: left;
  line-height: 72px;
  padding-right: 20px;
}
.hottline .number {
  float: left;
  text-align: left;
  line-height: 72px;
}
.hottline .number p {
  margin: 0;
  font-weight: 600;
}
.about-us .header {
  max-width: 950px;
  padding: 30px 0;
  margin: auto;
  float: none;
  text-align: center;
}
.about-us .header .title {
  font-family: "SVN-Posterizer KG Inline";
  font-size: 35px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 35px;
  margin-bottom: 20px;
}
.about-us .header .sub-title {
  color: #535353;
  font-size: 15px;
  position: relative;
  font-style: italic;
  margin-bottom: 25px;
}
.about-us .header .sub-title:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -45px;
  background: url(../images/ngoac-tren.png);
  height: 22px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-us .header .sub-title:after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -45px;
  background: url(../images/ngoac-duoi.png);
  height: 22px;
  width: 28px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.about-us .img {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.about-us .read-more {
  margin-top: 0px;
}
footer {
  background: url(../images/background-footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 25px;
}
.wrap-footer .title {
  font-family: "Myriad Pro";
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13px;
  margin-top: 50px;
  margin-bottom: 15px;
}
.wrap-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 20px;
}
.wrap-footer ul li {
  color: #ffffff;
  font-size: 12px;
  padding: 0 0 10px;
}
.wrap-footer ul li a {
  color: #ffffff;
}
.wrap-footer ul li a:hover {
  color: #43c8b0;
}
.wrap-footer ul.social {
  padding-top: 15px;
  padding-bottom: 22px;
}
.wrap-footer ul.social li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  padding: 6px 0;
  border-radius: 50%;
  font-size: 16px;
  background-color: #dbdde1;
  margin-right: 8px;
  transition: all 0.4s ease;
}
.wrap-footer ul.social li:hover {
  background-color: #ffffff;
  border-radius: 0;
}
.wrap-footer ul.social li a {
  color: #777777;
}
.wrap-social .copyright {
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}
.wrap-omnichannel {
  background: url(../images/background-omnichannel.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wrap-omnichannel .header {
  text-align: center;
}
.wrap-omnichannel .header .title {
  font-family: "SVN-Posterizer KG Inline";
  text-transform: uppercase;
  font-size: 35px;
  color: #3b3b3b;
  padding-top: 20px;
  margin-bottom: 5px;
}
.wrap-omnichannel .header .subtitle {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 28px;
}
.wrap-omnichannel .wrap-circle {
  position: relative;
  height: 440px;
  width: 440px;
  margin: auto;
}
.wrap-omnichannel .circle {
  width: 260px;
  height: 260px;
  position: absolute;
}
.wrap-omnichannel .circle.wrap-website svg {
  background-color: #52bfba;
}
.wrap-omnichannel .circle.wrap-store svg {
  background-color: #f0d087;
}
.wrap-omnichannel .circle.wrap-face svg {
  background-color: #4269ce;
}
.wrap-omnichannel .circle svg {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.wrap-omnichannel .flower {
  z-index: 9999;
  position: relative;
}
.wrap-omnichannel .flower img {
  position: absolute;
  left: 92px;
  top: 35px;
}

.wrap-circle .wrap-website {
  top: 0px;
  left: -300px;
  opacity: 0;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
.wrap-circle .wrap-store {
  top: 0px;
  left: 320px;
  opacity: 0;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
.wrap-circle .wrap-face {
  top: 500px;
  left: 105px;
  opacity: 0;
  transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
}
.wrap-circle.fly .wrap-website {
  top: 0;
  left: 0;
  opacity: 1;
}
.wrap-circle.fly .wrap-store {
  top: 0;
  left: 180px;
  opacity: 1;
}
.wrap-circle.fly .wrap-face {
  top: 153px;
  left: 90px;
  opacity: 1;
}
.wrap-website .website {
  fill: #52bfba;
  cx: 130;
  cy: 130;
  r: 130;
  fill-opacity: 0.8;
}
.wrap-store .store {
  cx: 130;
  cy: 130;
  r: 130;
  fill: #f0d087;
  fill-opacity: 0.8;
}
.wrap-face .face {
  cx: 130;
  cy: 130;
  r: 130;
  fill: #4269ce;
  fill-opacity: 0.6;
}
.wrap-circle .wrap-website .img img {
  position: absolute;
  top: 90px;
  left: 70px;
}
.wrap-circle .wrap-store .img img {
  position: absolute;
  top: 80px;
  right: 60px;
}
.wrap-circle .wrap-face .img img {
  position: absolute;
  bottom: 60px;
  left: 102px;
}
.wrap-circle .wrap-website .img-text img {
  position: absolute;
  top: 10px;
  left: -160px;
  opacity: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.wrap-circle .wrap-store .img-text img {
  position: absolute;
  top: 144px;
  right: -240px;
  opacity: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.wrap-circle .wrap-face .img-text img {
  position: absolute;
  bottom: -5px;
  left: -189px;
  opacity: 0;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.wrap-circle.fly .wrap-website .img-text img,
.wrap-circle.fly .wrap-store .img-text img,
.wrap-circle.fly .wrap-face .img-text img {
  opacity: 1;
}
.form-login .close {
  position: absolute;
  right: 5px;
  /* top: 5px; */
  z-index: 999;
  opacity: 0.5;
  font-size: 25px;
}
.info-staff .col-md-9 {
  padding-left: 0;
}
.form-login-chat {
  padding: 12px 0 0;
}
.form-login-chat .input-login {
  width: 100%;
  margin-bottom: 5px;
  border: none;
  outline: none;
  padding: 8px;
  font-size: 13px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.form-login-chat .btn-submit {
  padding: 6px;
  font-size: 20px;
  background-color: #32bda5;
  color: #ffffff;
}
.form-login-chat .btn-submit:hover {
  background: #3aaf9b;
}
.fly .jackInTheBox {
  animation-name: stretch;
  animation-duration: 2.2s;
  animation-timing-function: ease;
  animation-delay: 0.3;
}
@keyframes stretch {
  0% {
    opacity: 0;
    width: 0;
  }
  60% {
    opacity: 0;
    width: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.form-login .modal-footer {
  text-align: center;
}
.form-login .modal-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.form-login .modal-footer ul li {
  display: inline-block;
  width: 24%;
  text-align: center;
}
.form-login .modal-footer ul li a {
  color: #000;
  font-size: 13px;
  line-height: 28px;
}
.form-login .modal-footer ul li a:hover {
  color: #32bda5;
}
.form-login .modal-footer ul li a .icon {
  border: 1px solid #eee;
  border-radius: 12px;
  max-width: 100%;
}
.fancybox-inner {
  max-height: 452px !important;
}
.create-user ng-select .below{
  border-radius: 5px;
}
.btn-create{
  background-color: #00a65a;
  color: #fff;
  opacity: .65;
}
.btn-create:hover{
  opacity: 1;
  color: #fff !important;
}
@media (min-width: 1600px) {
  .block-abit .img img {
    max-height: 220px;
  }
  .block-abit h2 {
    font-size: 45px;
    margin: 0;
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .block-abit .subtitle {
    font-size: 25px;
  }
  .block-abit .img {
    padding: 5% 0;
    height: 245px;
  }
  .block-abit .detail {
    font-size: 20px;
    padding: 20px;
    min-height: 135px;
  }
  .block-abit .view_login {
    font-size: 20px;
    padding: 15px 60px;
  }
  .block-abit.abit-vn .note,
  .block-abit .note {
    font-size: 16px;
  }
  .abit .img {
    padding-top: 68px;
  }
  .abit .play-video {
    bottom: 35%;
  }
  .wrap-introduce .abit .subtitle {
    font-size: 25px;
    margin-bottom: 10px;
    padding-top: 80px;
    padding-bottom: 5px;
  }
  .abit .view_login {
    font-size: 20px;
    padding: 17px 65px;
  }
  .wrap-omnichannel .header {
    padding: 40px 0;
  }
  .wrap-omnichannel .header .title {
    font-size: 40px;
  }
  .buttonreg-right {
    margin-top: 0px !important;
  }
}
@media (width: 1440px){
  .wrap-introduce .abit .img img {
    padding-top: 68px;
  }
  .block-abit h2 {
    padding-top: 50px;
    padding-bottom: 10px;
}
}
@media (min-width: 1200px) {
  .wrap-header .nav {
    display: block !important;
  }
  .block-abit.abit-vn,
  .wrap-introduce .abit,
  .block-abit.abit-pos {
    height: calc(100vh - 70px);
  }
  .buttonreg-right {
    margin-top: 5px;
  }
}
@media (max-width: 1200px) {
  .read-more {
    margin-top: 35px;
  }
  .handel-menu.active i:before {
    content: "\f00d";
  }
  .wrap-header .container {
    position: relative;
  }
  .wrap-header .logo {
    float: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
  }
  .wrap-header .nav {
    display: none;
    float: left;
    position: absolute;
    width: 100%;
    background-color: #333;
    top: 70px;
    left: 0;
    padding-top: 20px;
  }
  .wrap-header .nav ul li {
    display: block;
    line-height: 45px;
  }
  .wrap-header .handel-menu {
    position: absolute;
    display: block;
    top: 10px;
    left: 15px;
    font-size: 35px;
    cursor: pointer;
    line-height: 20px;
    background-color: #fff;
    border: none;
  }
  .wrap-header .nav ul li > a {
    color: #ffffff;
  }
  .about-us .header {
    max-width: auto;
    text-align: left;
  }
  .about-us .header .sub-title:before,
  .about-us .header .sub-title:after {
    display: none;
  }
  .wrap-support-index .support {
    padding-left: 98px;
  }
  .wrap-support-index .col-left {
    text-align: left;
  }
  .wrap-support-index {
    height: 345px;
  }
  .support .notification {
    margin-top: 60px;
  }
  .wrap-omnichannel .content img {
    padding-left: 100px;
  }
  .about-us .read-more {
    margin-top: 30px;
  }
  .wrap-header .nav ul li {
    width: 33.33333%;
    float: left;
    text-align: center;
    padding: 0 10px;
  }
  .wrap-header .nav ul li > a {
    background: #32bda5;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .wrap-header .nav ul li > a .icon {
    display: block;
    font-size: 40px;
  }
  .wrap-header .nav ul li a:before {
    display: none;
  }
  .wrap-header .nav ul li.active a {
    background: #ffffff;
    color: #32bda5;
  }
}
@media (max-width: 992px) {
  .wrap-introduce .abit {
    padding-right: 30px;
    margin-bottom: 25px;
  }
  .wrap-introduce .abit .title {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .wrap-introduce .abit .subtitle {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .abit .play-video {
    position: absolute;
    right: 50%;
    margin-right: -155px;
    bottom: 50%;
    margin-bottom: -60px;
  }
}
@media (max-width: 767px) {
  .wrap-header .logo img {
    max-width: 120px;
  }
  .wrap-header .logo {
    margin-left: -78px;
  }
  .wrap-header .login a span {
    padding: 8px 10px;
    font-size: 10px;
  }
  .wrap-header {
    line-height: 50px;
    -webkit-box-shadow: 0px 6px 20px -12px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 6px 20px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 6px 20px -12px rgba(0, 0, 0, 0.28);
  }
  .wrap-header .handel-menu {
    font-size: 26px;
  }
  .wrap-header .nav {
    top: 52px;
  }
  .wrap-introduce .abit {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .wrap-introduce .abit .title {
    font-size: 28px;
    margin-top: 15px;
  }
  .wrap-introduce .abit .subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .wrap-omnichannel .header .subtitle {
    font-size: 14px;
    padding: 0 20px;
  }
  .wrap-omnichannel .content img {
    padding-left: 15px;
  }
  .read-more a {
    font-size: 18px;
    padding: 15px 30px;
  }
  .read-more {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .about-us .header .title {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .about-us .header .sub-title {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .wrap-support-index .notification:before {
    display: none;
  }
  .wrap-support-index {
    height: auto;
    background: #f1f1f1;
  }
  .wrap-support-index .col-left {
    text-align: center;
  }
  .hottline {
    padding: 5px 15px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .hottline .text {
    line-height: 66px;
  }
  .wrap-support-index .support {
    padding-left: 0;
  }
  .support .notification {
    margin-top: 30px;
    font-size: 18px;
  }
  .support .fanpage {
    font-size: 28px;
    line-height: 40px;
  }
  .wrap-footer .title {
    margin-top: 30px;
  }
  .wrap-header .nav ul li {
    width: 50%;
    line-height: 28px;
  }
  .wrap-header .nav ul li a {
    font-size: 11px;
  }
  .wrap-header .login .button-login span {
    font-size: 11px;
    padding: 8px 10px;
  }
  .form-login-chat {
    padding: 5px;
  }
  .form-login .close {
    right: 5px;
    top: 5px;
  }
  .wrap-omnichannel .header .title {
    padding-top: 5px;
    font-size: 22px;
  }
  .form-login .modal-footer ul li {
    width: 23%;
  }
  .form-login .modal-footer ul li a {
    font-size: 10px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .block-abit {
    width: 100%;
  }
  .abit .play-video {
    position: absolute;
    right: 50%;
    bottom: 50%;
    margin-right: -82px;
    margin-bottom: -35px;
  }
  .abit .play-video img {
    width: 65px;
  }
}
@media (max-width: 1100px) and (min-width: 1000px) {
  .block-abit {
    min-height: 585px;
  }
}
@media (min-width: 768px) {
  .form-login .modal-dialog {
    width: 450px !important;
  }
}
@media (max-width: 321px) {
  .form-login .modal-footer ul li a {
    font-size: 8px;
  }
}
.logo img {
  max-height: 55px;
}
/* .modal-dialog {
  margin: 50px auto 30px !important
} */
.wrap-login {
  overflow: auto;
  height: calc(100vh);
}
.block-abit {
  float: left;
  width: 50%;
  text-align: center;
  min-height: 568px;
}
.wrap-creatBlock .wrap-content .group-item .items .item,
.wrap-creatBlock .wrap-content .block-start .items .item {
  width: calc(50% - 4px);
}
.wrap-item .button-blocked:nth-child(3) .name-button {
  border-bottom: 0px;
}
.block-start button {
  border-radius: 8px;
  width: calc(50% - 2px);
  text-transform: uppercase;
  font-size: 15px;
}
.day-start .text,
.day-end .text {
  width: 70px;
  display: inline-block;
  float: left;
}
.day-start input,
.day-end input {
  width: 100%;
  float: left;
  padding: 3px 5px;
}
.wrap-table-order {
  margin-top: 25px;
  height: calc(100vh - 205px);
  overflow: auto;
}
.wrap-order-staff {
  width: 100%;
}
.wrap-order-staff .content-order {
  height: calc(100vh - 198px);
}
.wrap-order-detail {
  background-color: #ffffff;
  height: calc(100vh - 50px);
  width: 85%;


}
.wrap-order-detail .content-order-detail {
  width: calc(100% - 45px);
  position: relative;
}
.resize-product .owl-theme {
  width: calc(100% - 32px);
  float: left;
  padding-top: 5px;
}
.fix-height-order {
  /* height: calc(100vh - 284px);
	overflow: auto; */
  width: 100%;
}
.wrap-tab-basic {
  height: calc(100vh - 120px);
  overflow: auto;
}

/* Add by HTĐ */
.fogot-pass {
  margin: 10px;
}
.fogot-passleft {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 10px;
}
.fogot-passright {
  float: right;
  width: 50%;
  text-align: left;
  padding-left: 30px;
}
.fa-key {
  font-size: 20px;
  color: #ffbd30;
  padding-right: 5px;
}
.fa-sticky-note-o {
  font-size: 20px;
  color: #ffbd30;
  padding-right: 10px;
}
.fa-sign-in {
  font-size: 20px;
  color: #ffbd30;
  padding-right: 5px;
}
.fa-trash {
  color: #dd0000;
  cursor: pointer;
}
.fogot-pass span:hover {
  color: #32bda5;
  cursor: pointer;
}
.box.box-primary {
  overflow: auto;
  height: calc(100vh - 115px);
  border: 1px solid #ddd;
}
.nav-tabs-custom {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.content .pagination > .active > a {
  background-color: #868484;
  border-color: #868484;
}
.group-form {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.nav-tabs-custom .nav-tabs li {
  border-top: 3px solid transparent;
  margin-bottom: -1px;
  margin-right: 5px;
}
.nav-tabs-custom .nav-tabs li.active {
  border-top-color: #32bda5;
}
.nav-tabs-custom .nav-tabs li a,
.nav-tabs-custom .nav-tabs > li > a,
.nav-tabs-custom .nav-tabs > li > a {
  background: #eee;
}
.nav-tabs-custom .nav-tabs li.active a,
.nav-tabs-custom .nav-tabs > li.active > a:hover,
.nav-tabs-custom .nav-tabs > li.active > a:focus {
  border-top-color: transparent;
  border-left-color: #ddd;
  border-right-color: #ddd;
  background: #ffffff;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs > li > a {
  margin-right: 0px !important;
  border-radius: 0px !important;
}
.list-group-unbordered .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 8px;
  float: left;
  width: 100%;
}
.tab-pane .box-title {
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.role-staff {
  margin-top: 20px;
}
.role-staff .control-label {
  line-height: 34px;
}
.nav-tabs li a {
  color: #333333;
}
.box-body .list-group {
  margin: 0;
}
.fa-circle {
  color: #5cb85c;
}
.list-group-item .content-text {
  width: calc(100% - 100px);
  float: left;
}
.content-text p {
  color: #90949c;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  margin: 0;
}
.list-group-item:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.list-group-item.active,
.list-group-item.active:focus {
  background: #eeeeee !important;
  border-color: #eeeeee !important;
  border-right: 2px solid #32bda5 !important;
}
.header-manageemploye h1 {
  margin-left: 8px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  font-size: 22px;
  margin: 15px;
  text-transform: uppercase;
  line-height: 30px;
}
.list-group-item.active {
  /*border-right: 2px solid #4080ff !important;*/
}
.list-group-item.active h4 {
  font-weight: 600;
}
.list-group-item h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 3px;
  margin-top: 8px;
}
.user-block {
  margin-bottom: 20px;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.img-bordered-sm {
  border: 2px solid #d2d6de;
  padding: 2px;
}
.img-circle {
  border-radius: 50%;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-left: 50px;
}
.user-block .username a {
  color: #000000;
}
.user-block .addusername {
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #32bda5;
  text-align: center;
}
.user-block .description {
  color: #999;
  font-size: 13px;
  display: block;
  margin-left: 50px;
}
.description i {
  color: #32bda5;
  padding-left: 10px;
  padding-right: 5px;
}
.description label {
  color: #32bda5;
  cursor: pointer;
}
.description label:hover {
  color: #3aaf9b;
}
.user-row {
  height: 30px;
}
.user-iconedit {
  padding-left: 7%;
  color: #32bda5;
  cursor: pointer;
}
.nav-tabs-custom .tab-content {
  border-top: 0px;
  height: calc(100vh - 157px);
  overflow: auto;
  border-top: 0px;
  border: 1px solid #ddd;
  border-top: 0px;
}
.col-sm-2 {
  padding-right: 10px !important;
}
.addemploye {
  color: #fff;
  cursor: pointer;
  border: #00a65a;
  padding: 8px;
  border-radius: 3px;
  background-color: #00a65a;
  margin-left: 15px;
  float: inherit;
}
.addemploye:hover {
  background-color: #32bda5;
}
.pagination {
  margin: 0px 10px -10px 0px !important;
  float: right;
  display: flex;
}
.searchemploye {
  float: right !important;
  text-align: right;
  padding: 5px 0 10px;
  line-height: 30px;
}
.searchemploye span {
  padding-right: 10px;
}
.searchemploye input {
  width: 320px;
  border: 1px solid #ccc;
}
.tr_checked {
  background-color: #ffffcc !important;
}
.errorinfo {
  text-align: center;
  margin-top: -8px;
  color: #d43f3a;
}
.errorframe {
  padding-top: 10px;
  margin-bottom: -2px;
  font-size: 11px;
}
.wrap-home {
  position: relative;
  overflow: auto;
  background-color: #ffffff;
  height: 100%;
}
.footer-manager-fanpage .footer-left {
  width: 20%;
  float: left;
  display: inline-block;
}
.footer-manager-fanpage .footer-center {
  width: 30%;
  float: left;
  line-height: 10px;
}
.footer-manager-fanpage .footer-right {
  float: right;
  width: 49%;
}
.group-form button,
.group-form a {
  min-width: 83px;
}
.group-form .read-more {
  width: 100%;
  height: 60px;
}
.read-more-staff {
  width: 100%;
  height: 45px;
  font-size: 22px;
}
.box-body .table-responsive {
  min-width: 100%;
}
.searchemploye .search {
  float: right;
}
.box-body .action {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  float: right;
}
.wrap-header-box {
  background-image: url("/assets/images/report/bg_header_report.jpg");
  border-bottom: 1px solid #32bda5;
  height: 52px;
}
@media (max-width: 768px) {
  .nav-tabs-custom ul li a {
    padding: 10px;
  }
  .footer-manager-fanpage .footer-left {
    width: 40%;
  }
  .footer-manager-fanpage .footer-center {
    width: 60%;
    text-align: right;
  }
  .footer-manager-fanpage .footer-right {
    margin-top: 10px;
    width: 100%;
  }
}
@media (min-width: 481px) {
  .close-manager {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .box.box-primary {
    width: 100%;
  }
  .header-manageemploye h1 {
    font-size: 16px;
    margin: 12px 10px;
  }
  .addemploye {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 0;
  }
  .info-staff .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-staff .col-right-staff {
    position: absolute;
    top: 5px;
    padding: 0 5px;
    right: 0;
    background: #ffff;
    z-index: 999;
    left: 480px;
    transition: all 0.5s ease;
  }
  .info-staff .col-right-staff.openTabCustom {
    left: 0;
  }
  .nav-tabs-custom ul li a {
    padding: 5px;
    font-size: 12px;
  }
  .nav-tabs-custom .tab-content {
    height: calc(100vh - 116px);
  }
  .user-block .description {
    font-size: 11px;
  }
  .tab-pane .box-title {
    font-size: 14px;
  }
  .footer-manager-fanpage .footer-left,
  .footer-manager-fanpage .footer-center {
    font-size: 11px;
  }
  .footer-manager-fanpage .footer-center {
    line-height: 18px;
  }
  .footer-right .dataTables_paginate {
    float: right;
  }
  .searchemploye,
  .searchemploye .search {
    width: 100%;
  }
  .search span {
    width: 80px;
    display: inline-block;
    text-align: left;
    float: left;
  }
  .search input {
    padding: 0 10px;
    width: calc(100% - 80px);
    float: right;
    display: inline-block;
  }
  .wrap-button-tab2 {
    margin-top: 10px;
    margin-left: 5px;
  }
}
/* Connect fanpage ---- Sửa phần của Tùng  */
.tab-content-post .tab-content {
  height: calc(100vh - 152px);
  overflow: auto;
}
.wrap_setting-left {
  height: calc(100vh - 110px);
  overflow: auto;
}
#informationshop .wrap-setting {
  height: calc(100vh - 158px);
  overflow: auto;
}
#informationshop .wrap-setting-shop {
  height: calc(100vh - 158px);
}
.wrap-setting-shop .setting-shop {
  height: calc(100vh - 158px);
  overflow: auto;
}
#informationshop .wrap-setting-notification {
  height: calc(100vh - 100px);
  overflow: auto;
}
.package3 .wrap-setting-shop .setting-shop {
  height: calc(100vh - 340px);
  overflow: auto;
}
.popover.bottom {
  margin-top: 5px !important;
}
.popover .arrow {
  /* display: none !important; */
}
.popover-content {
  padding: 12px !important;
}
/* Css Toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 20px;
  margin-bottom: -7px;
  margin-top: 5px;
}
.switch input {
  display: none;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #55c4bd;
}
input:focus + .slider {
  box-shadow: 0 0 1px #55c4bd;
}
input:checked + .slider:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}
.slider.round {
  border-radius: 34px;
  width: 60px;
}
.slider.round:before {
  border-radius: 50%;
}
/* End */
/* CSS scroll  */
@supports (-moz-appearance: none) {
  #style-scroll {
    scrollbar-width: thin;
    scrollbar-color: #DDDDDD #f1f1f1;
  }
}
#style-scroll::-webkit-scrollbar,#scrollNoti::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#style-scroll:hover::-webkit-scrollbar:hover,#scrollNoti:hover::-webkit-scrollbar:hover {
  width: 10px !important;
  height: 10px !important;
}
/* Track */
#style-scroll::-webkit-scrollbar-track,#scrollNoti::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#style-scroll::-webkit-scrollbar-track:hover,#scrollNoti::-webkit-scrollbar-track:hover {
  background: #f1f1f1;
}
/* Handle */
#style-scroll::-webkit-scrollbar-thumb,#scrollNoti::-webkit-scrollbar-thumb {
  background: #DDDDDD;
  border-radius: 4px;
}

/* Handle on hover */
#style-scroll:hover::-webkit-scrollbar-thumb:hover,#scrollNoti:hover::-webkit-scrollbar-thumb:hover {
  background: rgb(105, 105, 105);
  border-radius: 4px !important;
}
/* End */
.total-money .fa-check {
  color: #30a50c;
  font-size: 14px;
}
.total-money .chuadoisoat {
  font-style: normal;
  color: #ff9933;
  font-size: 16px;
}
.notification .popover {
  left: 15px !important;
  max-width: 600px !important;
}
.select-search-product .hidebackground > div > div.multiple {
  min-height: 28px;
  background-image: none;
}
/* Start CSS Loading Big */
.lds-roller {
  display: inline-block;
  /* position: relative; */
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 999999;
  top: calc(50vh - 64px);
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #16a086;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Background */
.background-loading {
  background-color: #49586563;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1045;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
/* End Loading */
#notifications .modal-body img {
  max-width: 100% !important;
}
.select-search-product select-dropdown > div .options {
  max-height: 140px !important;
}
#timeDateRange {
  width: 100%;
    float: left;
    padding: 5px 10px 3px 33px !important;
    border: 1px solid #ccc;
    height: 35px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
#timeDateRange1 {
  width: 100%;
    float: left;
    padding: 3px 10px 3px 33px !important;
    border: 1px solid #ccc;
    height: 35px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
#timeDateRange2 {
  width: 100%;
    float: left;
    padding: 3px 10px 3px 33px !important;
    border: 1px solid #ccc;
    height: 35px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
#timeDateRange3 {
  width: 100%;
    float: left;
    padding: 3px 10px 3px 33px !important;
    border: 1px solid #ccc;
    height: 35px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}
.daterangepicker .ranges li.active {
  background: #32bda5;
  border: 1px solid #32bda5;
  color: #fff;
}
.daterangepicker .ranges li:hover {
  background: #32bda5;
  border: 1px solid #32bda5;
  color: #fff;
}
.daterangepicker .ranges li {
  color: #128672;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #32bda5 !important;
}
.daterangepicker td.off.active {
  background-color: #fff !important;
}
.range_inputs .btn-success {
  color: #fff;
  background-color: #32bda5;
  border-color: #32bda5;
}
.range_inputs .btn-success:hover {
  color: #fff;
  background-color: #128672;
  border-color: #128672;
}
.daterangepicker .input-mini,
.daterangepicker .daterangepicker_input i {
  display: none !important;
}
.daterangepicker .calendar {
  position: relative;
}
.daterangepicker .calendar .calendar-table {
  padding-bottom: 35px;
}
.daterangepicker .calendar .daterangepicker_input {
  position: absolute;
  bottom: -6px;
  left: 20px;
}
.form-horizontal .form-group {
  height: 50px;
}
.daterangepicker.single .applyBtn{
    display: none;
}
.daterangepicker.single .cancelBtn{
    display: none;
}
.daterangepicker.single .calendar td {
    min-width: 37px;
}
.daterangepicker.single .table-condensed td{
	padding: 3px;
}
.fromproduct-col2 .search-invoice .placeholder{
  padding-left: 30px;
}
.fromproduct-col2 .search-invoice .below{
  border: 1px solid rgba(0,0,0,.3);
  border-radius: 4px;
}
.fromproduct-col2 .search-invoice .below .value{
  padding: 0 0 0 30px;
}
@media (max-width: 813px) {
  .navbar-custom-menu .nav > li > a {
    padding: 10px 5px;
  }
}
@media (min-width: 730px) {
  body .daterangepicker .ranges {
    float: right;
  }
}
@media (min-width: 768px) {
  #addCustomer .modal-dialog {
    width: 650px;
  }
}

.MuiSvgIcon-root {
  fill: rgba(0, 0, 0, 0.7);
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 8px;
  left: 7px;
  cursor: pointer;
}
.time {
  position: relative;
}
.pushed-telepro{
  float: right;
  color: #fff;
  background-color: #ff0202;
  border-radius: 3px;
  font-size: 11px;
  text-align: center;
  padding: 1px 3px;
}
