/*
Theme Name: Entho Theme
Theme URI: https://entho.net
Author: hatrungdung
Author URI: https://entho.net
Version: 1.0
Text Domain: entho
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
  - Normalize
  - Box sizing
# Base
  - Typography
  - Elements
  - Links
  - Forms
## Layouts
# Components
  - Navigation
  - Posts and pages
  - Comments
  - Widgets
  - Media
  - Captions
  - Galleries
# plugins
  - Jetpack infinite scroll
# Utilities
  - Accessibility
  - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@font-face {
  font-family: 'Sooner';
  src: url('fonts/1FTV-VIP-SOONER.OTF') format('opentype');
}

@font-face {
  font-family: 'Motherland';
  src: url('fonts/NVN-MOTHERLAND-SIGNATURE.TTF') format('truetype');
}
html {
    overflow: hidden;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #0A0E14;
  font-family: "Inter", serif;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 10px;
  margin-top: 10px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #0A0E14;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
  text-decoration: none;
}







a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}
/* Css container, full*/
.ent-full {
    width: 100%;
    float: left;
}
.ent-container {
    width: 100%;
    margin: auto;
    clear: both;
}
.ent-container-1200 {
    max-width: 1200px;
    margin: auto;
    clear: both;
    display: block;
}
.ent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-flex-item {
    width: calc((1 / var(--column)) * 100% - var(--gap));
}
.ent-grid {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
/*    grid-template-columns: repeat(5,minmax(0,1fr));
    grid-gap: var(--gap);*/
}
.vertical-center, .align-center {
    align-items: center
}

