body {
  margin: 0;
  padding: 0;
  line-height: 1.4;
  color: black;
  font-family: arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #3568f0;
}
img,
svg {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
p,
figure,
figcaption,
blockquote,
caption,
fieldset,
embed,
object,
applet,
canvas,
caption,
iframe,
strike,
time,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
strong {
  font-weight: bold;
}
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}
/* End fix*/

/* Bengen header */
.header {
    float: left;
    width: 100%;
    height: 70px;
    padding: 0 16px;
    position: relative;
    z-index: 999;
    background-image: url(../../images/chat/bg-trongdong.png);
    background-color: #002b7f;
    background-size: 30%;
    background-position: left;
    padding-bottom: 10px;
    background-repeat: no-repeat;
}
.header.sticky {
  box-shadow: 0 4px 10px rgba(182, 182, 182, 0.18);
  position: fixed;
  top: 0;
  left: 0;
}
.bg-frame {
    width: 100%;
    position: absolute;
    float: left;
    height: 10px;
    background-image: url(../../images/lp/bg-frame.png);
    background-repeat: repeat;
    bottom: 0;
    left: 0;
}
.header-left {
  float: left;
  padding-left: 24px;
  position: relative;
  top: 2px;
}
.head-name {
  font-size: 28px;
  font-weight: bold;
}
.head-meta {
  color: #888;
  display: block;
  position: relative;
  top: 22px;
}
.m-logo {
  display: inline-block;
  position: absolute;
  left: 54px;
  top: 8px;
}
.m-logo img {
  display: inline-block;
  height: 40px;
  width: 114px;
}
.header-right {
  float: right;
  position: relative;
  top: 20px;
}
.head-item {
  display: inline-block;
  margin-left: 12px;
}
.btn-menu {
  position: absolute;
  display: none;
  place-items: center;
  height: 36px;
  width: 36px;
  cursor: pointer;
  z-index: 99;
  border-radius: 100%;
}
.head-logo {
    display: flex;
    align-items: center;
    justify-content: left;
    color: #fff;
    flex: 1;
    gap: 12px;
}

.logo-brand img {
    height: 44px;
    width: 44px;
    min-width: 44px;
}

