/*@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");*/

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 0;
  margin-block-end: 0;
/*  font-family: "Roboto", sans-serif;*/
}

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */
ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

* {
  /* font-family: Prompt, sans-serif; */
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  background-color: #0c1723 !important;
  color: white !important;
  font-family: 'Capsule Sans Text', sans-serif;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */
#exTab1 .nav-pills>li>a {
  border-radius: 0;
}

.badge {
  line-height: 1.3 !important;
}

/* change border radius for the tab , apply corners on top*/
#exTab3 .nav-pills>li>a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}



.over {
  display: flex;
  align-items: center;
}

.over .text {
  margin-left: 10px;
}

.over i {
  margin-left: 5px;
}

.main {
  width: 95% !important;
  margin: auto !important;
}

.main .col-lg-3 .nav-pills {
  margin-bottom: 20px;
  font-size: 14px !important;
}



.wrap-right .over {
  background-color: #454d55;
  border-bottom: 1px solid grey;
  padding: 10px;
}

.wrap-right .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.wrap-right .scroll-div {
  overflow-y: auto;
  max-height: 484px;
}

.wrap-right .text {
  font-size: 14px;
  width: 100%;
}

.wrap-right .over .d-flex {
  cursor: pointer;
}
.d-flex {
  display: flex;
}
.d-none {
  display: none !important;
}
.wrap-right .nav-pills {
    background: #262626;
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0px;
}

.wrap-right .nav-pills li {
  width: 100%;
}

.wrap-right .nav-pills li a {
  color: #d4d4d4;
  font-size: 14px;
  width: 100%;
  display: block;
  padding-bottom: 5px;
}

.wrap-right .nav-pills li a:hover {
  text-decoration: none;
}

.wrap-right .nav-pills li a.active.show {
  color: #fff;
}

.wrap-right .nav-pills li a.active.show {
    border-bottom: 0px solid #007bff;
    padding-bottom: 3px;
    padding-top: 3px;
    font-weight: 600;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  background-color: grey;
  border: 2px solid #555555;
}

.chiso .pills {
  margin-bottom: 15px;
}
.chiso {
  width: 100%;
}
.chiso .pills li {
  width: 25%;
  text-align: center;
}

.chiso .pills li a.active.show {
  border-bottom: 3px solid #007bff;
  padding-bottom: 6px;
}

.chiso .table {
  font-size: 12px;
  max-height: 300px;
}

.chiso .table th {
  text-align: center;
  padding: 5px 0px;
}

.chiso .table td {
  padding: 6px 5px;
}

.chiso .tab-content {
  max-height: 787px;
  overflow-y: auto;
}

.news img {
  width: 100%;
  border-radius: 6px;
}

.news p {
  font-size: 13px;
  line-height: 1;
  color: white;
}

.news a {
  margin-top: 15px;
  color: #fff;
}

.rightcb {
  background: #21232d;
  margin-top: 30px;
}

.news.news-1 a h4 {
  font-size: 13px;
  line-height: 1.5;
  margin-top: -3px;
  margin-bottom: 5px;
}

.news a:hover,
.news p:hover {
  color: white;
  text-decoration: none;
}

.news p {
  margin-top: 5px;
  color: gray;
  margin-bottom: 0px;
  font-size: 12px;
}

.news p:hover {
  color: gray;
}

.container-fluid {
  margin-top: 50px;
}

.top {
  margin-top: 0px !important;
}

.wrap-bvv {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.wrap-bvv .bvv img {
  height: auto;
}

.topslider {
  margin-top: 30px !important;
}

@media only screen and (max-width: 600px) {
  .wrap-bvv {
    display: block;
  }
}

.bottom .title {
  font-size: 25px;
  font-weight: bold;
}

.bottom .title span {
  color: orange;
}

.bottom .sub {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 20px;
}

.bottom-img img {
  margin-top: 30px;
  width: 100%;
}

.footer-sub {
  display: flex;
  justify-content: space-between;
}

.footer-sub .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
}

@media only screen and (max-width: 600px) {
  .footer-sub .title {
    width: 100%;
    font-size: 14px;
  }
}

.footer-sub .menu {
  font-size: 15px;
}

@media only screen and (max-width: 600px) {
  .footer-sub .menu {
    width: 100%;
    font-size: 13px;
  }
}

.footer-sub .column {
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .footer-sub .column {
    width: 50%;
    margin-top: 20px;
  }
}

.footer-sub .column i {
  margin-right: 20px;
  font-size: 20px;
}

.trailer {
  margin-top: 20px;
  font-size: 15px;
}

