.menu-toggle {
  padding-left: 25px;
}
.menu-toggle span {
  position: relative;
  width: 26px;
  display: block;
  height: 3px;
  margin-bottom: 3px;
  float: left;
}
.menu-toggle span:after {
  content: "";
  position: absolute;
  height: 100%;
  background: #111;
  width: 100%;
  top: 0;
  transition-delay: 0.3s;
  transition-property: width;
  transition: width 1s;
  width: 0;
  animation-duration: 1s;
  animation-name: changewidth;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.menu-toggle span.line-1:after {
  width: 50%;
}
.menu-toggle span.line-2:after {
  transition-delay: 0.6s;
  animation-name: changewidth1;
}
.menu-toggle span.line-3:after {
  transition-delay: 0.9s;

  left: auto;
  right: 0;
}

.menu-toggle.active span.line-1:after {
}
.menu-toggle.active span.line-2:after {
  width: 100%;
}
.menu-toggle.active span.line-3:after {
  width: 50%;
}
@keyframes changewidth {
  from {
    width: 0;
  }

  to {
    width: 50%;
  }
}

@keyframes changewidth1 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
div#danhmuc {
  border-bottom: none;
}
div.danhmuc {
  margin-bottom: 15px;
}
div.danhmuc:last-child {
  margin-bottom: 0;
}
div#danhmuc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#danhmuc ul li {
  position: relative;
}
div#danhmuc ul li:last-child {
  border: none;
}
div#danhmuc ul li a {
  color: #454545;
  text-decoration: none;
  font-size: 14px;
  transition: 0.4s;
  display: block;
  border-bottom: 1.5px dotted #ddd;
  padding: 5px 5px 5px 0;
  font-weight: 400;
  position: relative;
}
div#danhmuc ul li span {
  position: absolute;
  right: 13px;
  top: 13px;
  display: none;
  width: 14px;
  height: 14px;
  background: url(images/icon-cong.png) no-repeat;
  cursor: pointer;
}
div#danhmuc ul li a:hover,
div#danhmuc ul li a.active {
  color: red;
  transition: 0.4s;
}
div#danhmuc ul li ul li a {
  padding: 8px 5px 8px 25px;
  font-weight: 300;
  font-size: 16px;
}
div#danhmuc ul li ul li a:before {
  content: "";
  background: var(--primary);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 17px;
}
div#danhmuc ul li ul li span {
  left: 27px;
  background: url(images/icon-tru.png) no-repeat;
}
div#danhmuc ul li ul li ul li span {
}
div#danhmuc ul li ul {
}
h2.tieude:before {
  content: "";
  position: absolute;
  background: var(--primary);
  width: 70px;
  height: 3px;
  bottom: -2px;
}
h2.tieude {
  color: #000;
  text-align: left;
  line-height: 39px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 13px;
  color: var(--primary);
  position: relative;
  border-bottom: 1px solid #cccccc7d;
  display: inline-block;
  max-width: 300px;
}
.list-criteria {
}
.list-criteria .item {
  background: #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.list-criteria .item span {
  display: inline-block;
  background: var(--primary);
  width: 40px;
  padding: 5px;
  position: relative;
}
.list-criteria .item span img {
}
.list-criteria .item a {
  font-size: 14px;
  color: #111;
  transition: 0.4s ease;
}
.list-criteria .item a:hover {
  color: red;
  text-decoration: none;
}
.hotline_sp a {
  color: #1a4b8e;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

.hotline_sp i {
  font-size: 20px;
  width: 40px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  padding-top: 4px;
}
.hotline_sp b {
  display: block;
}

.box-support {
}
.box-support .box-item {
}
.box-support .box-item .item {
  background: #e5e5e5;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 5px;
}
.box-support .box-item .item strong {
}
.box-support .box-item .item .tool {
}
.box-support .box-item .item .tool a {
  color: var(--primary);
}
.box-srv h3 {
  font-size: 1.3rem;
  color: #111;
  margin: 8px 0 0 0;
}
.inner-serv-item {
  position: relative;
  height: 0;
  padding-bottom: 70%;
}
.inner-serv-item img {
  max-width: 240px;
  position: absolute;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-serv-item:after {
  content: "";
}
@media (max-width: 768px) {
  .list-criteria .item span {
    width: 30px;
  }
  .list-criteria .item span img {
  }
  .list-criteria .item a {
    font-size: 11px;
    white-space: nowrap !important;
  }
}

.popup-alert .modal-dialog {
  width: 480px !important;
  max-width: 100% !important;
}
.popup-alert .contactform-style-3 {
  width: 100%;
  min-height: 350px;
  border-radius: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-size: cover;
  overflow: hidden;
  background-color: #fff;
}
.popup-alert .cick-to-call-header-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-alert .contactform-style-3 .main-salebanner {
  background-color: var(--primary);
  overflow: hidden;
  padding: 20px 10px 10px 10px;
}
.popup-alert .contactform-style-3 .widgetTitle {
  margin-bottom: 8px;
  line-height: 24px;
  color: white;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 22px;
}
.popup-alert .contactform-style-3 .widgetDescription {
  font-size: 1.3rem;
  font-weight: 400;
  margin: 20px 0;
  margin-top: 0;
  width: 100%;
  color: white;
}
.popup-alert .contactform-style-3 .form-email {
  display: flex;
  width: 260px;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  gap: 10px;
}
.popup-alert .contactform-style-3 .banner-input-object {
  background: #fff;
  border: none;
  padding: 10px 20px;
  width: 100%;
  border-radius: 5px;
  margin-right: 10px;
}
.popup-alert .contactform-style-3 .widgetButton {
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px;
  border: none;
  cursor: pointer;
  color: white;
  background-color: #148399;
}
.popup-alert .contactform-style-3 .js_popup_contactform__success {
  width: 60%;
  margin: 1.5rem;
  justify-content: center;
  text-align: center;
  display: none;
}
.popup-alert .contactform-style-3 .js_popup_contactform__success .thanks {
  color: #333;
  padding: 20px 0 40px 0;
}
.popup-alert .contactform-style-3 .js_popup_contactform__success .images-check {
  height: 110px;
  padding-top: 40px;
}
.popup-alert .contactform-style-3.success .js_popup_contactform__form {
  display: none;
}
.popup-alert .contactform-style-3.success .js_popup_contactform__success {
  display: block;
}
.popup-alert .modal-content {
  border-radius: 20px;
  overflow: hidden;
  border: 0;
  background-size: cover;
  padding: 0px;
}
.popup-alert .modal-content button.close {
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 0;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  z-index: 9;
  line-height: 40px;
}
.popup-alert .modal-dialog {
  width: 800px;
  max-width: 100%;
  z-index: 999999999;
}
.popup-alert .modal-body {
  padding: 0;
}

#modal-popup-alert {
  z-index: 99999;
}
@media (max-width: 600px) {
  .popup-alert .modal-dialog {
    max-width: calc(100% - 20px) !important;
  }
}