/* end css colum */
/* css home */
.header2 {
    width: 100%;
}
.logo-res img {
    height: 40px;
    width: auto;
}
.logo-res {
    height: 52px;
    display: flex;
    align-items: center;
    width: 140px;
}
ul.navxhtt {
    margin: 0px;
    padding: 0px;
    list-style: malayalam;
    margin-left: 60px;
    gap: 0px;
}
ul.navxhtt li {
    list-style: none;
    height: 34px;
    line-height: 34px;
}
ul.navxhtt a {
    color: #fff;
    padding-inline: 23px;

}
ul.navxhtt a.nchv {
    background: linear-gradient(106.86deg, #1ABD21 0%, rgba(26, 189, 33, 0.5) 64%, rgba(26, 189, 33, 0) 100%);
    height: 34px;
    display: block;
    border-radius: 100px;
}
form.search-form {
    background: #1A2028;
    margin-bottom: 0px;
    height: 34px;
    padding-inline: 12px;
    border-radius: 50px;
}
form.search-form input {
    background: #f0f8ff00;
    border-width: 0px;
    color: #A6AFBE;
}
form.search-form i {
    background-image: url('./images/Search.svg');
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 5px;
}
.cb-menu-right {
    width: 60px;
    position: relative;
}
.cb-menu-left {
    width: calc(100% - 60px);
    height: 100vh;
}
.topmenu {
    width: 100%;
    padding-inline: 15px;
        border-bottom: 1px solid #1F2631;
        height: 62px;
}
.ent-content {
    padding-inline: 15px;
    padding-top: 15px;
    display: inline-block;
    overflow: scroll;
    height: calc(100vh - 115px);
    overflow-x: hidden;
}
.thix button {
  padding: 0px 10px;
  margin-left: 6px
}
.highcharts-legend-box{
  background: white !important;
}
.right-chart-ct {
    background: #1A2028;
    padding: 15px;
    border-radius: 0px 10px 10px 10px;
    float: left;
    width: 100%;
}
.tabchart a {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    color: #64748B;
    font-size: 12px;
    padding-inline: 12px;
    position: relative;
}
.tabchart a:before {
    background-image: url('./images/Icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.tabchart a.tab4home:before {
    background-image: url('./images/dmdt.svg');
}
.tabchart a.tab4home.atbvive:before {
    background-image: url('./images/dmdt-w.svg');
}
.tabchart a.tab2homen:before {
    background-image: url('./images/mtsmcp.svg');
}
.tabchart a.tab2homen.atbvive:before {
    background-image: url('./images/mtsmcp-w.svg');
}
.tabchart a.atbvive {
    background: #1A2028;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}
.tabchart a.atbvive:before {
    background-image: url('./images/Iconw.svg');
}
.anhquy a {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #64748B80;
    padding-bottom: 10px;
    flex-wrap: wrap;
}
.anhquy a img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
}
.anhquy a h3 {
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}
.rightxkk span {
    color: #64748B;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}
.rightxkk {
  width: calc(100% - 90px);
}
.left-chart {
    width: 340px;
    background: #1A2028;
    padding: 15px;
    border-radius: 15px;
    float: right;
    position: sticky;
    top: 0px;
}
.titlethpt a {
    color: #64748B;
    font-size: 14px;
    padding: 8px 18px;
    font-weight: 600;
}
.titlethpt a.active-t {
    border-radius: 10px;
    background: linear-gradient(92.19deg, #1692DC -16.05%, #231DDF 124.95%);
    color: #fff;
}
.titlethpt {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.anhquy {
    width: 100%;
    float: left;
}
.tab-content {
    float: left;
    color: #fff;
    height: 400px;
    overflow: auto;
}
.overtext span.text {
    width: calc(100% - 90px);
    display: inline-block;
    float: right;
}
.d-none {
    display: none;
}
.over {
    border-bottom: 1px solid #64748B80;
    padding-bottom: 10px;
    font-size: 13px;
    cursor: pointer;
    padding-top: 10px;
}
.over:hover {
    background: #2F3A47;
}
.ddx {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
    opacity: 80%;
}
span.badge.badge-pill.badge-danger {
    width: 90px;
    display: inline-block;
}
.d-none.event {
    width: 100%;
    margin-bottom: -10px;
    padding-inline: 10px;
    margin-top: 0px;
    border-radius: 0px;
    font-style: italic;
    color: #AECAF2;
}
.overtext {
    padding-inline: 10px;
    position: relative;
    padding-right: 20px;
    opacity: 87%;
}
.overtext:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid white;
    border-width: 0 1px 1px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 12px;
    top: 4px;
}
.left_bottom_bcdm {
    width: calc(50% - 7px);
    padding: 15px;
    border: 0.5px solid #64748B;
    background: #11171e;
    border-radius: 10px;
    margin-top: 15px;
    float: left;
}
.right_bottom_bcdm {
    width: calc(50% - 7px);
    padding: 15px;
    border: 0.5px solid #64748B;
    background: #11171e;
    border-radius: 10px;
    margin-top: 15px;
    float: right;
}
.right_bottom_bcdm > h4 {
    margin: 0px;
    color: #fff;
    font-size: 20px;
}
.right_bottom_bcdm figure.highcharts-figure {
    margin-top: 0px;
    margin-bottom: 0px;
}
.coppyright {
    color: #64748B;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 15px;
    padding-top: 8px;
}
g.highcharts-legend-item text {
    fill: #fff !important;
}
.highcharts-legend .highcharts-legend-item {
    position: relative !important;
    margin-top: -66px !important;
    top: -50px !important;
}
.cb-menu-right {
    border-left: 1px solid #1F2631;
}
.avatar {
    width: 50px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.avatar img {
  width: 50px;
  border-radius: 100%;
}
.ttxava p {
    margin: 0px;
}
.nickname {
    font-size: 10px;
    font-weight: 200;
    color: #fff;
}
.nameta {
    color: #fff;
    font-weight: 500;
}
.cb-menu-right span {
    display: none;
    position: absolute;
    left: -145px;
    top: -5px;
    background: #1F2631;
    width: 140px;
    text-align: center;
    color: #AECAF2;
    font-size: 13px;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    z-index: 10;
}
.ent-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.svgdf svg {
    fill: #64748B;
    width: 20px;
    margin: auto;
    display: block;
}
.ent-menubar {
  background-image: url('./images/menubar.svg');
}
.ent-home {
  background-image: url('./images/Inner.svg');
}
.ent-tke {
  background-image: url('./images/Icon.svg');
}
.ent-facebook {
  background-image: url('./images/facebook.svg');
}
.ent-youtube {
  background-image: url('./images/youtube.svg');
}
.ent-tiktok {
  background-image: url('./images/tiktok.svg');
}
.ent-threads {
  background-image: url('./images/insta.svg');
}
.ent-zalo {
  background-image: url('./images/zalo.svg');
}
.ent-hotline {
    background-image: url('./images/hotline.svg');
}
.ent-setting {
  background-image: url('./images/setting.svg');
}
.ent-dv {
  background-image: url('./images/ICOS.svg');
}
.ent-logout {
  background-image: url('./images/Log-out.svg');
}
.ent-pttt {
  background-image: url('./images/pttt.svg');
}
.ent-dmdt {
  background-image: url('./images/dmdt.svg');
}
.ent-tncb {
  background-image: url('./images/tamnhin.svg');
}
.ent-vct {
  background-image: url('./images/vct.svg');
}
.bodert {
    border-bottom: 1px solid #1F2631;
    width: 54px;
    margin: auto;
    margin-bottom: 20px;
}
.a-menu {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    width: 80%;
    margin-left: 10%;
}
.a-menu:hover span {
  display: block;
}
.tdmxh {
    color: #64748B;
    text-align: center;
    font-size: 11px;
}
.ttxava {
    display: none;
}
.cb-menu-left.toogleleft {
    width: calc(100% - 270px);
}
.cb-menu-right.toogleright {
    width: 270px;
    padding-left: 35px;
}
.cb-menu-right.toogleright .svgdf svg {
    display: inline-block;
    margin: 0px;
}
.cb-menu-right.toogleright span {
    position: initial;
    display: block;
    background: #f0f8ff00;
    width: auto;
    height: auto;
    line-height: 1;
    color: #64748B;
    border-radius: 0px;
}
.cb-menu-right.toogleright .a-menu {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.cb-menu-right.toogleright .ent-icon {
    margin: 0px;
}
.cb-menu-right.toogleright .tdmxh {
    text-align: left;
    font-size: 0px;
}
.cb-menu-right.toogleright .tdmxh:before {
    text-align: left;
    content: "Mạng xã hội";
    font-size: 12px;
}
.cb-menu-right.toogleright .ttxava {
  display: block;
}
.cb-menu-right.toogleright .bodert {
    width: calc(100% - 35px);
    margin: 0px;
    margin-bottom: 30px;
}
.cb-menu-right.toogleright .avatar {
    display: flex;
    align-items: center;
    margin-left: 0px;
    gap: 15px;
    margin-right: 0px;
    width: 100%;
}
.cb-menu-right.toogleright  .ent-menubar {
  background-image: url('./images/Close.svg');
}
.cb-menu-right.toogleright .amenuch span {
    display: none;
}
.bannerdv {
  display: none;
}
.cb-menu-right.toogleright .bannerdv {
    margin-left: -30px;
    margin-right: 10px;
      margin-top: 50px;
      display: block;
}
.cb-menu-right .nchv {
  display: none;
}
.cb-menu-right.toogleright .nchv {
    background: linear-gradient(106.86deg, #1ABD21 0%, rgba(26, 189, 33, 0.5) 64%, rgba(26, 189, 33, 0) 100%);
    height: 34px;
    display: block;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-top: 20px;
        width: calc(100% - 35px);
}
.anhquy a:hover h3 {
    color: #0673E4;
}
::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #00000000;
}

::-webkit-scrollbar
{
  width: 5px;
  background-color: #00000000;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb
{
  background-color: #64748B;
  border: 1px solid #555555;
}
.mtsmcp-scoring th {
    background: #FFCCC7;
    color: #000000D9;
    padding: 8px 5px;
    font-weight: 500;
    border: 1px solid #ffffff;
    font-size: 13px;
    cursor: pointer;
}
.mtsmcp-scoring th:not(.name_nganh ):hover {
    background: #d4e2fc !important;
    color: #1A2028;
}

.mtsmcp-scoring th.name_ngay {
    color: #fff;
    background: #ffccc700;
    border: 1px solid #1A2028;
}
.mtsmcp-scoring th.name_nganh {
    color: #FFFFFF;
    background: #ffccc700;
    border: 1px solid #1A2028;
    min-width: 120px;
    position: relative;
    max-width: 120px;
}
.divscroeing.table1score {
    overflow: auto;
}
.divscroeing.table2score {
    overflow: auto;
}
table.mtsmcp-scoring {
    border-collapse: collapse;
    width: 100%;
}
.tab2home {
    background: #1A2028;
}
.tdmxhmnu.amenuch {
    color: #64748B;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
}
.toogleright .tdmxhmnu.amenuch {
    text-align: left;
}
/* css dmdt */
.left_dmdt_center {
    width: calc(27% - 15px);
    padding: 15px;
    border: 0.5px solid #64748B;
    background: #11171e;
    border-radius: 10px;
    float: left;
}
.top_dmdt_center {
    width: 73%;
    padding: 15px;
    border: 0.5px solid #64748B;
    background: #11171e;
    border-radius: 10px;
    float: left;
    position: relative;
}
.right_dmdt_center {
    width: calc(27% - 15px);
    padding: 15px;
    border: 0.5px solid #64748B;
    background: #11171e;
    border-radius: 10px;
    float: left;
    margin-top: 15px;
}
.dmdtct h4 {
      margin: 0px;
    color: #fff;
    font-size: 20px;
}
.dmdtct figure.highcharts-figure {
    margin: 0px;
}
.right_dmdt_center.dmdtct figure.highcharts-figure {
    height: 100%;
    display: flex;
    align-items: center;
}
.dmdtct .blick_a {
    top: 15px;
}
.e-navtab {
    background: #1A2028;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 10px;
}
.item_huxi_left_ttdm_1xk #customers {
    border-top: 0px;
}
.item_huxi_left_ttdm_1xk #customers tbody tr:nth-child(1) {
    opacity: 36%;
}
.item_huxi_left_ttdm_1xk {
    width: 73%;
}
.tll{
    color: #fff;
}
.tll span{
    color: #AEAEB2;
    font-size: 12px;
}
#container_tron .highcharts-label > span > br,
#container_tron .highcharts-label > span > span {
  display: none;
}
#container_tron .highcharts-label > span > span~span {
    font-size: 0px !important;
}
.ent-accordion {
    float: left;
    width: 100%;
    border-bottom: 1px solid #64748B;
    color: #FCFCFC;
}
.ent-section-header {
    align-items: center;
    cursor: pointer;
    line-height: 56px;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    height: 56px;
}
.sch-plus-2x {
    margin-right: 0px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    display: inline-block;
    line-height: 40px;
    width: 35px;
    float: left;
    position: relative;
}
.sch-plus-2x:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #fcfcfc;
    border-width: 0 1px 1px 0;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 10px;
    top: 14px;
}
.ent-panel {
    line-height: 1.5;
    float: left;
    text-align: justify;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 15px;
}
.content-accordion {
    max-width: 50%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.tdsm {
    font-weight: 600;
}
#customers tr:hover {
    background-color: #ffffff08;
}
/* end css dmdt */
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    /* display: none; */
    z-index: 199999;
    background: rgb(255 255 255 / 50%);
}
#preloader.fixed {
    position: fixed;
    z-index: 10000;
    display: block;
}
#preloader.fixed .regot-loader {
    top: 40%;
}
.regot-loader {
  font-size: 20px;
  position: relative;
  width: 4em;
  margin: 125px auto;
}