.right {
  margin-top: 40px;
}

.owl-carousel.slider img {
  border-radius: 10px;
}



.owl-carousel.anhquy img {
  height: 105px;
  border-radius: 6px;
  object-fit: cover;
}
.homexh .huxi {
    width: 100%;
    margin-bottom: 10px;
}
.owl-carousel.anhquy a,
.owl-carousel.anhquy p {
  font-size: 13px;
  line-height: 1.5;
  color: white;
  margin-top: 10px;
  display: inline-block;
}

.owl-carousel.anhquy a:hover,
.owl-carousel.anhquy p:hover {
  color: white;
  text-decoration: none;
}

.owl-carousel.anhquy p {
  margin-top: 5px;
  color: gray;
  margin-bottom: 0px;
}

.owl-carousel.anhquy p:hover {
  color: gray;
}

.owl-carousel.anhquy .owl-next {
  font-size: 46px !important;
  right: 35px;
  position: absolute;
  top: 22%;
}
.wrap-right-full {
    padding: 10px;
    width: calc(25% - 0px);
    background: #262626;
    border-top: 2px solid #626262;
}
.owl-carousel.anhquy .owl-prev {
  font-size: 46px !important;
  left: 0px;
  position: absolute;
  top: 22%;
}

.owl-carousel.chisoslider {
  margin: 20px 0px;
}

.owl-carousel.chisoslider img {
  height: 40px;
}

.chisoslider .child {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.child.point-change .img img {
  width: 30px;
  border-radius: 50%;
}

.chisoslider .child span {
  color: #00eb00;
}

.chisoslider .child .img {
  margin-right: 10px;
}

.chisoslider .title {
  font-weight: 400;
  text-transform: uppercase;
}

.chisoslider .number {
  font-size: 12px;
}

.chisoslider .number .color-red {
  color: #f31c1c;
}

.chisoslider .owl-prev {
  position: absolute;
  font-size: 34px !important;
  top: -7px;
  left: -20px;
}

.chisoslider .owl-next {
  position: absolute;
  font-size: 34px !important;
  top: -7px;
  right: -20px;
}

.date-filter {
  margin-top: 0px;
  font-size: 14px;
  margin-bottom: 20px !important;
}

.date-filter .date-2 {
  margin-left: 20px;
}

.title-week {
  margin-top: 15px;
}

.title-week li a {
  font-size: 14px;
  color: #d4d4d4;
  width: 100%;
  display: block;
}
.overtext {
  font-weight: 500;
  font-size: 14px;
}


.highcharts-axis-labels text {
  color: white !important;
  fill: white !important;
}

.highcharts-title {
  color: white !important;
  fill: white !important;
}


.news-2 {
  overflow-y: auto;
  max-height: 147px;
}

@media only screen and (max-width: 600px) {
  .news-2 {
    max-height: 300px;
  }
}

.news-3 {
  overflow-y: auto;
  max-height: 515px;
}
.homexh .cb-lg-3 {
    background: #21232d;
}
.titlethpt {
  margin-bottom: 10px;
  font-weight: 600;
}
.ff25ff {
  color: #ff25ff;
}

.f0f0 {
  color: #0f0;
}

.chart-2 {
  width: calc(50% - 5px);
}

@media only screen and (max-width: 600px) {
  .chart-2 {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}

.logo {
  width: 55px;
}

.search-test {
  background: rgba(128, 128, 128, 0.5490196078) !important;
  border: rgba(128, 128, 128, 0.5490196078) !important;
  width: 300px !important;
  border-radius: 20px !important;
}

#navbarSupportedContent i {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.menu-right {
  width: 50px;
  position: fixed;
  right: 0;
  background-color: #221616;
  height: 100%;
  z-index: 99;
}

.menu-right .avatar {
  border-bottom: red 2px solid;
  padding-bottom: 10px;
}

.menu-right .avatar img {
  width: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: block;
  margin: auto;
  object-fit: cover;
  margin-top: 10px;
  cursor: pointer;
}

.menu-right i {
  font-size: 30px;
  text-align: center;
  display: block;
  margin: 20px 0px;
  cursor: pointer;
}

.menu-right .zalo img {
  height: 40px;
  width: 40px;
  display: block;
  margin: auto;
  object-fit: cover;
  cursor: pointer;
}

.menu-right .noti {
  position: relative;
}

.menu-right .noti .count {
  position: absolute;
  background-color: red;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  right: 0;
  top: -5px;
}

input::placeholder {
  color: white;
}

input,
select,
textarea {
  color: white !important;
}

.dinh-gia {
  margin: auto;
  padding: 20px;
  background: #333333;
  width: 60%;
  height: 200px;
  text-align: center;
  border-radius: 10px;
  margin-top: 10px;
  color: #807d79;
}

.dinh-gia .img img {
  width: 60px;
}

.dinh-gia .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}

