p {
  margin: 0 !important;
  padding: 0 !important;
}

.frame-content {
  font-family: sans-serif;
  height: 100vh;
}
.page-wrap {
  min-height: 100vh;
  width: 100%;
  position: absolute;
}
.section {
  position: relative;
  display: flex;
  padding: 50px 0;
  overflow: hidden;
  justify-content: center;
}
.header {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0 20px;
  height: 80px;
  z-index: 5;
  overflow: visible;
  position: fixed;
  justify-content: space-between;
  align-items: center;
}
.header .wr {
  display: flex;
  justify-content: space-between;
}
.wr {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.header__logo {
  margin: 0;
  padding: 0;
  line-height: 50px;
  white-space: nowrap;
  text-decoration: none;
}
.header__nav--hidden {
  display: none;
}
.header__nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.headerMenu--visible {
  display: block;
  z-index: 99999;
}
.headerNav__links {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__navCtas {
  display: flex;
  margin-left: 20px;
  align-items: center;
}
.drawerLinkParent,
.headerNav__links > a,
.headerNav__links > div {
  display: flex;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  margin: 0;
  cursor: pointer;
  font-size: 1.1em;
}

.headerNav__links > a,
.headerNav__links > div {
  align-items: center;
  height: 100%;
  padding: 0 10px;
  text-decoration: none;
}

.section--hero {
  background-position: 50%;
  background-size: cover;
}
.section--footer {
  padding: 15px 0;
  margin: 0;
  z-index: 101;
}
.footer__primary {
  margin-right: 40px;
  margin-bottom: 0;
}

.footer__social svg {
  height: 26px;
}

.footer__social {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  justify-content: space-around;
}

.divider svg {
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 2;
}
.wave svg {
  position: absolute;
  left: 0;
  bottom: 0px;
  min-width: 800px;
  z-index: 2;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
.contact__item {
  display: flex;
  flex-direction: column;
}
.contact__item input,
.contact__item textarea {
  border: 2px solid hsla(0, 0%, 49%, 0.3);
  border-radius: 3px;
  font-size: 1.15em;
  padding: 10px;
  background: transparent;
}
.contact__item label {
  margin-bottom: 3px;
}

.weight-text-m {
  font-weight: 500;
  text-align: left;
}
#contactSubmit {
  float: right;
}
fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem;
}

fieldset {
  border-width: 0;
  padding: 0;
}
.ftPoint {
  display: flex;
  margin-top: 30px;
  max-width: 600px;
}

.bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 40em) {
  .header {
    justify-content: center;
  }
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
a {
  color: #1b5a9f;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
}

@media screen and (min-width: 40em) {
  .bm-burger-button {
    visibility: hidden;
  }
}
.md-file-input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.md-RichEditor-root {
  max-height: 500px;
  overflow: auto;
  border: 1px solid;
}
.language-markup {
  padding: 0 20px;
}
.ant-tabs {
  color: #212529 !important;
  margin-top: 1px !important;
}
.ant-tabs-tab-active {
  color: #1b5a9f !important;
}
.md-RichEditor-root {
  padding: 25px 70px !important;
}
.breadcum-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 64px;
  background: rgba(0, 212, 255, 1);
}
.card .card-header {
  background-color: transparent;
  position: relative;
}
.products {
  border-radius: 0;
}
.arrow_header {
  padding: 0 12px;
  border-radius: 5px;
  width: 100%;
}
.arrow_header:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 4px solid;
  border-color: white transparent transparent transparent;
  right: 10px;
  top: 35px;
}
.sketch-picker {
  width: 200px;
  padding: none !important;
  border-radius: none !important;
  box-shadow: none !important;
}
.md-file-input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.sidebar {
  position: fixed;
  right: inherit;
  z-index: 1100;
  width: 300px;
  height: 100%;
  background: #22a3e2;
  padding: 20px;
  font-size: 15px;
}
.sidebar-toggle {
  position: fixed;
  width: 36px;
  height: 30px;
  left: 36px;
  top: 18px;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
.sidebar-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ant-modal-body {
  padding: 15px !important;
}
.ant-form-item {
  margin-bottom: 0 !important;
}
label {
  margin-bottom: 0;
}
.icon-download {
  background-repeat: no-repeat;
  background-position: 17px center;
  text-align: center;
  background: #0878ea;
  color: #fff;
  border: 1px solid #0878ea;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
  height: 36px;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
  margin: 15px;
}
.ql-editor img {
  max-width: 100%;
  display: block;
  height: auto;
}
.ql-snow * {
  max-height: 600px;
}
.ql-container.ql-snow {
  border: none;
}
@media (min-width: 1200px) {
  .col-xl-2 {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  background: #eadd81 !important;
}
.ant-col {
 width: 100%;
}
.quill-editor iframe,
.quill-editor video {
    pointer-events: none;
}
.ant-tabs {
  font-size: 16px !important;
}
.card-text {
  font-size: 16px;
}
.zalo-chat-widget {
    bottom: 90px !important;
    right: 25px !important;
}