.regot {
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  background: linear-gradient(92.19deg, #1692DC -16.05%, #231DDF 124.95%);
  position: absolute;
  animation-duration:.7s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.regot1 { left: 0; }
.regot2 { left: 1.25em; }
.regot3 { left: 2.5em; }
.regot4 { left: 3.75em; }

@keyframes tap {
  to { 
    transform: translateY(.7em) scale(0.9);
    background: linear-gradient(92.19deg, #1692DC -16.05%, #231DDF 124.95%);
  }
}


.regot1 {
  animation-name: tap;
  animation-direction:alternate;
}
.regot2 {
  animation-name: tap;
  animation-direction:alternate;
  animation-delay:.1s;
}
.regot3 {
  animation-name: tap;
  animation-direction:alternate;
  animation-delay:.2s;
}
.regot4 {
  animation-name: tap;
  animation-direction:alternate;
  animation-delay:.3s;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes    spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.content-score {
    position: relative;
}
.topmotbd h4 {
    margin: 0px;
    color: #F9F9F9;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}
.righttophd a {
    height: 34px;
    display: inline-block;
    line-height: 34px;
    background: #35404F;
    padding-inline: 18px;
    float: left;
    color: #AEAEB2;
}
.righttophd {
    border-radius: 10px;
    overflow: hidden;
    background: #35404F;
}
a.actabcbcsr {
    background: linear-gradient(92.19deg, #1692DC -16.05%, #231DDF 124.95%);
    color: #FFFFFF;
    border-radius: 10px;
}
.topmotbd {
    align-items: center;
    margin-bottom: 15px;
}
.topmotbd h4 i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url('./images/Info.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.ttmtcp p {
    margin-top: 8px;
    margin-bottom: 8px;
}
.ttmtcp {
    position: absolute;
    left: 102%;
    top: 0px;
    width: 480px;
    font-size: 13px;
    font-weight: 500;
    color: #AEAEB2;
    background: #0D1219E5;
    padding-inline: 8px;
    border-radius: 8px;
    display: none;
        z-index: 1000000;
}
.name_nganh {
    cursor: pointer;
}
.mtsmcp-scoring .name_nganh.highlight,
.mtsmcp-scoring .name_ngay.highlight {
    background: #d4e2fc !important;
    border: 1px solid #d4e2fc;
    color: #1a2028;
}
.namenganh_hv .span1 {
  display: none;
}
.namenganh_hv .span2 {
  display: flex !important;
  position: absolute;
  width: 190px;
  z-index: 1000;
  top: 0px;
  left: 0px;
  background: #1a2028;
  height: 100%;
  align-items: center;
}
.highcharts-figure-dbdt {
    width: calc(50% - 20px);
    position: relative;
}
.fbdkkks figure {
    margin-top: 20px;
    margin-bottom: 30px;
}
.blick_a_dbdt {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    color: #fff;
}
.blick_a_dbdtmotram {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  color: #fff;
}
.blick_a_rkn {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  color: #fff;
}
.highcharts-figure-lkkntd {
    width: calc(50% - 20px);
    position: relative;
}
.blick_a_lkkntd  {
        position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    color: #fff;
}
th.headtd {
    position: sticky !important;
    z-index: 100000;
}
.td_mb {
  display: none;
}
/* css dangky dang nhap */
.left-login {
    width: 40%;
}
.right-login {
    width: 60%;
}
    .right-login,
    .left-login {
        float: left;
    }
.left-login {
    background: #0D1219;
    height: 100%;
    display: block;
    display: flex;
    justify-content: flex-end;
    height: 100vh;
}
.dydk {
    color: #F9F9F9;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.left-login-right {
    width: 600px;
    float: right;
    display: flex;
    align-items: center;
}
    .left-login-right img {
    width: 100%;
    height: auto;
    padding: 40px;
}
.right-login {
    display: flex;
    width: 50%;
    justify-content: center;
    height: 100vh;
}
.right-login-content {
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-login-content form h1 {
    color: #F9F9F9;
    margin-top: 0px;
    font-size: 28px;
    margin-bottom: 15px;
}
.login222 {
    border: 1px solid #3A3A3C;
    height: 48px;
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #E5E5EA;
    border-radius: 8px;
}
.right-login-content form {
    width: 520px;
    max-width: 90%;
}
.or {
    color: #F9F9F9;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.input-containe input {
    background: #1a202800;
    width: 100%;
    border-width: 0px;
    border: 1px solid #3A3A3C;
    border-radius: 8px;
    height: 45px;
    padding-inline: 10px;
    background: #f0f8ff00;
    position: relative;
    z-index: 1;
    color: #E5E5EA;
}
.input-containe {
    margin: 20px 0;
    position: relative;
}
.input-containe label {
    color: grey;
    font-size: 14px;
    left: 14px;
    position: absolute;
    top: 12px;
    transition: all 300ms linear 0s;
    padding-inline: 5px;
}
.input-place:focus~label, .input-place:valid~label {
    font-size: 12px;
    top: -9px;
    background: #0a0e14;
    z-index: 1;
}
#re_lg {
    background: linear-gradient(92.19deg, #1692DC -16.05%, #231DDF 124.95%);
    color: #fff;
    border-width: 0px;
    cursor: pointer;
}
.text-danger {
    color: #ff0000;
}
.alert.alert-success {
    color: #00ff0b;
}
/* end css dang ky dang nhap */
.left-thanhvien {
    background: #0D1219;
    width: 15%;
    color: #fff;
    padding: 15px;
    border-right: 0.5px solid #64748b63;
    height: 100vh;
}
.left-thanhvien p {
  position: relative;
}
.left-thanhvien p:before {
    background-image: url('./images/Iconw.svg');
        background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.right-thanhvien {
    background: #1A2028;
    width: 85%;
    padding: 20px;
}
.left-thanhvien > h2 {
    margin: 0px;
    font-size: 20px;
    margin-bottom: 15px;
}
.top-thanhvien .avatar {
    display: flex;
    align-items: center;
    margin-left: 0px;
    gap: 15px;
    margin-right: 0px;
    width: 100%;
    margin-top: 0px;
}
.top-thanhvien .ttxava {
    display: block;
}
.pen-edit:before{
  background-image: url('./images/pen.svg');
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
}
.img-ava {
    position: relative;
}
.img-ava button {
    background: #1F1F1F;
    border-width: 0px;
    position: absolute;
    width: 32px;
    height: 32px;
    border: 4px solid #050505;
    border-radius: 100%;
    display: inline-block;
    padding: 0px;
    bottom: 0px;
    right: 0px;
}
.top-thanhvien .avatar img {
    width: 85px;
    height: 85px;
    border-radius: 100%;
}
.top-thanhvien .nameta {
    font-size: 18px;
}
.top-thanhvien .nickname {
  font-size: 14px;
}
.bottom-thanhvien {
    background: #0D1219B2;
    padding: 20px;
    border-radius: 15px;
    margin-top: 15px;
    position: relative;
}
.bottom-thanhvien > h2 {
    margin: 0px;
    color: #FFFFFF;
    font-size: 18px;
}
.input-tv {
    border: 1px solid #64748B;
    height: 45px;
    background: #1A2028;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.input-tv input {
    height: 100%;
    border-width: 0px;
    width: 100%;
    background: #f0f8ff00;
    padding-inline: 40px;
    color: #fff;
    font-size: 14px;
    padding-right: 0px;
}
.control-group > h3 {
    color: #fff;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 15px;
}
.control-group {
    margin-bottom: 20px;
    margin-top: 15px;
    width: 40%;
}
.input-tv.input-tv-name {
    position: relative;
}
.input-tv.input-tv-name:before {
  content: "";
  width: 25px;
  height: 22px;
  display: inline-block;
  background-image: url('./images/ICOSname.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 8px;
}
.input-tv.input-tv-email:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background-image: url('./images/Email.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  left: 10px;
}
.input-tv.input-tv-pass:before {
  content: "";
  width: 25px;
  height: 22px;
  display: inline-block;
  background-image: url('./images/Report.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
}
.editrr {
    background: #0673E414;
    height: 42px;
    width: 156px;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    color: #AECAF2;
    padding-left: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.editrr:before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('./images/pen-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: 22px;
}
button.update_btn {
    height: 42px;
    width: 182px;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    background: linear-gradient(92.19deg, #1692DC -16.05%, #231DDF 124.95%);
    padding: 0px;
    padding-left: 22px;
    border-width: 0px;
}
button.update_btn:before {
    content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url('./images/pen.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 13px;
  left: 14px;
}
.ncttk {
    color: #fff;
  }
  .left-login-right .logo-res img {
    padding: 0px;
}
.left-login-right .logo-res {
    position: absolute;
    top: 0px;
    padding: 0px !important;
}
.hecontainer {
    display: none;
}
.item-gx {
    position: relative;
}
.item-gx.item-gx9 .item-ctar,
.item-gx.item-gx1 .item-ctar {
    position: absolute;
    bottom: 25%;
}
.item-gx.item-gx7 .item-ctar,
.item-gx.item-gx5 .item-ctar,
.item-gx.item-gx3 .item-ctar {
    position: absolute;
    bottom: 25%;
}
.item-gx.item-gx6 .item-ctar,
.item-gx.item-gx4 .item-ctar {
    position: absolute;
    bottom: 0px;
}

/* css home 2 */
.ent-gx {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 15px;
    width: calc(100% - 30px);
}
.item-gx11 {
    margin-bottom: 15px;
    display: flex;
}
.item-gx12 {
    display: flex;
}
.item-gx11,
.item-gx12 {
    border-radius: 16px;
    overflow: hidden;
    flex-wrap: wrap;
    position: relative;
}
.ent-content-h {
    text-align: center;
}

.h1h {
    font-size: 90px;
    margin: 0px;
    background: linear-gradient(to bottom, #FFFFFF 20%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-family: 'Sooner';
    line-height: 1;
    padding-bottom: 25px;
    padding-top: 80px;
}
.ent-content-h {
    padding-bottom: 130px;
}
.ent-content-h h3 {
    font-family: 'Motherland', sans-serif;
}
.ent-content-h h3 {
    font-size: 55px;
    font-style: italic;
    margin: 0px;
    font-weight: 400;
    background: linear-gradient(to bottom, #FFFFFF 20%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1;
    padding-bottom: 40px;
}
.ent-content-h p {
    font-size: 18px;
    color: #fff;
    max-width: 560px;
}
.ent-content-h p {
    font-size: 18px;
    color: #fff;
    max-width: 560px;
    margin: auto;
    display: block;
}
.item-gx11 .h4mt, .item-gx12 .h4mt {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 12px;
    margin-bottom: 12px;
    z-index: 10;
}
.item-gx11 .h4mt h4, .item-gx12 .h4mt h4 {
    margin: 0px;
}
.h4mt p {
    display: none;
    margin: 0px;
    margin-top: 5px;
    transition: transform 0.5s ease-in-out;
}
.item-gx11:hover .h4mt h4, .item-gx12:hover .h4mt h4 {
    animation: slideUp 0.4s ease forwards;
}
.item-gx11:hover .h4mt p, .item-gx12:hover .h4mt p {
    display: block;
    text-transform: initial;
    animation: slideUp 0.4s ease forwards;
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.item-gx11:before,
.item-gx12:before {
    content: "";
    background: linear-gradient(to top, rgba(5, 13, 27, 1) 0%, rgba(32, 48, 76, 0) 100%);
    height: 35px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    z-index: 10;
}
.ent-content-h a {
    display: inline-block;
/*    background-image: url('{{url("/")}}/entho_assets/images/btn-home.png');
    background-size: contain;
    background-repeat: no-repeat;*/
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    width: 237px;
    height: 52px;
    border-radius: 17px;
}

.text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.btn-home span {
    display: inline-flex;
    margin-top: 20px;
    padding: 5px;
    background: #ffffff08;
    border-radius: 17px;
}
.item-gx11:hover img,
.item-gx12:hover img {
    display: block;
    filter: blur(2px);
    transition: transform 0.5s ease-in-out;
}
.boximgc {
    --border-angle: 0deg;
    border-radius: 17px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    position: absolute;
    top: 0px;
}
.item-gx12:hover .boximgc,
.item-gx11:hover .boximgc {
    background: linear-gradient(#2846ba, #2846ba) padding-box, conic-gradient(from var(--border-angle), #2846ba 50%, white) border-box;
    background: linear-gradient(#2846ba, #2846ba) padding-box, conic-gradient(from var(--border-angle), #2846ba 0deg, #2846ba 20deg, rgba(255, 255, 255, 0.8) 90deg, #2846ba 160deg, #2846ba 180deg) border-box;
    background: linear-gradient(#000000, #000000) padding-box, conic-gradient(from var(--border-angle), #000000 0deg, #ffffff 20deg, rgba(255, 255, 255, 0.8) 90deg, #000000 160deg, #000000 180deg) border-box;
    background: linear-gradient(#00000000, #000000) padding-box, conic-gradient(from var(--border-angle), #00000000 0deg, #ffffff 20deg, rgb(255 255 255 / 80%) 90deg, #00000000 160deg, #00000000 180deg) border-box;
    animation: rotateBorder 2s linear infinite;
}


.box {
  --border-angle: 0deg;
    border-radius: 17px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 4px hsl(0 0% 0% / 25%);
    animation: border-angle-rotate 2500ms infinite linear;
    border: 2px solid transparent;
    position: absolute;
    top: 0px;
  &.a {
    background: linear-gradient(white, white) padding-box,
      conic-gradient(
          from var(--border-angle),
          oklch(100% 100% 0deg),
          oklch(100% 100% 45deg),
          oklch(100% 100% 90deg),
          oklch(100% 100% 135deg),
          oklch(100% 100% 180deg),
          oklch(100% 100% 225deg),
          oklch(100% 100% 270deg),
          oklch(100% 100% 315deg),
          oklch(100% 100% 360deg)
        )
        border-box;
  }

  &.b {
    background: linear-gradient(#2846ba, #2846ba) padding-box, conic-gradient(from var(--border-angle), #2846ba 50%, white) border-box;
    background: linear-gradient(#2846ba, #2846ba) padding-box, conic-gradient(from var(--border-angle), #2846ba 0deg, #2846ba 20deg, rgba(255, 255, 255, 0.8) 90deg, #2846ba 160deg, #2846ba 180deg) border-box;
    animation: rotateBorder 2s linear infinite;
  }

  &.c {
    border-radius: 100%;
    background: radial-gradient(circle, var(--bg) 60%, transparent 60%);

    &:before,
    &:after {
      content: "";
      display: block;
      position: absolute;
      inset: 4px;
      border-radius: 100%;
      animation: border-angle-rotate 4s infinite linear;
      z-index: -1;
    }

    &:before {
      inset: 0;
      background: repeating-conic-gradient(
          from var(--border-angle),
          var(--bg),
          var(--bg) 30deg,
          oklch(100% 50% 190deg) calc(360deg / 6)
        )
        border-box;
    }

    &:after {
      background: repeating-conic-gradient(
          from calc(var(--border-angle) * -1),
          oklch(100% 40% 50deg),
          black 60deg
        )
        border-box;
    }
  }
}
@keyframes rotateBorder {
  to {
    --border-angle: 360deg;
  }
}
@keyframes border-angle-rotate {
  from { --border-angle: 0deg; }
  to { --border-angle: 360deg; }
}
@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.ent-gx-mobile {
  display: none;
}
/* end css home 2 */
/* css bd cacbon */
.content-accordion-bcb {
  max-width: 900px;
}
.img-cb-bd {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.bddo {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-10px);
    color: #fff;
}
.bddo h1 {
    margin: 0px;
    font-size: 70px;
}
.bddo p {
    margin: 0px;
    font-size: 24px;
}
.content-accordion-bcb .tdsm {
    font-size: 20px;
}
.content-accordion-bcb .sch-plus-2x:before {
    content: "+";
    display: inline-block;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    position: absolute;
    border-width: 0 0px 0px 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    font-size: 28px;
    color: #0955CE;
    top: 0px;
    right: 10px;
    padding: 0px;
}
.content-accordion-bcb .ent-section-header.active .sch-plus-2x:before {
    content: "-";
    font-size: 35px;
}
.content-accordion-bcb .ent-accordion {
    border-bottom: 0px solid #64748B;
    position: relative;
}
.line {
    width: calc(100% - 200px);
    height: 7px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid #64748B;
}
.line:before {
    content: "";
    background: #64748B;
    width: 12px;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 2px;
    transform: rotate(135deg);
}
.line:after {
    content: "";
    background: #64748B;
    width: 192px;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: -200px;
    top: -2px;
}
.content-accordion-bcb .ent-accordion .line {
    display: block !important;
}
.content-accordion-bcb .ent-section-header {
    line-height: 65px;
    height: 65px;
}

/* end css bd cacbon */


/* css about*/
.mobilexlogo img {
    height: 38px;
    width: auto !important;
    margin: auto;
    display: block;
    object-fit: contain;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{
    background: #0044DD;
    width: 20px;
    height: 6px;
    border-radius: 99px !important;
}
.swiper-pagination-bullet {
    height: 6px;
    width: 20px;
    background: #7B8395;
}
.left-ceodcl {
    width: 45%;
}
.right-ceodcl {
    width: 52%;
}
.left-ceodcl h2 {
    font-size: 52px;
    margin: 0px;
    line-height: 1;
    font-weight: 500;
}
.left-ceodcl h1 {
    font-size: 52px;
    margin: 0px;
    line-height: 1;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 40px;
}
.left-ceodcl h1 strong {
    background: linear-gradient(90deg, #D4F1FF 13%, #62FFFD 42%, #5FBFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.left-ceodcl p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ceodcl {
    align-items: center;
    margin-top: 120px;
}
.lefttnsm {
    width: 50%;
    height: auto;
}
.righttnsm {
    width: 100%;
}
.leftttx {
  width: 45%
}
.item-righttnsm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}
.rightf h3 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.rightf p {
    font-size: 16px;
    color: #BBBAC9;
    margin-top: 0px;
    margin-bottom: 0px;
}
.leftff {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.rightf {
    width: calc(100% - 100px);
}
.item-righttnsm {
    margin-top: 40px;
}
.item-righttnsm:nth-child(1) {
    margin-top: 0px;
}
.tnxd {
    align-items: center;
}
.leftff {
  background-image: url('./images/Group99.png');
  background-size: contain;
    color: #61D9FF;
    font-weight: 600;
    background-repeat: no-repeat;
}
.leftttx .btn-home.ent-content-h {
    text-align: left;
    margin-left: 100px;
}
.center200 img {
    width: 450px;
    max-width: 100%;
    margin: auto;
    display: block;
}
.centertext p {
    background: linear-gradient(to bottom, #FFFFFF 20%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    font-size: 35px;
    max-width: 60%;
    margin: auto;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 15px;
}
.sliderimgf {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.action-click-icon:nth-child(1) {
    width: 45%;
}
.action-click-icon:nth-child(2) {
    width: calc(55% - 20px);
}
.action-click-icon:nth-child(3) {
    width: 53.25%;
}
.action-click-icon:nth-child(4) {
    width: calc(46.75% - 20px);
}
.sliderimgf {
    margin-top: 50px;
}
.ent-topx {
    margin-top: 60px;
}
.member-img {
    width: 32px;
}
.member-img img {
    height: 32px;
    width: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.left-member {
    display: flex;
    align-items: center;
    gap: 15px;
}
.member-name {
    font-size: 20px;
    text-transform: uppercase;
    color: #00DC82;
    font-weight: 600;
    font-style: normal;
}
.tbbxctggg {
  background-image: url('./images/relative.png');
  background-size: 100% 100%;
    font-weight: 600;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.tbbxct {
    border-left: 6px solid #0633fb20;
    padding-left: 25px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.member-list .owl-stage, .member-list .owl-item, .member-list .owl-stage, .member-list .thumnail, .tbbxctggg, .tbbxct {
    height: 100%;
}
.left-member {
    margin-bottom: 25px;
}
.member-des {
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
}
.fullxf, .fullxf2 {
  position: relative;
}
.fullxf:before {
  content: "";
  background-image: url('./images/Group82.png');
  width: 600px;
  height: 900px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  top: -40%;
  left: -20px;
}
.fullxf2:before {
  content: "";
  background-image: url('./images/Group1321314626.png');
      width: 400px;
    height: 723px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: -30%;
    right: -20px;
}
.swiper-slide img {
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
/* end css about*/