.note {
  margin-top: 30px;
}

.note .yellow {
  color: #ffff03;
}

.note .green {
  color: #16cf16;
}

.note p {
  text-decoration-line: underline;
}

.note ul li {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 10px;
}

.note ul ul li {
  list-style-type: none;
  margin-left: 20px;
}

.checkout .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}

.checkout .title.sub {
  margin-top: 30px;
}

.checkout .form-check {
  margin-bottom: 20px;
}

.checkout .row {
  margin-top: 10px;
  line-height: initial;
}

.checkout .row .total-checkout {
  font-size: 25px;
  color: #ffff03;
  font-weight: bold;
}

.checkout .infor {
  font-weight: bold;
  margin-bottom: 20px;
}

.checkout i {
  margin-bottom: 10px;
  display: block;
}

.checkout p {
  color: #ffff03;
}

.checkout .button {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.user {
  padding: 10px;
}

.user .child {
  border-right: 1px solid grey;
  color: grey;
}

.user .title {
  margin-bottom: 20px;
  font-size: 20px;
}

.user .fas {
  color: #2196F3;
  margin-right: 10px;
  cursor: pointer;
}

.user .avatar {
  width: 40px;
  height: 40px;
  background-color: black;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}

.user .avatar-wrap {
  justify-content: space-evenly;
  align-items: center;
}

.user .btn-right button {
  width: 100%;
  margin-bottom: 20px;
  color: white;
}

.user .btn-right .btn-warning {
  border: #ab8515;
  background: #ab8515;
  padding: 13px 0px;
}

.user .sum {
  color: #8282ff;
}

.user .nav-pills {
  margin-bottom: 20px;
}

.user .nav-pills a {
  line-height: 35px;
}

.user .nav-pills button {
  background-color: #b335dc;
  border: #b335dc;
  font-size: 12px;
  text-transform: uppercase;
}

.user .nav-pills button i {
  color: white !important;
}

.user .border-left {
  border-left: 2px solid red;
}

/* css a dung */
.dmdt {
    position: relative;
}
.dmdt span {
    position: absolute;
    top: -25px;
    right: -12px;
    font-size: 12px;
    padding: 1px 7px;
    background: #e5991d;
    border-radius: 3px;
}
.owl-prev {
  position: absolute;
  top: 33%;
  left: 0px;
}

.owl-next {
  position: absolute;
  right: 0px;
  top: 33%;
}

.bn-cl {
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  position: absolute;
  z-index: 1000;
  color: #fff;
  display: flex;
  border-radius: 100%;
}

.slider .owl-prev .bn-cl {
  left: -40px;
}

.slider .owl-next .bn-cl {
  right: -40px;
}

.icon-arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
}

.icon-left-arrow-2 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: -2px;
}

.icon-right-arrow-2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 2px;
}

.slider-bn {
  width: calc(100% - 80px);
  margin: auto;
}

.navxhtt a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 10px;
}