.new-chat-btn {
    color: #fff;
}
.text-summary-brand {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.text-summary-sub {
    font-size: 12px;
    color: #facc15;
}
.hotline {
  font-size: 14px;
  font-weight: bold;
}
.color-dark {
  color: #59595c;
}
.svgdarktheme {
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.themme-color {
    display: inline-block;
    color: #fff;
}
.btn-nangcapgdv {
  display: inline-block;
  background: #3568f0;
  color: #fff;
  height: 28px;
  line-height: 28px;
  border-radius: 24px;
  padding: 0 16px;
  cursor: pointer;
  position: relative;
  top: -3px;
}
.btn-nangcapgdv svg {
  margin-right: 8px;
  position: relative;
  top: -2px;
}
.btn-tokens {
  display: inline-block;
  background: #e6f6ff;
  color: #222;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 24px;
  padding: 0 16px;
  position: relative;
  top: -3px;
}
.head-item.m-hoidap {
  display: none;
}
.menu-hoidap {
  display: inline-block;
  cursor: pointer;
}
.btn-theme-dark {
  background: url(../../images/chat/light.svg) no-repeat;
  position: relative;
  height: 20px;
  width: 36px;
  top: -2px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
/* tgl checkbox */
.tgl {
  display: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  width: 36px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
  border: 0;
}
.tgl-light + .tgl-btn {
  background: #ebebeb;
  border-radius: 24px;
  padding: 2px;
  transition: all 0.4s ease;
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 6px;
}
.tgl-light + .tgl-btn:after {
  border-radius: 100%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #0066ff;
}
/* Bengin dropdown*/
.dropdown-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-icon {
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  place-items: center;
  display: grid;
}
.dropdown-wrapper {
  background: #fff;
  display: none;
  position: absolute;
  z-index: 99;
  padding: 16px;
  right: 0;
  width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  z-index: 99;
}
.dropdown-active .icon-dropdown {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dropdown-item.f-user {
  top: -6px;
}
.thumb-user {
  display: grid;
  place-items: center;
  cursor: pointer;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background: #f2f2f2;
  overflow: hidden;
}
.thumb-user img {
  display: inline-block;
  height: 34px;
  width: 34px;
  border-radius: 100%;
}
.profile-item {
  width: 100%;
  float: left;
  margin-bottom: 16px;
}
.profile-thumb {
  float: left;
  margin-right: 16px;
}
.profile-thumb img {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  display: inline-block;
}
.profile-info {
  display: grid;
}
.profile-name {
  font-size: 15px;
  font-weight: bold;
}
.profile-email {
  color: #555;
}
.profile-tokens {
  background: #e6f6ff;
  padding: 16px;
  border-radius: 8px;
}
.tokens-text {
  font-size: 15px;
  margin-bottom: 10px;
  color: #222;
}
.tokens-number {
  margin-bottom: 5px;
}
.tokens-timeline {
  position: relative;
}
.tokens-dark {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background: #cbdde8;
  border-radius: 3px;
  top: 0;
}
.tokens-red {
    position: absolute;
    left: 0;
    width: 0;
    height: 5px;
    background: #3568f0;
    border-radius: 3px;
    top: 0;
    z-index: 9;
}
.nav-profile {
  margin: 0;
  padding: 0;
}
.nav-profile li {
  list-style: none;
}
.nav-profile a {
  display: block;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 15px;
  position: relative;
  color: #666;
}
.nav-profile li a.active,
.nav-profile li a:hover {
  background: #f5f5f5;
  color: #222222;
}
.nav-profile li a svg {
  position: relative;
  margin-right: 10px;
  top: -2px;
}
.div-logout {
  width: 100%;
  float: left;
  padding-top: 12px;
  border-top: solid 1px #f1f1f1;
}
.btn-logout {
  display: block;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 15px;
  position: relative;
  color: #666;
}
.btn-logout:hover {
  background: #f5f5f5;
  color: #222222;
}
.btn-logout svg {
  position: relative;
  margin-right: 10px;
  top: -2px;
}
.main {
  float: left;
  width: 100%;
}
.sidebar-left {
  width: 18%;
  position: fixed;
  height: 100%;
  background: #fbfbfb;
  left: 0; padding-top:80px;
  top: 0;
  z-index: 99;
}
.content-center {
  float: left;
  padding: 0 18%;
  width: 100%;
  position: relative;
}
.sidebar-right {
  width: 18%;
  right: 0;
  position: fixed;
  z-index: 99;
  height: 100%;
  top: 0;
  padding: 100px 0 20px 20px;
  background: #fbfbfb;
}
.content-right {
  float: left;
  padding-left: 18%;
  width: 100%;
  position: relative;
}
/*End header */

/*Bengin sidebar left */
.block-sidebar {
  padding: 20px 16px;
  border-bottom: solid 1px #e8e8e8;
}
.block-sidebar:last-child {
  border-bottom: 0;
}
.block-logo {
  margin-bottom: 32px;
}
.block-logo a {
  display: inline-block;
}
.block-logo img {
  height: 60px;
  width: 170px;
}
.head-text {
  color: #888;
  font-size: 15px;
  margin-bottom: 16px;
}
.block-nav {
  margin-bottom: 40px;
}
.block-nav:last-child {
  margin-bottom: 0;
}
.ul-nav-link {
  margin: 0;
  padding: 0;
}
.ul-nav-link > li {
  list-style: none;
  position: relative;
}
.nav-item-link {
  display: block;
  border: solid 1px #fbfbfb;
  border-radius: 24px;
  padding: 10px 12px 10px 36px;
  font-size: 15px;
  position: relative;
  color: #666;
  cursor: pointer;
}
.nav-item-link.active,
.nav-item-link:hover {
  border: solid 1px #f1f1f1;
  background: #fff;
  color: #222222;
}
.svg-nav {
  position: absolute;
  left: 12px;
  top: 14px;
  height: 16px;
  width: 16px;
}
.svgdropdown {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.ic-chevron {
  transform: rotate(0deg);
}
.ic-chevron.chevron-selected {
  transform: rotate(90deg);
}
.dropdown-trigger {
  display: none;
}
.dropdown-trigger.trigger-active {
  display: block;
}
.ul-nav-sub {
  margin-left: 27px;
  padding: 0;
}
.ul-nav-sub li {
  list-style: none;
}
.ul-nav-sub li a {
  display: block;
  border: solid 1px #fbfbfb;
  border-radius: 24px;
  padding: 10px;
  font-size: 14px;
  position: relative;
  color: #666;
}
.ul-nav-sub li a.active,
.ul-nav-sub li a:hover {
  border: solid 1px #f1f1f1;
  background: #fff;
  color: #222222;
}
.bn-thunghiem {
    display: inline-block;
    background: #FFD700;
    color: #000;
    font-size: 12px;
    border-radius: 6px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.bn-new {
    display: inline-block;
    background: #FFD700;
    font-size: 12px;
    border-radius: 6px;
    color: #000;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.dot-red {
  display: inline-block;
  background: #e23f3f;
  height: 8px;
  width: 8px;
  border-radius: 100%;
}
.list-chat {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.btn-chat-new {
    background: #3568f0;
    color: #222;
    display: block;
    text-align: center;
    border-radius: 24px;
    font-size: 15px;
    padding: 14px 12px;
    width: 96%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(182, 182, 182, 0.35);
}
.btn-chat-new svg {
  margin-right: 16px;
  position: relative;
  top: 0;
}
    .btn-chat-new svg g {
        fill:#fff
    }
.head-text-sidebar {
  font-size: 18px;
  font-weight: bold;
}
.head-text-sidebar2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
}
.ul-list-chat {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.ul-list-chat > li {
  list-style: none;
  padding: 10px 40px 10px 36px;
  position: relative;
  cursor: pointer;
  float: left;
  width: 100%;
  border-radius: 24px;
}
.ul-list-chat > li:hover {
  background: #e8e8e8;
}
.text-hoi-dap {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.div-icmore {
  position: absolute;
  right: 0;
  top: -4px;
  display: none;
  z-index: 9;
  height: 32px;
  width: 32px;
}
.ul-list-chat > li:hover .div-icmore {
  display: inline-block;
}
.div-icmore .dropdown-item {
  display: block;
}
.icon-hoidap {
  background: url(../../images/chat/icon_Hoidap.svg) no-repeat;
  background-position: center;
  position: absolute;
  left: 12px;
  height: 16px;
  width: 16px;
  top: 12px;
}
.icon-more {
  background: url(../../images/chat/f-more1.svg) no-repeat;
  background-color: #e8e8e8;
  background-position: center;
  position: absolute;
  right: 5px;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  top: 8px;
  opacity: 0.7;
}
.icon-more:hover {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(182, 182, 182, 0.18);
}
.div-icmore .dropdown-wrapper {
  padding: 12px;
  width: 180px;
  right: 36px;
}
.nav-more {
  margin: 0;
  padding: 0;
}
.nav-more li {
  list-style: none;
}
.nav-more a {
  display: block;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 15px;
  position: relative;
  color: #666;
}
.nav-more li a.active,
.nav-more li a:hover {
  background: #f5f5f5;
  color: #222222;
}
.nav-more li a svg {
  position: relative;
  margin-right: 10px;
  top: -2px;
}
.close-sidebar {
  float: right;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 32px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.close-sidebar2 {
  float: right;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  font-size: 32px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.m-overflow {
  overflow: hidden;
}
.sidebar-bottom {
  position: fixed;
  bottom: 0;
  width: 18%;
  left: 0;
}
.position-sidebar .sidebar-bottom {
  position: relative;
  bottom: auto;
  width: 100%;
  left: auto;
}
.support-center {
  display: block;
  padding-left: 14px;
  margin-top: 20px;
}
.ailuat-item-link {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #666;
  border-radius: 8px;
}
.svg-ailuat {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  margin-right: 9px;
  position: relative;
  top: -2px;
}
.ailuat-item-link:hover {
  background: #f2f2f2;
  color: #666;
}
.ailuat-item-link.active {
    color: #fff;
    background: #3568f0;
}
/*End sidebar left */

/*Bengen section */
.section {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 48px 48px 48px;
    margin-bottom: 140px;
}
.section-header {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.headding-title {
  font-size: 22px;
}
.section-content {
  float: left;
  width: 100%;
  position: relative;
}
.scroll-1 {
  overflow-y: auto;
  scrollbar-width: thin;
}
.scroll-1::-webkit-scrollbar {
  width: 8px;
  background-color: #f9f9f9;
}
.scroll-1::-webkit-scrollbar-thumb {
  background: #ebebeb;
}
.scroll-2 {
  float: left;
  width: 100%;
  overflow-y: auto;
  max-height: 70vh;
  scrollbar-width: thin;
  padding-right: 20px;
}
.scroll-2::-webkit-scrollbar {
  width: 8px;
  background-color: #f9f9f9;
}
.scroll-2::-webkit-scrollbar-thumb {
  background: #ebebeb;
}
.div-chat-new {
  width: 100%;
  float: left;
  padding-right: 28px;
  margin-bottom: 24px;
}
/* Form group */
.form-group {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
  display: table;
}
.form-group:last-child {
  margin-bottom: 0;
}
.input:-webkit-autofill,
.textarea:-webkit-autofill,
.select:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}
.input::-ms-clear {
  display: none;
}
.select::-ms-expand {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.input,
.select,
.textarea,
.button {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  outline: none;
}
.input,
.select {
  height: 40px;
  padding: 0 10px;
}
.input,
.select,
.textarea {
  display: inline-block;
  border: solid 1px #ebebeb;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  text-overflow: "";
  appearance: none;
  border-radius: 2px;
  webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.input:focus,
.select:focus,
.textarea:focus {
  border: solid 1px #eaeaea;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  box-shadow: inset inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select {
  background: url(../../images/chat/arow.svg) no-repeat;
  background-position: right 6px top 50%;
  padding-right: 16px;
  background-size: 12px;
}
.textarea {
  height: 85px;
  padding: 10px;
  resize: vertical;
}
.button {
  background: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
}
.button:focus {
  outline: 0;
}
.full {
  width: 100%;
}
.label {
  display: block;
  position: relative;
}
.radio {
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 0;
}
.checkbox {
  height: 14px;
  width: 14px;
  padding: 0;
  margin: 0;
}
.btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  outline: none;
  background: #ebebeb;
  padding: 0 16px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.btn-default {
  background: #0066ff;
  color: #fff;
}
.table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.table td,
.table th {
  padding: 10px;
  border-top: solid 1px #ebebeb;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: solid 1px #ebebeb;
}
.table-striped tr:nth-of-type(2n + 2) {
  background-color: #f9f9f9;
}
.table-scroll {
  overflow-x: auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/*Bengen block-chat */
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #fff;
  padding: 12px 18%;
  z-index: 9;
  box-shadow: 0 -20px 20px rgb(255, 255, 255);
}
.form-ailuat {
  display: block;
  padding: 0 48px;
}
.textarea-message {
    width: 100%;
    border-radius: 48px;
    font-size: 16px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    border: 0;
    outline: none;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    max-height: 13rem;
    resize: none;
    line-height: 1.5;
    padding: 22px 60px 20px 36px;
    height: 68px;
    padding-left: 0px !important;
    margin-left: 25px !important;
    border-bottom-left-radius: 30px !important;
    border-top-left-radius: 20px !important;
}
.textarea-message:focus {
  border: 0;
  outline: none;
}
.btn-send {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.btn-send svg:hover circle {
  fill: #3568f0;
}
.btn-send svg:hover path {
  fill: #fff;
}
.svg-pause {
  background: #f2f2f2;
  color: #c30000;
  border-radius: 100%;
}
.btn-send svg {
  position: absolute;
  top: 0;
  left: 0;
}
.text-ft {
  font-size: 12px;
  color: #bbb;
  display: block;
  text-align: center;
}
/*Bengen block-content */
.block-textlvn {
  width: 100%;
  float: left;
  margin-bottom: 24px;
  font-size: 16px;
}
.block-layoutlvn {
  width: 100%;
  float: left;
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
}
.item-boxlvn {
  background: #fbfbfb;
  position: relative;
  padding: 16px 16px 50px 16px;
  border-radius: 8px;
  min-height: 110px;
  font-size: 16px;
  cursor: pointer;
}
.item-boxlvn:hover {
  background: #f2f2f2;
}
.svg-qalvn {
  background: #fff;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  padding: 6px;
  position: absolute;
  right: 16px;
  bottom: 16px;
}
.post-scroll {
  float: left;
  width: 100%;
  padding: 0 40px;
  overflow-y: auto;
  max-height: 70vh;
  scrollbar-width: thin;
}
.post-scroll::-webkit-scrollbar {
  width: 8px;
  background-color: #f9f9f9;
}
.post-scroll::-webkit-scrollbar-thumb {
  background: #ebebeb;
}
.block-content {
  width: 100%;
  float: left;
  border: solid 1px #ebebeb;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 12px;
}
.post-thumb {
  float: left;
  margin-right: 12px;
}
.post-thumb img {
  height: 24px;
  width: 24px;
  border-radius: 100%;
  display: inline-block;
}
.post-inner {
  display: grid;
}
.post-name {
  margin-bottom: 10px;
}
.post-tag {
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  background: #f1f1f1;
  border-radius: 24px;
  padding: 3px 12px;
}
.post-tag svg {
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.post-summary {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
}
.post-summary a {
  color: #1c79e4;
  text-decoration: underline;
}
.post-summary p {
  margin: 12px 0;
}
.post-meta {
    margin-top: 12px;
    text-align: right;
}
.post-time {
    color: #686363 !important;
}
.div-item {
    display: inline-block;
    margin-left: 16px;
}
.btn-like,
.btn-dislike,
.btn-copoy,
.btn-taive {
  display: inline-block;
  cursor: pointer;
}
.btn-like svg {
  fill: #888888;
  stroke: #888888;
}
.btn-dislike svg {
  fill: #888888;
  stroke: #888888;
}
    .btn-like.active svg {
        fill: #3568f0;
        stroke: #3568f0;
    }
    .btn-dislike.active svg {
        fill: #3568f0;
        stroke: #3568f0;
    }
.like-comment {
  width: 100%;
  float: left;
  display: none;
  margin-top: 20px;
}
.like-comment.active {
  display: block;
}
.dislike-comment {
  width: 100%;
  float: left;
  display: none;
  margin-top: 20px;
}
.dislike-comment.active {
  display: block;
}
.w-dropdown {
  margin: auto;
  max-width: 640px;
  display: block;
}
.dropdown-like {
  padding: 16px;
  background: #f7f9fd;
  border-radius: 8px;
  position: relative;
  width: 100%;
  float: left;
}
.block-chat-info {
  margin-bottom: 16px;
  width: 100%;
  float: left;
  background: #fbfbfb;
  padding: 16px 16px 16px 42px;
  border-radius: 6px;
  font-size: 16px;
  position: relative;
}
.block-chat-info svg {
  position: absolute;
  left: 16px;
  top: 17px;
}
.font-18 {
  font-size: 18px;
  color: #555;
}
.font-16 {
  font-size: 15px;
  color: #555;
}
.btn-ranting {
  background: #fff;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  text-align: center;
  outline: none;
  padding: 0 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border: solid 1px #ebebeb;
  margin-right: 8px;
  color: #555;
  font-size: 14px;
}
.btn-ranting:hover,
.btn-ranting.active {
  background: #e7f0fd;
  color: #3568f0;
  border: solid 1px #e7f0fd;
}
.btn-ranting.active svg {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.textarea.textarea-ranting {
  border-radius: 8px;
  width: 100%;
  background: #fff;
  padding: 12px;
}
.btn-send-ranting {
  float: right;
  font-size: 15px;
  font-weight: bold;
  color: #888;
  cursor: pointer;
}
.btn-send-ranting:hover {
  color: #222;
}
.close-like {
  z-index: 9;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.close-dislike {
  z-index: 9;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
  font-size: 24px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
}
.table.table-history {
  background: #fbfbfb;
  font-size: 15px;
}
.table.table-history td {
  border: 0;
  padding: 10px;
}
.table.table-history td:first-child {
  width: 25%;
}
.svghistory {
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.btn-nangcapgdv.ml-30 {
  margin-left: 30px;
}
.block {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.text-gdi {
  font-size: 16px;
}
.table.table-giao-dich {
  border: solid 1px #ebebeb;
  text-align: center;
  font-size: 15px;
}
.input.input-search {
  width: 100%;
  height: 48px;
  border-radius: 48px;
  padding: 0 48px 0 20px;
  font-size: 16px;
}
.btn-search {
  position: absolute;
  right: 5px;
  top: 4px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.form-search {
  max-width: 60%;
}
.icon_view {
  min-width: 24px;
  display: inline-block;
  cursor: pointer;
  height: 24px;
  width: 24px;
}
/* Bengin popup */
.popup-bg {
  background: rgba(255, 255, 255, 0.94);
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  align-items: flex-start;
  justify-content: center;
}
.popup-wrapper {
  max-width: 640px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.popup-wrapper.w1000 {
  max-width: 1000px;
}
.popup-body {
  float: left;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  overflow: hidden;
}
.popup-header {
    float: left;
    width: 100%;
    background-color: #002b7f;color:#fff;
    padding: 16px 24px;
}
.popup-title {
  float: left;
  font-size: 20px;
  padding-right: 24px;
  font-weight: bold;
}
.close-popup {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 999;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
}
    .close-popup svg path{fill:#fff}
    .popup-content {
        float: left;
        width: 100%;
    }
.entry-popup {
  float: left;
  width: 100%;
  padding: 24px;
}
.popup-height {
  position: relative;
  max-height: 75vh;
  overflow-y: auto;
  scrollbar-width: thin;
}
.popup-height::-webkit-scrollbar {
  width: 8px;
  background-color: #f9f9f9;
}
.popup-height::-webkit-scrollbar-thumb {
  background: #ebebeb;
}
.target-hidden {
  display: none !important;
}
.target-expanded {
  display: block !important;
}
.overflow-hidden {
  overflow: hidden;
}
/*Bengen box-chat-lvn */
.btn-boxchat {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 24px;
  bottom: 12px;
  display: grid;
  place-items: center;
  cursor: pointer;
  z-index: 99;
  border: solid 1px #e0e0e0;
  border-radius: 100%;
}
.btn-boxchat img {
  width: 24px;
  height: 24px;
}
.box-chat-lvn {
  position: fixed;
  display: none;
  max-width: 420px;
  width: 100%;
  background: #fff;
  bottom: 16px;
  right: 16px;
  overflow: hidden;
  z-index: 9999;
  border-radius: 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.box-chat-lvn.show-chat {
  display: inline-block;
}
.head-chatlvn {
  background: #3568f0;
  color: #fff;
  position: relative;
  padding: 16px;
  padding-right: 80px;
  width: 100%;
  float: left;
}
.content-chatlvn {
  padding: 16px;
  width: 100%;
  float: left;
  max-height: 390px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.content-chatlvn::-webkit-scrollbar {
  width: 8px;
  background-color: #f9f9f9;
}
.content-chatlvn::-webkit-scrollbar-thumb {
  background: #ebebeb;
}
.text-head-chatlvn {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.text-head-chatlvn2 {
  font-size: 14px;
  color: #b7caff;
}
.div-Fright {
  position: absolute;
  right: 16px;
  top: 24px;
}
.btn-reset-chat {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
}
.btn-hiden-chat {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-left: 12px;
  display: inline-block;
  text-align: center;
}
.chat-namelvn {
  display: inline-block;
  font-size: 12px;
  color: #555;
}
.chat-namelvn svg {
  margin-left: 3px;
  position: relative;
  top: -2px;
}
.block-chatlvn1 {
  display: block;
  padding-left: 56px;
  margin-bottom: 12px;
  text-align: right;
}
.block-chatlvn2 {
  display: block;
  margin-bottom: 12px;
  padding-right: 56px;
}
.list-chatlvn {
  display: block;
  margin-bottom: 12px;
}
.div-chatlvn {
  display: inline-block;
  background: #3568f0;
  color: #fff;
  padding: 8px 16px;
  font-size: 15px;
  border-radius: 35px 8px 35px 35px;
}
.div-chatlvn2 {
  position: relative;
  border: solid 1px #ebebeb;
  padding: 16px;
  border-radius: 12px;
}
.text-chatlvn2 {
  font-size: 15px;
  line-height: 1.6;
  color: #222222;
}
.div-metalvn2 {
  text-align: right;
  margin-top: 12px;
}
.color-linklvn {
  color: #3568f0;
  text-decoration: underline;
}
.box-chat-bottom {
  float: left;
  width: 100%;
  background: #fff;
  padding: 16px;
  position: relative;
}
/* .chat-message {
  width: 100%;
  border-radius: 48px;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  border: 0;
  outline: none;
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  max-height: 13rem;
  resize: none;
  line-height: 1.5;
  padding: 14px 60px 12px 20px;
  height: 50px;
} */
.btn-sendmessage {
  position: absolute;
  right: 6px;
  top: 5px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.btn-sendmessage svg:hover circle {
  fill: #3568f0;
}
.btn-sendmessage svg:hover path {
  fill: #fff;
}
.form-group.fix-font12 {
  text-align: center;
  font-size: 12px;
  color: #888888;
}
.box-chat-bottom::after {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  width: 100%;
  content: "";
  height: 32px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 79%);
}
.div-gop-y {
  border: solid 1px #ebebeb;
  border-radius: 10px;
  padding: 16px;
  cursor: pointer;
}
.div-gop-y:hover {
  background: #f9f9f9;
}
.img-gop-y {
  float: left;
  margin-right: 16px;
}
.text-gop-y {
  display: grid;
  font-size: 16px;
  line-height: 1.6;
}
.iconlvn-head {
  display: inline-block;
  margin-right: 12px;
  height: 32px;
  width: 32px;
  position: relative;
  top: -5px;
}
.img-gop-y img {
  width: 40px;
}
.list-file {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.btn-upfile {
  display: inline-block;
  background: #ccf1ff;
  border-radius: 24px;
  padding: 3px 14px;
  cursor: pointer;
  font-size: 14px;
  margin-left: 16px;
}
.mgright {
  margin-right: 10px;
}
.text-upfile {
  color: #3568f0;
}
.del-file {
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}
.btn-huy {
  display: inline-block;
  margin-right: 16px;
  font-size: 16px;
  cursor: pointer;
  padding: 6px;
}
.btn-gui-loi {
  background: #3568f0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 120px;
  border-radius: 24px;
  padding: 6px;
}
.font-20 {
  font-size: 20px;
}
.btn-gui-close {
  background: #3568f0;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  min-width: 120px;
  border-radius: 24px;
  padding: 6px;
}
.custom-list {
  column-count: 2;
  padding: 0;
  margin: 0;
}
.custom-list li {
  position: relative;
  padding-left: 16px;
  list-style: none;
}
.custom-list li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.head-icon img {
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.ailuat-text {
  font-size: 24px;
  font-weight: bold;
}
.head-icon {
  margin-bottom: 12px;
}
.box-content-default {
  display: block;
  padding-top: 10%;
}
.btn-outline2 {
  display: inline-block;
  padding: 8px 16px;
  text-align: center;
  border-radius: 24px;
  cursor: pointer;
  font-size: 14px;
  border: solid 1px #e3e3e3;
  margin: 5px;
}
.btn-outline2 svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.btn-outline2:hover {
  color: #222;
  background: #f2f2f2;
}
/*Bengen chinh sach bao mat */
.page-header {
  margin-bottom: 20px;
  border-bottom: solid 1px #ebebeb;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
.page-title {
  float: left;
}
.page-font {
  float: right;
}
.page-body {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
}
.page-body p {
  padding: 12px 0;
}
.page-body a {
  color: #3568f0;
  text-decoration: underline;
}
.page-body h2 {
  font-size: 20px;
}
.page-body h3 {
  font-size: 18px;
}
.page-body h4,
.page-body h5,
.page-body h6 {
  font-size: 16px;
}
.text-font {
  display: inline-block;
  vertical-align: middle;
}
.text-fontaa {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}
/*Bengen FQA */
.block-fqas {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.title-fqa {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}
.list-fqa {
  width: 100%;
  float: left;
}
/* droplist */
.droplist {
  position: relative;
  width: 100%;
  float: left;
  background: #f8f8f8;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.droplist-content {
  display: none;
  width: 100%;
  float: left;
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.6;
}
.droplist-open .droplist-content {
  display: block;
}
.droplist-title {
  float: left;
  padding-right: 36px;
  width: 100%;
  background: url("../../images/chat/daucong.svg") no-repeat;
  background-position: right center;
  background-size: 16px;
  font-size: 16px;
  cursor: pointer;
}
.droplist-open .droplist-title {
  background: url("../../images/chat/dautru.svg") no-repeat;
  background-position: right center;
  background-size: 16px;
}
.pagination {
  float: left;
  width: 100%;
}
.page-numbers {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0 6px;
  min-width: 36px;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 4px;
}
.page-numbers:hover {
  background-color: #3568f0;
  color: #fff;
}
.page-numbers:hover svg {
  fill: #fff;
}
.page-numbers.active {
  background-color: #3568f0;
  color: #fff;
}
.table-setting {
  line-height: 1.6;
  font-size: 15px;
}
.text-cauhoi {
  position: relative;
  padding-right: 24px;
  min-width: 260px;
}
.btn-editsetting {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  place-items: center;
  display: grid;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.label-text {
  margin-bottom: 6px;
  display: block;
}
.btndell {
  display: inline-block;
  margin-right: 12px;
  background: #f2f2f2;
  font-size: 14px;
  border-radius: 24px;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
.btndell svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btndell svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  height: 20px;
  width: 20px;
  top: -2px;
  position: relative;
  background: #ddd;
  border-radius: 100%;
  padding: 5px;
  cursor: pointer;
}
/* Bengin tabs-goi */
.popup-wrapper.width1200 {
  max-width: 1200px;
}
.popup-wrapper.width960 {
  max-width: 960px;
}
.block-tab {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  text-align: center;
}
.heading-ai {
  font-size: 20px;
}
.tabs-goi {
  display: inline-block;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 2px;
}
.tabs-goi-item {
  cursor: pointer;
  list-style: none;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 8px;
  font-size: 14px;
}
.tabs-goi-item.active {
  color: #ec2227;
  font-weight: bold;
  background: #fff;
  border-radius: 8px;
}
.tabs-goi-content {
  display: none;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}
.tabs-goi-content.active {
  display: block;
}
.width-calc {
  margin: 0 -5%;
  width: calc(100% + 10%);
}
.goi-dv4 {
  width: 100%;
  float: left;
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.col-itemdv4 {
  border: solid 2px #eee;
  position: relative;
  padding: 16px;
  border-radius: 10px;
}
.color-cyan {
  color: #199cbe;
}
.color-green {
  color: #32bb00;
}
.color-red {
  color: #ec2227;
}
.color-orange {
  color: #ef8f0d;
}
.color-blue {
  color: #3568f0;
}
.div-goi {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.div-goi-item {
  margin-bottom: 10px;
  height: 84px;
}
.div-dangky {
  margin-bottom: 20px;
}
.div-goi-vnd {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.s-thang {
  font-size: 14px;
  position: relative;
  top: -8px;
  margin-left: 8px;
  font-weight: normal;
}
.div-goi-vnd sup {
  font-size: 14px;
}
.img-user {
  height: 32px;
  width: 32px;
  border-radius: 100%;
  margin: 0 -5px;
  display: inline-block;
}
.text-user-seclect {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 12px;
}
.div-goi-dangky {
  display: block;
  margin-bottom: 20px;
}
.btn-goi-trainghiem {
  display: block;
  border: solid 1px #199cbe;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  background: #199cbe;
  color: #fff;
}
.btn-goi-trainghiem svg {
  fill: #fff;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.btn-goi-trainghiem:hover svg {
  fill: #fff;
}
.btn-goi-coban {
  display: block;
  border: solid 1px #4e841f;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  color: #4e841f;
}
.btn-goi-coban svg {
  fill: #4e841f;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.btn-goi-coban:hover svg {
  fill: #fff;
}
.color-dark {
  color: #666;
}
.btn-goi-nangcao {
  display: block;
  background: #ec2227;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  color: #fff;
}
.btn-goi-nangcao svg {
  fill: #fff;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.btn-goi-nangcao:hover svg {
  fill: #fff;
}
.btn-dkgoi {
  display: block;
  border: solid 1px #ddd;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
}
.btn-dkgoi:hover {
  border: solid 1px #ec2227;
  background: #ec2227;
  color: #fff;
}
.btn-dkgoi svg {
  margin-left: 10px;
  position: relative;
  top: -2px;
  fill: #555;
}
.btn-dkgoi:hover svg {
  fill: #fff;
}
.btn-goi-doanhnghiep {
  display: block;
  border: solid 1px #ef8f0d;
  padding: 10px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  color: #ef8f0d;
}
.btn-goi-doanhnghiep:hover {
  border: solid 1px #ef8f0d;
  background: #ef8f0d;
  color: #fff;
}
.btn-goi-doanhnghiep svg {
  fill: #ef8f0d;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.btn-goi-doanhnghiep:hover svg {
  fill: #fff;
}
.btn-goi-nangcao:hover {
  background: #cc161a;
}
.btn-nangcao:hover svg {
  fill: #fff;
}
.btn-goi-coban:hover {
  border: solid 1px #4e841f;
  background: #4e841f;
  color: #fff;
}
.btn-coban:hover svg {
  fill: #fff;
}
.btn-goi-trainghiem:hover {
  border: solid 1px #13819e;
  background: #13819e;
}
.btn-trainghiem:hover svg {
  fill: #fff;
}
.ul-content-goi {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
.ul-content-goi li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 14px;
  padding: 0 0 0 24px;
  position: relative;
}
.ul-content-goi li svg {
  position: absolute;
  left: 0;
  top: 5px;
}
.col-itemdv4.boder-cyan {
  border: solid 2px #199cbe;
}
.col-itemdv4.boder-green {
  border: solid 2px #4e841f;
}
.col-itemdv4.boder-red {
  border: solid 2px #ec2227;
}
.col-itemdv4.boder-orange {
  border: solid 2px #ef8f0d;
}
.div-font {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.div-goile {
  width: 100%;
  float: left;
  border: solid 2px #eee;
  border-radius: 12px;
  padding: 16px;
}
.head-goile {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.div-goile-info {
  padding-right: 30%;
  position: relative;
}
.btn-goile {
  display: inline-block;
  border: solid 1px #ddd;
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  min-width: 250px;
  font-weight: bold;
  text-align: center;
  border-radius: 24px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-goile svg {
  fill: #555;
  margin-left: 10px;
}
.btn-goile:hover {
  border: solid 1px #ec2227;
  background: #ec2227;
  color: #fff;
}
.btn-goile:hover svg {
  fill: #fff;
}
.div-phobien {
  display: block;
  position: absolute;
  top: -19px;
  text-align: center;
  left: 0;
  width: 100%;
}
.bg-phobien {
  display: inline-block;
  background: #ec2227;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  border-radius: 5px;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.font-sale {
  font-weight: bold;
}
.div-sale {
  font-size: 13px;
  text-decoration: line-through;
  margin-bottom: 12px;
  text-align: center;
}
.div-goi-item2 {
  margin-bottom: 10px;
  height: 120px;
}
.div-sale sup {
  font-size: 14px;
  font-weight: bold;
}
.f16 {
  font-size: 13px;
  font-weight: normal;
}
/* End tabs-goi */

/* Bengin poup-het-han */
.poup-het-han {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.w-inner {
  position: relative;
  margin: auto;
  max-width: 600px;
  top: 20%;
  padding: 0 16px;
}
.close-het-han {
  position: absolute;
  right: 26px;
  top: 5px;
  z-index: 999;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
}
.font-s1 {
  font-size: 24px;
  margin-bottom: 8px;
  text-align: center;
  font-weight: bold;
}
.font-s2 {
  font-size: 16px;
  text-align: center;
}
.bg-line-1 {
  width: 100%;
  margin: 12px 0;
  float: left;
  background: #e0e0e0;
  position: relative;
  height: 3px;
}
.bg-line-2 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #c30000;
  height: 3px;
}
.text-chsd {
  float: left;
  font-size: 16px;
}
.num-chsd {
  float: right;
  font-size: 16px;
}
.item-inline {
  display: inline-block;
  margin-left: 12px;
}
.table-giao-dich th {
  background: #fbfbfb;
}
.btn.btn-orange {
  background: orange;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 24px;
}
.btn.btn-red {
  background: red;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 24px;
}
.btn.btn-green {
  background: green;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 24px;
}
.btn.btn-darkgray {
  background: darkgray;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 24px;
}
/* End poup-het-han */

/* Bengin thong tin tai khoan */
.block-tttk {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-bottom: solid 1px #e0e0e0;
}
.block-tttk:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.head-tttk {
  width: 100%;
  float: left;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
.list-tttk {
  width: 100%;
  float: left;
  margin-bottom: 32px;
}
.div-tttk1 {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}
.left-tttk {
  float: left;
}
.tttk-text {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
.right-tttk {
  float: right;
}
.btn-edit-tttk {
  display: inline-block;
  cursor: pointer;
  color: #666;
}
.tttk-active .button-edit {
  display: none;
}
.tttk-active .button-huy {
  display: inline-block;
}
.button-huy {
  display: none;
}
.profile-photo2 {
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom: 24px;
  margin-top: 12px;
}
.profile-photo2 img {
  display: inline-block;
  vertical-align: middle;
  height: 114px;
  width: 114px;
  border-radius: 100%;
}
.content-tttk-edit {
  width: 100%;
  margin-top: 20px;
  float: left;
  display: none;
}
.btn-inner {
  display: inline-block;
  margin: 0 8px;
}
.btn-outline {
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  border: solid 1px #d9d9d9;
}
.btn-default-red {
  background: #d8293a;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  cursor: pointer;
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 15px;
}
.list-tttk-2 {
  width: 100%;
  float: left;
  margin-bottom: 24px;
}
.icons-tttk svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.btn-xoa-link {
  display: inline-block;
  cursor: pointer;
  color: #666;
}
.btn-dell-tttk {
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
}
.label-grid-4 {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.label-item {
  display: inline-block;
  margin-right: 16px;
}
.shows-pass2 {
  position: absolute;
  right: 8px;
  top: 2px;
  cursor: pointer;
  color: #2e3192;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  font-size: 15px;
}
.max-width640 {
  max-width: 640px;
  margin: auto;
}

/* End thong tin tai khoan */

/*Bengen Tra cuu VB Ai */
.section-doc {
  float: left;
  width: 100%;
  position: relative;
  padding: 48px;
}
.w-content-doc {
  width: 86%;
  float: left;
}
.doc-article {
  width: 100%;
  border-bottom: solid 1px #e0e0e0;
  padding: 16px 0;
  float: left;
}
.doc-clumn1 {
  margin-right: 16px;
  float: left;
  min-width: 40px;
}
.doc-number {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: #555;
}
.doc-clumn2 {
  display: grid;
}
.doc-left {
  width: 72%;
  float: left;
  padding-right: 80px;
}
.doc-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}
.doc-tag {
  margin-right: 16px;
  font-size: 14px;
  display: inline-block;
}
.doc-tag svg {
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.doc-right {
  width: 28%;
  float: left;
}
.doc-dmy {
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
}
.w-doc-dmy1 {
  color: #888;
  width: 120px;
  min-width: 120px;
}
.bg-yellow {
  background: yellow;
}
.search-content {
  width: 100%;
  float: left;
  border: solid 1px #ebebeb;
  border-radius: 10px;
  padding: 24px;
}
.search-tab {
  width: 100%;
  float: left;
}
.ul-tab-doc {
  display: inline-block;
  margin: 0;
  padding-left: 24px;
  font-size: 16px;
  color: #59595c;
}
.search-text {
  width: 100%;
  float: left;
  color: #a7a7a7;
  font-size: 14px;
  margin-bottom: 3px;
  padding-left: 24px;
}
.ul-tab-doc li {
  display: inline-block;
  list-style: none;
  margin-right: 16px;
  padding-bottom: 12px;
  cursor: pointer;
}
.ul-tab-doc li.active {
  font-size: 18px;
  color: #de0305;
  font-weight: bold;
  border-bottom: solid 3px;
}
.btn-ycbsvb {
  float: right;
  border: solid 1px #f88;
  padding: 5px 16px;
  border-radius: 24px;
  cursor: pointer;
  color: #ec2227;
}
.btn-ycbsvb svg {
  margin-right: 6px;
}
.btn-search-doc {
  position: absolute;
  right: 6px;
  top: 6px;
  height: 40px;
  cursor: pointer;
  background: #f1f1f1;
  border-radius: 24px;
  width: 180px;
  text-align: center;
  line-height: 40px;
  color: #ea2529;
  font-size: 16px;
  font-weight: bold;
}
.btn-search-doc svg {
  margin-right: 8px;
}
.input.input-search-doc {
  width: 100%;
  height: 52px;
  border-radius: 48px;
  padding: 0 190px 0 20px;
  font-size: 16px;
}
.form {
  float: left;
  width: 100%;
  position: relative;
}
.text-danger {
  text-align: right;
  font-size: 12px;
  font-style: italic;
  color: red;
  margin-top: 4px;
}
.text-meo {
  position: absolute;
  right: 0;
  top: -30px;
}
.text-meo svg {
  margin-right: 5px;
}
.text-meo-2 {
  display: none;
  position: absolute;
  background: #f9f9f9;
  padding: 16px;
  width: 480px;
  right: 0;
  z-index: 9;
  border: solid 1px #e0e0e0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.text-meo:hover .text-meo-2 {
  display: block;
}
.post-meta-doc {
  margin-top: 16px;
}
.post-title-doc {
  font-size: 16px;
  font-weight: bold;
}
.post-summary-doc1 {
  font-size: 16px;
  color: #de0305;
}
.post-summary-doc2 {
  font-size: 16px;
  color: #737373;
  margin-top: 8px;
}
.tag-item-doc {
  display: inline-block;
  font-size: 14px;
  background: #ececec;
  padding: 4px 12px;
  border-radius: 24px;
  margin-right: 12px;
}
.tag-item-doc.bg-hhl {
  background: #ffecec;
  color: #de0305;
}
.row-doc {
  border-bottom: solid 1px #e9e9e9;
  padding: 16px 0;
}
.row-doc:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.bg-pink {
  background: #ffe5e5;
}
.font-bold {
  font-weight: bold;
}
.btn-eyes-more {
  cursor: pointer;
}
.tip-huongdan {
  color: #196719;
  position: relative;
  font-size: 12px;
  background: #d8f3d8;
  border-radius: 24px;
  padding: 2px 10px;
  font-weight: bold;
  display: inline-block;
}
.tip-huongdan-content {
  display: none;
  position: absolute;
  background: azure;
  padding: 16px;
  width: 400px;
  left: 0;
  z-index: 9;
  border: dashed 1px #adcead;
  color: #196719;
  border-radius: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
.tip-huongdan:hover .tip-huongdan-content {
  display: block;
}
.box-eyes-content {
  position: fixed;
  display: none;
  bottom: 16px;
  right: 16px;
  width: 500px;
  background: #fff3e4;
  border: solid 1px #ffd39e;
  padding: 24px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 1.6;
  z-index: 99;
}
.box-eyes-content.showeyes {
  display: block;
}
.eyes-title {
  margin-bottom: 12px;
}
.eyes-list {
  margin-bottom: 12px;
}
.eyes-more {
  text-align: right;
}
.eyes-more a {
  color: #ec2227;
  font-size: 14px;
  text-decoration: underline;
}
.eyes-more a svg {
  margin-right: 6px;
}

.c-blue {
  color: blue !important;
}
.tip-bottom {
  position: relative;
  color: blue !important;
}
.tip-bottom:after {
  display: none;
  content: attr(data-tool);
  position: absolute;
  background: azure;
  left: 0;
  width: 190px;
  color: blue;
  border: solid 1px #e0e0e0;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
}
.tip-bottom:hover:after {
  display: block;
  top: 20px;
}
.block-goiy {
  width: 100%;
  float: left;
  border: solid 1px #dde8f2;
  padding: 16px;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 12px;
  background: aliceblue;
}
.div-hethan {
  float: right;
  position: relative;
}
.bg-hethan {
  background: #c30000;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 5px;
}
.tip-hethan {
  display: none;
  border-radius: 8px;
  position: absolute;
  font-size: 14px;
  width: 250px;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 99;
  padding: 12px;
}
.div-hethan:hover .tip-hethan {
  display: block;
}
.hov-hethan {
  display: inline-block;
  position: relative;
}
.bgtop-hethan {
  display: inline-block;
  background: #c30000;
  color: #fff;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 24px;
  padding: 0 16px;
  position: relative;
  top: -3px;
}
.hov-hethan:hover .tip-hethan {
  display: block;
}
.cursor {
  display: inline-block;
  cursor: pointer;
}

/*End Tra cuu VB Ai */

/*Bengen theme-dark */
.theme-dark {
  background: #222;
  color: #d9d9d9;
}
.theme-dark .sidebar-left {
  border-right: solid 1px #333;
  background: #222;
}
.theme-dark .sidebar-right {
  background: #222;
  border-left: solid 1px #333;
}
.theme-dark .block-sidebar:last-child {
  border-bottom: 0;
}
.theme-dark .block-content {
  border: solid 1px #555;
}
.theme-dark .header {
  background: #222;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.theme-dark .stickyheader {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.theme-dark .footer {
  background: #222;
  box-shadow: 0 -20px 20px rgb(28, 27, 27);
}
.theme-dark .text-hoi-dap {
  color: #d9d9d9;
}
.theme-dark .nav-item-link {
  border: solid 1px #222;
  color: #d9d9d9;
}
.theme-dark .nav-item-link.active,
.theme-dark .nav-item-link:hover {
  border: solid 1px #333;
  background: #333;
  color: #d9d9d9;
}
.theme-dark .ul-nav-sub li a {
  border: solid 1px #222;
  color: #d9d9d9;
}
.theme-dark .ul-nav-sub li a {
  border: solid 1px #222;
  color: #d9d9d9;
}
.theme-dark .ul-nav-sub li a.active,
.theme-dark .ul-nav-sub li a:hover {
  border: solid 1px #333;
  background: #333;
  color: #d9d9d9;
}
.theme-dark .block-sidebar {
  border-bottom: solid 1px #333;
}
.theme-dark .w-text-info {
  background: #333;
  color: #d9d9d9;
}
.theme-dark .input,
.theme-dark .select,
.theme-dark .textarea {
  border: solid 1px #333;
  background-color: #222;
  color: #d9d9d9;
}
.theme-dark .dropdown-wrapper {
  background: #000;
}
.theme-dark .text-ft {
  color: #d9d9d9;
}
.theme-dark .profile-name a {
  color: #d9d9d9;
}
.theme-dark .post-tag {
  color: #d9d9d9;
  background: #333;
}
.theme-dark .post-summary {
  color: #d9d9d9;
}
.theme-dark .nav-more a {
  color: #d9d9d9;
}
.theme-dark .nav-profile a {
  color: #d9d9d9;
}
.theme-dark .div-logout {
  border-top: solid 1px #333;
}
.theme-dark .btn-ranting {
  border: solid 1px #333;
  color: #d9d9d9;
}
.theme-dark .btn-ranting:hover {
  background: #333;
}
.theme-dark .btn-send-ranting {
  color: #d9d9d9;
}
.theme-dark .btn-send-ranting:hover {
  color: #ccc;
}
.theme-dark .nav-profile li a.active,
.theme-dark .nav-profile li a:hover {
  background: #333;
  color: #d9d9d9;
}
.theme-dark .btn-logout:hover {
  background: #333;
  color: #d9d9d9;
}
.theme-dark .icon-more {
  background-color: #333;
}
.theme-dark .icon-more:hover {
  background-color: #000;
}
.theme-dark .nav-more li a.active,
.theme-dark .nav-more li a:hover {
  background: #333;
  color: #d9d9d9;
}
.theme-dark .table.table-history {
  background: #333;
}
.theme-dark .color-dark {
  color: #d9d9d9;
}
.theme-dark .table td,
.theme-dark .table th {
  border-top: solid 1px #333;
}
.theme-dark .table.table-giao-dich {
  border: solid 1px #333;
}
.theme-dark .btn-theme-dark {
  background: url(../../images/chat/dark.svg) no-repeat;
}
.theme-dark .profile-tokens {
  background: #333;
}
.theme-dark .tokens-text {
  color: #d9d9d9;
}
.theme-dark .profile-email {
  color: #d9d9d9;
}
.theme-dark .btn-send svg circle {
  fill: #333;
}
.theme-dark .btn-send svg path {
  fill: #d9d9d9;
}
.theme-dark .btn-chat-new {
  background: #333;
  color: #d9d9d9;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.theme-dark .btn-logout {
  color: #d9d9d9;
}
.theme-dark .font-18,
.theme-dark .font-16 {
  color: #d9d9d9;
}
.theme-dark svg,
.theme-dark svg g,
.theme-dark svg path,
.theme-dark svg stroke {
  fill: #d9d9d9;
}
.theme-dark svg path {
  fill: #d9d9d9;
}
.theme-dark .btn-search svg circle {
  fill: #333;
}
.theme-dark .btn-like:hover svg,
.theme-dark .btn-like.active svg {
  fill: #ec2227;
}
.theme-dark .btn-like:hover svg path,
.theme-dark .btn-like.active svg path {
  fill: #ec2227;
}
.theme-dark .btn-dislike:hover svg,
.theme-dark .btn-dislike.active svg {
  fill: #ec2227;
}
.theme-dark .btn-dislike:hover svg path,
.theme-dark .btn-dislike.active svg path {
  fill: #ec2227;
}
.theme-dark .ul-list-chat > li:hover {
  background: #333;
}
.theme-dark .icon-hoidap {
  background: url(../../images/chat/icon_Hoidap2.svg) no-repeat;
}
.theme-dark .textarea-message {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
  background-color: #333;
  color: #d9d9d9;
}
.theme-dark .box-chat-lvn {
  background: #000;
}
.theme-dark .text-chatlvn2 {
  color: #d9d9d9;
}
.theme-dark .chat-namelvn {
  color: #d9d9d9;
}
.theme-dark .box-chat-bottom {
  background: #000;
}
.theme-dark .box-chat-bottom::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 79%);
}
.theme-dark .chat-message {
  background: #333;
  color: #d9d9d9;
}
.theme-dark .btn-sendmessage svg circle {
  fill: #333;
}
.theme-dark .div-chatlvn2 {
  border: solid 1px #333;
}
.theme-dark .dropdown-like {
  background: #000;
}
.theme-dark .btn-ranting {
  background: #000;
}
.theme-dark .btn-ranting.active {
  background: #333;
}
.theme-dark .input:focus,
.theme-dark .select:focus,
.theme-dark .textarea:focus {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.38);
}
.theme-dark .popup-body {
  background: #333;
}
.theme-dark .div-gop-y {
  border: solid 1px #555;
}
.theme-dark .div-gop-y:hover {
  background: #333;
}
.theme-dark .btn-upfile {
  background: #777575;
}
.theme-dark .popup-header {
  border-bottom: solid 1px #555;
}
.theme-dark .popup-bg {
  background: rgba(0, 0, 0, 0.82);
}
.theme-dark .droplist {
  background: #333;
}
.theme-dark .ul-content-goi li svg circle {
  fill: #f21e1e;
}
.theme-dark .tabs-goi {
  background: #151515;
}
.theme-dark .col-itemdv4 {
  border: solid 2px #484848;
}
.theme-dark .div-goile {
  border: solid 2px #444;
}
.theme-dark .item-boxlvn {
  background: #333;
  color: #fff;
}
.theme-dark .item-boxlvn:hover {
  background: #555;
  color: #fff;
}
.theme-dark .svg-qalvn path {
  fill: #222;
}
.theme-dark .block-chat-info {
  width: 100%;
  float: left;
  background: #333;
  padding: 16px 16px 16px 48px;
  border-radius: 6px;
  font-size: 16px;
  position: relative;
}
.theme-dark .table-striped tr:nth-of-type(2n + 2) {
  background-color: #131313;
}
.theme-dark .table-bordered,
.theme-dark .table-bordered td,
.theme-dark .table-bordered th {
  border: solid 1px #2d2d2d;
}
.theme-dark .btn {
  background: #444;
}
.theme-dark .table-giao-dich th {
  background: #000;
}

.theme-dark a {
  color: #d9d9d9;
}
.theme-dark .bg-yellow {
  color: #222;
}
.theme-dark .search-content {
  border: solid 1px #373737;
}
.theme-dark .doc-article {
  border-bottom: solid 1px #373737;
}
.theme-dark .btn-search-doc {
  background: #000;
}
.theme-dark .tag-item-doc {
  background: #444;
}
.theme-dark .text-meo-2 {
  background: #333;
}
.theme-dark .box-eyes-content {
  background: #313131;
  border: solid 1px #424242;
}
.theme-dark .row-doc {
  border-bottom: solid 1px #3c3c3c;
}
.theme-dark .row-doc:last-child {
  border-bottom: 0;
}
.theme-dark .block-goiy {
  border: solid 1px #444;
  background: #393939;
}
/*End theme-dark */

.popup-doc-summary {
    font-size: 16px !important;
    ;
    line-height: 1.6rem !important;
    ;
}
.mt-8px{
    margin-top:8px !important;
}
.bg-danger{
    background: var(--falcon-danger) !important;
    color: white !important;
    border-radius:4px !important;
}
.btn-merge-account {
    display: inline-block;
    background: linear-gradient(135deg, #6196fd, #2760f7);
    color: #fff;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    top: -3px;
}
    .btn-merge-account:hover {
        background: linear-gradient(135deg, #6196fd, #2760f7);
        color: #fff;
    }