.text {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.event {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
}

.event p {
    margin-bottom: 0px;
    text-align: justify;
    line-height: 1.5;
}

.navxhtt a.active.show {
    background: #0d7ef738;
    font-weight: 400;
    border-radius: 4px;
}

.navxhtt li {
  margin-right: 10px;
}

.navxhtt a:hover {
  color: #fff;
}

.cb-lg-9 {
  width: 75%;
}

.cb-lg-3 {
  width: 25%;
}

.cb-flex.chisoslider {
  justify-content: flex-start;
}

.child.point-change {
  border-radius: 6px;
  padding: 5px 8px;
  margin-right: 15px;
}

.chsxn .chisoslider {
  margin-top: 0px;
  margin-bottom: 30px;
}

.child.point-change.active {
  background: #0b1723;
  box-shadow: 1px 0px 3px rgb(255 255 255 / 46%);
}

.chisoslider .number span {
  margin-left: 5px;
}

.navxhtt {
  margin-top: 0px;
}

.cb-left4 {
  width: 40%;
}

.cb-left8 {
  width: calc(60% - 15px);
}

.left-ct {
  padding: 10px;
  background: #21232d;
  margin-top: 30px;
  width: calc(75% - 15px);
}

.date-filter input[type="date"] {
  border-radius: 4px;
  margin-left: 5px;
}

.anhquy .bn-cl {
  border-radius: 0px;
}

.cb-lg-30 {
  width: 27%;
}

.cb-lg-70 {
  width: calc(73% - 10px);
}

.thix {
    background: #131313;
    font-size: 15px;
    padding: 10px 10px;
    width: 50%;
}
.cbxcv {
    width: 100%;
}
.title-week.title-week-db.cb-flex {
    width: 50%;
    margin-top: 0px;
    background: #131313;
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-bottom: 0px;
}
.title-week li a:hover {
    text-decoration: none;
}
.hhtab {
  width: 100%;
}
.thixdb {
    padding-bottom: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.active.show {
    padding-bottom: 5px;
}
.title-week-db li {
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.title-week-db li.active {
  border-bottom: 3px solid #007bff;
  padding-bottom: 5px;
}

.bvv {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}

.post-detail {
  max-width: 800px;
  margin: auto;
      line-height: 1.5;
}

.post-detail h1 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.post-detail h3,
.post-detail h2 {
  font-size: 17px;
  line-height: 1.5;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.post-detail {
  text-align: justify;
}

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

.topslider .cb-lg-9 {
  padding-right: 15px;
}

/* end css a dung */
/*# sourceMappingURL=index.css.map */


.popup-auth {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: #0000008a;
  z-index: 99;
}

.auth {
  margin-top: 80px;
}

body {
  background-color: #1f2236;
}

.content-top-grow {
  width: 1200px;
  display: flex;
  color: white;
  /* text-align: center; */
  margin: auto;
  padding: 100px 0px;
  justify-content: space-between;
}

.content-top-grow-left {
  margin-top: 100px;
}

.content-top-grow-left h1 {
  font-size: 38px;
}

.content-top-grow-left h2 {
  margin-top: 20px;
  font-size: 30px;
  color: rgba(73, 178, 223, 1);
  font-weight: normal;
  line-height: 50px;
}

.content-top-grow-left a {
  background: #83b630;
  color: black;
  width: 140px;
  height: 48px;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 20px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  display: inline-block;
  line-height: 48px;
  text-align: center;
}

.regis-grow-right {
  border-style: solid;
  border-color: #F79929;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-left: 30px;
  padding: 20px 20px 4px 20px;
  width: 50%;
  border-radius: 20px;
  margin-bottom: 50px;
}

.regis-grow {
  display: flex;
  width: 1200px;
  margin: auto;
  /* justify-content: space-between; */
  color: white;
}

.regis-grow-left .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
}

.regis-grow-left {
  padding-right: 20px;

}

.title-1 {
  display: flex;
  margin-top: 20px;
  font-size: 19px;
  line-height: 30px;
  font-weight: normal;
}

.title-1-right {
  margin-left: 10px;
}

.regis-grow-right .title {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.regis-grow-right .sub-title {
  text-align: center;
  margin: 20px;
}

.regis-grow-right .sub-title span {
  color: #f79929;
  text-transform: uppercase;
  font-weight: bold;
}

.regis-grow-right .form input {
  width: 96%;
  height: 35px;
  border-radius: 10px;
  padding: 0px 10px;
  border: none;
}

.regis-grow-right .form {
  margin-bottom: 20px;
}

.regis-grow-right .label span {
  color: red;
}

.regis-grow-right .label {
  margin-bottom: 10px;
}

.form button {
  background: #FF9902;
  border-color: #FF9902;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  /* font-family: Montserrat; */
  display: block;
  margin: auto;
  height: 41px;
  width: 112px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}



.inner-container {
  /* background: #f8d9d5 none repeat scroll 0 0; */
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  /* margin: 100px auto; */
  /* max-width: 500px; */
  /* padding: 50px; */
  text-align: center;
  /* color: white; */
  transition: all 300ms linear 0s;
}

.inner-container:hover {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;

}

.input-containe {
  margin: 20px 0;
  position: relative;
}

.input-containe input[type="text"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* background-color: #f0eaea; */
  /* border-color: currentcolor currentcolor #aaaaaa; */
  /* border-image: none; */
  /* border-style: none none solid; */
  /* border-width: medium medium 2px; */
  height: 55px;
  color: white;
  padding: 10px 0px 3px 16px;
  width: 98%;
}

.input-containe input[type="email"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* background-color: #f0eaea; */
  /* border-color: currentcolor currentcolor #aaaaaa; */
  /* border-image: none; */
  /* border-style: none none solid; */
  /* border-width: medium medium 2px; */
  height: 55px;
  color: white;
  padding: 10px 0px 3px 16px;
  width: 100%;
}

.input-containe input[type="password"] {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  /* background-color: #f0eaea; */
  /* border-color: currentcolor currentcolor #aaaaaa; */
  /* border-image: none; */
  /* border-style: none none solid; */
  /* border-width: medium medium 2px; */
  height: 55px;
  color: white;
  padding: 10px 0px 3px 16px;
  width: 100%;
}

.input-containe label {
  color: grey;
  font-size: 16px;
  left: 14px;
  position: absolute;
  top: 20px;
  /* top: 2px !important; */
  transition: all 300ms linear 0s;
}

/* .input-place{
  padding: 20px 20px;
} */
.input-place:focus~label,
.input-place:valid~label {
  font-size: 12px;
  top: 3px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #007994;
  font-size: 20px;
  font-weight: 600;
  opacity: 0.6;
}


input:focus::-moz-placeholder {
  color: transparent;
}

.input-containe::after {
  background: #007994 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 300ms ease 0s;
  width: 0;
}

.input-containe.active::after {
  width: 100%;
}

.input-containe.active label {
  font-size: 12px;
  left: 2px;
  opacity: 1;
  top: -1px;
}

input[type="submit"] {
  color: #FFFFFF;
  background-color: #007994;
  border-radius: 5px;
  /* margin-top: px; */
  padding: 7px;
  width: 100%;
  height: 50px;
  font-size: 13px;
}

#form {
  margin: 220px auto;
  width: 600px;
  padding: 45px 0px 15px;
  position: relative;
  box-shadow: 5px 5px 25px rgba(0, 0, 0, .2);
  border-radius: 1px;
  background-color: rgb(29, 31, 43);
  height: 500px;
  overflow: hidden;
  color: white;
}

#form #toggle-forms {
  position: absolute;
  top: 15px;
  right: 30px;
  border: 1px solid #3a4a5d;
  border-radius: 20px;
  overflow: hidden;
  z-index: 99
}

#form #toggle-forms>button {
  border: none;
  background: none;
  background-color: #34495e;
  border: 1px solid #22303e;
  color: #FFF;
  float: left;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding: 4px 12px;
}

#form #toggle-forms>button:first-of-type {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

#toggle-forms button {
  cursor: pointer;
}

#form #toggle-forms>button.active {
  background-color: #3498db;
}

#form h1 {
  margin-top: 25px;
  font-size: 20px;
}

#form form h4 {
  text-transform: capitalize
}

.input-field label.active {
  color: #FFF !important;
  font-size: 1.1rem
}

#form form input:focus {
  border-bottom-color: dodgerblue !important
}

#form .row>button {
  background-color: dodgerblue
}

.col .s12 {
  padding: 30px;
}

input {
  color: black;
  /* padding-left: 15px !important; */
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  outline: none;
  background-color: #111722;
  /* margin-top: 20px; */
  /* padding-top: 50px; */
}

#form form {
  /* margin:0px 30px; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #2c3e50;
  transition: all .3s linear;
  z-index: 2;
  padding: 27px;
}

#form form .row{
  /* margin:0px 30px; */
  display: block !important;
}

#form form:last-of-type {
  left: 100%
}

#form.active form:first-of-type {
  left: -100% !important
}

#form.active form:last-of-type {
  left: 0 !important
}

@media (max-width: 767px) {
  #form {
    width: 290px !important;
  }
}

.animate {
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%
}

.animate>li {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 100%;
  left: 10px;
  background-color: rgba(255, 255, 255, .1);
  z-index: -1;
  overflow: hidden;
  animation: move 10s linear infinite
}

.animate>li:nth-last-of-type(2) {
  left: 70px;
  animation-delay: 3.5s;
  height: 15px;
  width: 15px;
}

.animate>li:nth-last-of-type(3) {
  left: 140px;
  animation-delay: 3s
}

.animate>li:nth-last-of-type(4) {
  left: 210px;
  animation-delay: 5.5s
}

.animate>li:nth-last-of-type(5) {
  left: 280px;
  animation-delay: 1.8s;
  height: 65px;
  width: 65px
}

.animate>li:nth-last-of-type(6) {
  left: 140px;
  animation-delay: 6.8s;
  height: 25px;
  width: 25px
}

.animate>li:nth-last-of-type(7) {
  left: 280px;
  animation-delay: 5s;
  height: 35px;
  width: 35px
}


@keyframes move {
  to {
    top: -50px;
    transform: rotate(360deg)
  }
}

.forgot {
  color: dodgerblue
}

.forgot:hover {
  text-decoration: underline;
  cursor: pointer
}

.input-containe button {
  display: flex;
  width: 100%;
  justify-content: center;
  background: white;
  color: grey;
  font-weight: bold;
  align-items: center;
  height: 50px;
  border-radius: 5px !important;
}

.input-containe img {
  width: 30px;
  margin-right: 10px;
}

.input-containe .check-policy {
  display: flex;
}

.input-containe .check-policy span {
  display: inline-block;
  margin-left: 10px;
}

.input-containe a {
  color: #00B4C9 !important;
}

.or {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.input-containe .check-policy-login {
  display: flex;
  justify-content: flex-end;
}

.popup-auth {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: none;
  height: 100%;
  background: #0000008a;
  z-index: 99;
}

.auth {
  margin-top: 80px;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 100%;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: black;
}

.highcharts-data-table tr:hover {
  background: black;
}

input[type="number"] {
  min-width: 50px;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 310px;
  max-width: 100%;
  /* height: 600px; */
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  height: 600px;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: black;
}

.highcharts-data-table tr:hover {
  background: black;
}

.pie {
  color: white;
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
}



.pie .pie-left {
  width: 50%;
}

.pie .pie-right {
  width: 50%;
}

.pie input {
  color: white !important;
}

.main-slick-grow {
  width: 1200px;
  margin: auto;
  height: 560px;
}


.main-slick-grow .action-click-g {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-bottom: 10px;
}

.main-slick-grow .action-click-g a {
  /* display: flex;
  justify-content: space-around; */
  text-align: center;
  text-decoration: none;
  color: #A0A9BE;
}

.main-slick-grow .action-click-g a.active {
  color: #fff;
}

.main-slick-grow .action-click-g a:hover {
  /* display: flex;
  justify-content: space-around; */
  color: #A0A9BE;
}

a {
  text-decoration: none;
}

.pie-right h2,
.pie-left h2 {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.pie-right input,
.pie-left input {
  margin-left: 10px;
}

.pie .value {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding-bottom: 15px;
}

.pie-left {
  padding: 0px 40px 0px 0px;
}

.pie-right .select {
  display: flex;
  justify-content: space-between;
}

.pie {
  margin-bottom: 80px;
}

input[type="date"]:valid {
  border: 1px solid white;
}

input[type="date"] {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  border: 2px solid #ced4da;
}

select {
  padding: 5px 10px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  border: 2px solid #ced4da;
}

.pie .chart {
  margin-top: 40px;
}

.active {
  color: #fff;
}

.slidera {
  padding: 1%;
  /* background: #999; */
  border-bottom: 1px solid #5a5858;
  color: #fff;
}

.slidera .content a {
  display: block;
  margin-bottom: 10px;
  margin-left: 30px;
}

.slidera a {
  margin-left: 10px;
}

.slider a {
  color: #fff !important;
  text-decoration: none;

}

.slider h1 {
  color: #fff !important;
  text-align: center;
  margin-top: 30px;
}

.slider .content a {
  display: block;
  margin: 12px 0px 15px 30px;
  text-decoration: none;
}

.action-click-text-g a {
  font-weight: bold;
}

input.date1 {
  font-size: inherit;
}

.andt li {
  list-style: disc;
  margin-left: 20px;
  line-height: 1.6;
  font-size: 17px;
}

.andt {
  margin-top: 15px;
}

.qdcp {
  height: 430px;
  overflow-y: scroll;
  line-height: 1.7;
}

.qlkh {
  line-height: 1.7;
  text-align: justify;
}

.hxx_ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
}

.hxx_ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 50px;
}

.navent {
  margin-top: 18px;
  display: inline-block;
}

.navent a,
.navent span {
  border: 1px solid #fff;
  padding: 6px;
  clear: both;
}
.homexh .cb-lg-9 {
    padding-right: 10px;
}
.homexh .item_huxi_left_dmdt {
    width: calc(25% - 0px);
}
.homexh .item_huxi_right {
    width: calc(50% - 20px);
    padding-top: 35px !important;
}
.item_huxi_right_ccdm.item_huxi_right{
  padding-top: 10px !important;
}
.homexh .item_huxi_left_ttdm, .homexh .item_huxi_left_dmdt {
    padding: 10px;
}
.item_huxi_right.item_huxi_right_ccdm ul.nav.nav-pills a {
    font-weight: 600;
    font-size: 14px;
}
@media screen and (max-width: 650px) {
  .pie {
    color: white;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pie .pie-left {
    width: 100%;
    display: block;
    margin: auto;
  }

  .pie .pie-right {
    width: 100%;
    display: block;
    margin: 40px;

  }

  .main-slick-grow {
    /* padding: 40px; */
  }

  .regis-grow {
    color: white;
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .regis-grow-right {
    width: 100%;
    margin-right: 40px;
    margin-left: 40px;
  }

  .content-top-grow-left {
    margin: 40px;
  }

  .content-top-grow {
    padding-top: 0px;
  }

  .footer-right .logo-img,
  .footer-right .social {
    display: flex;
    margin-top: 30px;
    justify-content: center;
  }

  .footer-chil2 {
    padding-top: 50px;
  }

  .footer-chil2 p {
    margin: 20px;
  }

  .copyright {
    padding: 20px;
  }

  /* .footer-chil2{
      margin: 0px;
  } */
  /* .action-click-g{
      padding: 40px;
  } */
  .regis-grow .regis-grow-left {
    width: 100%;
    display: block;
    margin: auto;
    margin: 40px;
  }

  .regis-grow .pie-grow-right {
    width: 100%;
    display: block;
    margin: auto;
  }

  .action-click-text-g {
    margin: 10px;
  }

  .content-top-grow {
    width: 100%;
  }

  .main-slick-grow {
    width: 100%;
  }

  .footer-chil {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-left ul {
    /* font-size: 20px; */
    margin-left: 15px;
    width: 45%;
  }

  .footer-right,
  .footer-chil2,
  .copyright,
  .css-yoxyyy,
  .menu-header {
    width: 100%;
  }

  .footer-left {
    flex-wrap: wrap;
  }

  .content-top-grow {
    display: block;
  }

  .content-top-grow-left {
    margin: 0px;
    margin-bottom: 25px;
  }

  .content-top-grow-right img {
    width: 100%;
    height: auto;
  }

  content {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .content-top-grow {
    padding-bottom: 50px;
  }

  .pie-right h2,
  .pie-left h2 {
    font-size: 18px;
  }

  .pie .pie-left {
    padding: 0px;
  }

  .pie .pie-right {
    margin: 0px;
    margin-top: 35px;
  }

  .highcharts-container {
    width: 100% !important;
  }

  .regis-grow .regis-grow-left {
    padding: 0px;
    margin: 0px;
  }

  .regis-grow-right {
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .content-top-grow-left h1 {
    font-size: 25px;
  }

  .content-top-grow-left h2 {
    line-height: 1.3;
    font-size: 20px;
  }

  .content-top-grow-left {
    margin-top: 20px;
  }

  .content-top-grow-left a {
    height: 38px;
    margin-top: 10px;
    line-height: 38px;
  }

  .footer-left {
    flex-wrap: wrap;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-left ul {
    width: 100%;
    margin-left: 0px;
  }

  .footer-main {
    padding-top: 0px;
  }

  .footer-chil2 {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    line-height: 2 !important;
    font-size: 14px !important;
  }

  .footer-chil2 p {
    margin: 0px;
  }

  .copyright {
    padding: 5px;
  }

  .colfooter1 {
    width: 100%;
  }
}

.footer-main {
  width: 100%;
  padding-bottom: 10px;
  background-color: #0B1426;
  color: #fff;
  padding-top: 60px;
}

.main,
.main-1,
.main-2,
.main-3,
.main-4,
.main-5,
.main-6,
.main-7,
.main-8 {
  cursor: pointer;
}

.footer-left {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  float: left;
}

.footer-right {
  width: 25%;
  float: right;
}

.footer-left a {
  color: white;
  text-decoration: none;
}

.footer-left {
  display: flex;
}

.footer-left ul li a {
  font-size: 14px;
}

.colfooter1 h4 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

.footer-left ul li {
  padding-bottom: 10px;
}

.colfooter1 {
  width: 25%;
}

.footer-right .logo-img {
  display: flex;
  margin-left: 20px;
}

.footer-right .logo-img img {
  width: 109px;
  margin-left: 15px;
}

.footer-right .social {
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
  margin-top: 30px;
}

.footer-right .social .fb {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/fb.svg') no-repeat center;
  mask: url('icon.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-right .social .tw {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/icon.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-right .social .in {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/in.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-right .social .linkin {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/linkin.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-right .social .yt {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/yt.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-right .social .kaka {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/kaka.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-right .social .tele {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/tele.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-right .social .face {
  background-color: #7D7D7D;
  -webkit-mask: url('/client_asset/img/face.svg') no-repeat center;
  width: 45px;
  height: 35px;
}

.footer-chil2 {
  line-height: 1.5;
  font-size: 12px;
  margin: auto;
  display: block;
  clear: both;
  text-align: justify;
}

.footer-chil2 {
  line-height: 1.7;
  font-size: 12px;
  margin-bottom: 25px;
}

.css-yoxyyy {
  box-sizing: border-box;
  margin: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #F4F4F4;
  opacity: 0.2;
  height: 1px;
}

.copyright {
  display: flex;
  box-sizing: border-box;
  margin: auto;
  color: #A0A9BE;
  font-size: 11px;
}

.copyright a {
  color: #A0A9BE;
  margin-left: 5px;
}

.copyright p {
  margin-right: 20px;
  margin-bottom: 0px;
}

.text.highcharts-credits {
  display: none;
}

.footer-right a {
  font-size: 18px;
  margin-right: 18px;
  color: #fff;
}

.ic_zl {
  width: 18px;
}

.footer-right .social {
  margin-top: 0px;
}

.footer-chil2 {
  line-height: 1.5;
  font-size: 12px;
}

.tradingview-widget-container > div > div > div, .tradingview-widget-container > div > div {
    width: 100% !important;
}
.w50 {
    width: 40%;
}
.chiso {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chiso > div {
    width: 100%;
}
.w40 {
    width: 20%;
    float: right;
    display: flex;
    justify-content: space-between;
    line-height: 1;
    padding-inline-start: 0px;
    padding: 0px;
    align-items: center;
    background: #3c3e4a;
    padding-left: 25px;
    padding-right: 25px;
    height: 30px;
}
.w40 li {
    line-height: 1;
    height: auto;
    padding: 0px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
}
.w40 li a {
  text-decoration: none;
}
.w40 li a {
    color: #fff;
    font-size: 12px;
}
.w40 li.active {
    border-bottom: 3px solid #007bff;
}
.anhquy a h3 {
    font-size: 13px;
    margin-top: 10px;
}

.ent_popup_full {
    display: none;
}
.ent_popup_full.fixcontact {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #00000073;
    margin: auto;
    left: 0px;
    right: 0px;
    height: 100vh;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
} 
.windownpopup {
    width: 50%;
    margin: auto;
    background: #262626;
    position: relative;
    padding: 50px;
}
.windownpopup_close {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.windownpopup_close:before {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    content: "✕";
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    font-size: 25px;
    cursor: pointer;
}
.left_content_popup {
    width: 20%;
    float: left;
    position: sticky;
    top: -30px;
}
.right_content_popup {
    width: 80%;
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
    float: right;
}
.ct_content_popup {
    display: inline-block;
}
.right_content_popup h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#toc a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}
.windownpopup {
    height: 100vh;
    overflow-y: scroll;
}
#toc li {
    list-style: auto;
}
.right_content_popup img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.right_content_popup h1 {
    margin-bottom: 15px;
    line-height: 1.3;
}
@media (max-width:1024px) {
  .topslider .cb-lg-9 {
    padding-right: 0px;
    margin-bottom: 10px;
  }
  .topslider .cb-lg-9 {
    padding-right: 0px;
  }
  .topslider {
    margin-top: 0px !important;
  }
  .cb-left8,
   .cb-left4 {
      width: 100%;
   }
  .cb-left8 {
  margin-top: 15px;
  }
  .bvv {
    width: 100%;
  }
  .khoixd {
    margin-top: 10px !important;
    padding-top: 10px !important;
  }
  .bottom .title {
    font-size: 18px;
  }
  .cb-lg-3.bottom-img img {
    width: 100% !important;
  }
  .navxhtt {
    overflow: scroll;
    border: none;
    flex-wrap: nowrap;
    margin: 0px 0 0px 0px;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
  .chsxn .chisoslider {
      overflow: scroll;
      border: none;
      flex-wrap: nowrap;
      margin: 0px 0 0px 0px;
      display: flex;
      white-space: nowrap;
      overflow-x: auto;
      overflow-y: hidden;
      margin-top: 10px;
      margin-bottom: 10px;
  }
  .child.point-change.active {
      box-shadow: none;
      border: 1px solid #eeeeee2e;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #000000;
  }

  ::-webkit-scrollbar {
    width: 2px;
    background-color: #000000;
  }

  ::-webkit-scrollbar-thumb {
    background-color: grey;
    border: 1px solid #555555;
  }
  .header2 {
    position: relative;
  }

  .navxhtt li {
    width: 100%;
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dmdt span {
    top: -36px;
        right: 0px;
  }
  .logo-res {
      margin-bottom: 5px;
  }
}