html {
  overflow-x: hidden;
}

.padding-top {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .padding-top {
    padding-top: 40px;
  }
}

a {
  color: #444;
}
a:hover {
  color: #2c7abe;
}

.red {
  color: red;
}
.red:hover {
  color: #ba0000;
}

body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Segoe UI", Arial, sans-serif;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
  top: 0 !important;
}

.skiptranslate {
  display: none !important;
}

.container {
  max-width: 1140px;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}

.img-cover {
  width: auto;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}

.menu-mobile {
  flex: 0 0 100%;
  width: 100%;
}
.menu-mobile .m-logo img {
  height: 55px;
}
.menu-mobile .open-menu-bar {
  height: 55px;
  line-height: 55px;
  width: 55px;
  background: #f3f3f3;
  text-align: center;
  font-size: 28px;
}
.menu-mobile .open-menu-bar .fa-times {
  display: none;
  color: #28a745;
}

.navbar-menu-mobile {
  box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
  display: none;
}
.navbar-menu-mobile.active {
  display: block;
}
.navbar-menu-mobile > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-menu-mobile > ul > li > a, .navbar-menu-mobile > ul > li span {
  line-height: 30px;
  display: block;
  border-bottom: 1px solid #f3f3f3;
  padding: 5px 10px;
  font-size: 16px;
}
.navbar-menu-mobile > ul > li ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-menu-mobile > ul > li ul a {
  line-height: 30px;
  padding: 5px 10px;
  font-size: 16px;
}

.top-box {
  z-index: 999;
  width: 100%;
}
.top-box a {
  line-height: 45px;
}
.top-box .container {
  position: relative;
}
.top-box .container > .menu-logo {
  height: 85px;
}
.top-box .m-logo img {
  height: 55px;
}
.top-box .adv-tops {
  height: 55px;
}
.top-box .adv-tops img {
  max-height: 100%;
  width: 100%;
}
.top-box .top-right > a {
  color: #fff;
  line-height: 45px;
}
.top-box .category a {
  line-height: 25px;
  border-bottom: 1px solid #ddd;
}

.menu-bar {
  position: relative;
}
.menu-bar .open-menu-bar {
  padding: 0 15px;
  display: inline-block;
  line-height: 45px;
  font-size: 16px;
}
.menu-bar .category {
  background: #fff;
  position: absolute;
  top: 45px;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  z-index: 9999;
}
.menu-bar .category a {
  padding: 8px 16px;
  display: block;
  color: #444;
  width: 200px;
}
.menu-bar .category a:hover {
  background: #ccc;
  text-decoration: none;
}
.menu-bar:hover .open-menu-bar {
  background: #e8e5e5;
  color: green;
  text-decoration: none;
}
.menu-bar:hover .open-menu-bar a {
  color: green;
}
.menu-bar:hover .category {
  visibility: visible;
}
.menu-bar.account-bar .category {
  width: 200px;
}
.menu-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-bar ul a {
  padding: 10px;
  border-top: 1px solid #e5e6e9;
}
.menu-bar .wrap-content > ul > li:first-child > a {
  border-top: 0;
}
.menu-bar .wrap-content > ul > li > a {
  padding-right: 40px;
}
@media (min-width: 992px) {
  .menu-bar .wrap-content > ul > li > a {
    padding-right: 20px;
  }
}
.menu-bar .wrap-content > ul > li span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.menu-bar .wrap-content > ul > li span i {
  font-size: 12px;
}
.menu-bar .wrap-content > ul > li span i.fa-minus {
  display: none;
}
@media (min-width: 992px) {
  .menu-bar .wrap-content > ul > li span {
    width: 20px;
  }
}
.menu-bar .wrap-content > ul > li ul {
  display: none;
}
.menu-bar .wrap-content > ul > li ul li a {
  padding-left: 30px;
  width: 218px;
}
.menu-bar .wrap-content > ul > li ul li a:hover {
  background: #fff;
  color: #ea0000;
}
@media (min-width: 992px) {
  .menu-bar .wrap-content > ul > li ul {
    position: absolute;
    left: 100%;
    width: 220px;
    min-height: 100%;
    background: #fff;
    border: 1px solid #e5e6e9;
    top: 0;
    z-index: 99;
    border-top: 0;
    -webkit-box-shadow: 2px 2px 3px 0px #787878;
    -moz-box-shadow: 2px 2px 3px 0px #787878;
    box-shadow: 2px 2px 3px 0px #787878;
  }
  .menu-bar .wrap-content > ul > li ul li a {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .menu-bar .wrap-content > ul > li:hover > a {
    background: #ccc;
    text-decoration: none;
  }
  .menu-bar .wrap-content > ul > li:hover ul {
    display: block;
  }
}
.menu-bar.last .wrap-content > ul > li:hover ul {
  left: -110%;
  -webkit-box-shadow: -2px 2px 3px 0px #787878;
  -moz-box-shadow: -2px 2px 3px 0px #787878;
  box-shadow: -2px 2px 3px 0px #787878;
}

header {
  background: #f6f6f6;
  width: 100%;
  top: 0;
}
header .main-menu .navbar ul li.nav-item {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  header .main-menu .navbar ul li.nav-item {
    font-size: 16px;
  }
}
header .main-menu .navbar ul li.nav-item > ul {
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid silver;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
header .main-menu .navbar ul li.nav-item > ul li:hover {
  background: none;
}
header .main-menu .navbar ul li.nav-item > ul li:hover a {
  color: #28a745;
  background: none;
}
header .main-menu .navbar ul li.nav-item:hover {
  background: #e3e3e3;
  color: #28a745;
}
header .main-menu .navbar ul li.nav-item:hover > a {
  color: #28a745;
}
header .main-menu .navbar ul li.nav-item:hover > ul {
  opacity: 1;
  visibility: visible;
}
header .container {
  position: relative;
}
header .container > .d-flex {
  height: 45px;
}
header .open-menu {
  font-size: 20px;
}
header .m-logo img {
  height: 44px;
  padding-right: 10px;
}
header .sidenav {
  height: 100%;
  width: 90%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: -90%;
  background-color: #f2f2f2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
  color: #444;
}
header .sidenav a {
  text-decoration: none;
  color: #444;
  display: block;
  transition: 0.3s;
}
header .sidenav a:hover {
  color: #2c7abe;
}
header .sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 17px;
}
header .sidenav form {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 56px;
  padding: 7px 15px;
}
header .sidenav form input {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
}
header .sidenav form button {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  width: 65px;
}
header .sidenav .m-category p, header .sidenav .m-category .link-to {
  background: #2c7abe;
  border-bottom: 0.5px solid #ddd;
  color: #fff;
}
header .sidenav .m-category a {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 4px 8px 10px !important;
}
header .sidenav .sl-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .sidenav .sl-menu ul a {
  padding: 10px;
  border-top: 1px solid #e5e6e9;
}
header .sidenav .sl-menu .wrap-content > ul > li {
  position: relative;
}
header .sidenav .sl-menu .wrap-content > ul > li:first-child > a {
  border-top: 0;
}
header .sidenav .sl-menu .wrap-content > ul > li > a {
  padding-right: 40px;
}
@media (min-width: 992px) {
  header .sidenav .sl-menu .wrap-content > ul > li > a {
    padding-right: 20px;
  }
}
header .sidenav .sl-menu .wrap-content > ul > li span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
header .sidenav .sl-menu .wrap-content > ul > li span i {
  font-size: 12px;
}
header .sidenav .sl-menu .wrap-content > ul > li span i.fa-minus {
  display: none;
}
@media (min-width: 992px) {
  header .sidenav .sl-menu .wrap-content > ul > li span {
    width: 20px;
  }
}
header .sidenav .sl-menu .wrap-content > ul > li ul {
  display: none;
}
header .sidenav .sl-menu .wrap-content > ul > li ul li a {
  padding-left: 30px;
}
@media (min-width: 992px) {
  header .sidenav .sl-menu .wrap-content > ul > li ul {
    position: absolute;
    left: 100%;
    width: 200px;
    background: #fff;
    border: 1px solid #e5e6e9;
    top: 0;
    z-index: 99;
    border-top: 0;
    -webkit-box-shadow: 2px 2px 3px 0px #787878;
    -moz-box-shadow: 2px 2px 3px 0px #787878;
    box-shadow: 2px 2px 3px 0px #787878;
  }
  header .sidenav .sl-menu .wrap-content > ul > li ul li a {
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  header .sidenav .sl-menu .wrap-content > ul > li:hover > a {
    color: #00a8c6;
  }
  header .sidenav .sl-menu .wrap-content > ul > li:hover ul {
    display: block;
  }
}

.adv-banner .items img {
  width: 100%;
}

.site-index .title .display {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .site-index .title .display {
    font-size: 3rem;
  }
}
.site-index .input-group {
  width: 100%;
  max-width: 650px;
}
.site-index .input-group .form-control {
  border-radius: 5px 0 0 5px !important;
  -webkit-border-radius: 5px 0 0 5px !important;
  -moz-border-radius: 5px 0 0 5px !important;
  line-height: 30px;
}
.site-index .input-group #download {
  border-radius: 0 5px 5px 0 !important;
  -webkit-border-radius: 0 5px 5px 0 !important;
  -moz-border-radius: 0 5px 5px 0 !important;
  line-height: 30px;
}
.site-index #downloadUrl .result-title {
  font-size: 16px;
}
@media (min-width: 992px) {
  .site-index #downloadUrl .result-title {
    font-size: 20px;
  }
}
.site-index #downloadUrl .result-download .tit {
  font-size: 16px;
}
@media (min-width: 992px) {
  .site-index #downloadUrl .result-download .tit {
    font-size: 20px;
  }
}
.site-index .faq .card {
  border-radius: 0 !important;
}
.site-index .faq .card.no-border-top {
  border-top: 0 !important;
}
@media (min-width: 992px) {
  .site-index .tiktok .brief-tiktok {
    font-size: 18px;
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

.section .title {
  font-weight: 700;
  font-size: 1.7rem;
}
@media (min-width: 992px) {
  .section .title {
    font-size: 2.5rem;
  }
}
.section .why-heading {
  text-align: center;
}
@media (min-width: 992px) {
  .section .why-intro {
    font-size: 18px;
    max-width: 90%;
    margin: 0 auto 30px auto;
  }
}
@media (min-width: 992px) {
  .section .column {
    font-size: 18px;
    margin: 0 auto 30px auto;
  }
}
.section .column ol {
  padding-left: 20px;
}

footer {
  font-size: 16px;
}
footer a {
  color: #2c7abe;
}
footer p {
  margin: 5px 0;
}

.pagination {
  margin: 1rem 0 1rem 0;
}
.pagination > li {
  color: #000;
  border: 1px solid #dee2e6;
  text-align: center;
  font-size: 1rem;
  background-color: #fff;
  margin-left: -1px;
}
.pagination > li a,
.pagination > li span {
  padding: 0 0.75rem;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  display: block;
  color: #000;
  text-decoration: none;
}
.pagination > li.active {
  background-color: #bbbfc2 !important;
  border-color: #bbbfc2 !important;
  cursor: pointer;
  text-decoration: none;
}
.pagination > li.active * {
  color: #fff;
}
.pagination > li:hover {
  background-color: #dee2e6;
  cursor: pointer;
  text-decoration: none;
}

.navbar-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.navbar-banner .breadcrumbs-box .breadcrumb {
  position: relative;
  margin: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.navbar-banner .breadcrumbs-box .breadcrumb > li::after {
  content: ">";
  padding: 0 10px;
}
.navbar-banner .breadcrumbs-box .breadcrumb > li:last-child::after {
  content: "";
  display: none;
}

.content-style p {
  margin: 0 0 15px 0;
}
.content-style img {
  height: auto !important;
}
.content-style img.with-100 {
  width: 100%;
}
.content-style iframe, .content-style img {
  max-width: 100% !important;
}
.content-style table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.content-style table td p {
  margin: 0;
}
.content-style h1 {
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-style h1.title {
  font-size: 1.8rem;
  line-height: 1.5;
}
.content-style h2 {
  font-size: 130%;
  line-height: 180%;
}
.content-style h3 {
  font-size: 120%;
  line-height: 170%;
}
.content-style h4 {
  font-size: 100%;
  line-height: 160%;
}
.content-style h5 {
  font-size: 100%;
  line-height: 150%;
}
.content-style .goback {
  font-weight: bold;
}
.content-style blockquote {
  background: rgb(248, 244, 232);
  padding: 5px 20px;
  border: 1px dashed #C90002;
}
.content-style blockquote > * {
  margin: 15px 0;
}

.qc img {
  width: 100%;
  margin-bottom: 10px;
  padding: 1px;
  max-width: 150px !important;
}
@media (min-width: 992px) {
  .qc {
    position: fixed;
    top: 100px;
    width: calc((100% - 980px) / 2);
  }
  .qc.qc-left {
    left: 0;
    text-align: right;
  }
  .qc.qc-left img {
    float: right;
  }
  .qc.qc-right {
    right: 0;
  }
}
.qc.qc-full img {
  height: 60px;
  width: auto;
}

#myModal a {
  color: #1c83ff;
}

.random-qc img {
  height: 80px;
}
@media (min-width: 768px) {
  .random-qc img {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .random-qc img {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  .random-qc img {
    height: 200px;
  }
}

.list-video .item iframe, .list-video .item img {
  width: 100% !important;
  height: 200px !important;
}
@media (min-width: 576px) {
  .list-video .item iframe, .list-video .item img {
    height: 250px !important;
  }
}
@media (min-width: 1200px) {
  .list-video .item iframe, .list-video .item img {
    height: 180px !important;
  }
}
.list-video .item .img-box a {
  display: block;
  position: relative;
}
.list-video .item .img-box a::after {
  content: "";
  background: url("../images/play-icon.png") no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-size: 100%;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  opacity: 0.9;
}
.list-video .item .name {
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  color: #008fbf;
}

.help-block {
  color: #ea0000;
}

.orther_news p {
  color: #ea0000;
}
.orther_news a {
  color: #1a7bd9;
  font-size: 18px;
  font-weight: 800;
}
.orther_news a:hover {
  color: #ea0000;
}

.custom-table table {
  border-collapse: collapse;
  width: 100%;
}
.custom-table tr:nth-of-type(odd) {
  background: #f9f9f9;
}
.custom-table th {
  background: #eaeaea;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.custom-table td, .custom-table th {
  padding: 12px;
}
.custom-table h4 {
  line-height: 25px;
  font-size: 15px;
}
@media (max-width: 767.98px) {
  .custom-table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .custom-table table {
    border: 0;
  }
  .custom-table td, .custom-table tr {
    display: block;
    text-align: left !important;
  }
  .custom-table tr:first-child, .custom-table th {
    display: none;
  }
  .custom-table .hidden {
    display: none;
  }
  .custom-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .custom-table tr {
    border: 1px solid #ccc;
  }
  .custom-table tr + tr {
    margin-top: 1.5em;
  }
  .custom-table td {
    /* make like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 30%;
    background-color: #f5f5f5;
    text-align: left;
  }
  .custom-table td:before {
    content: attr(data-label);
    display: inline-block;
    line-height: 1.5;
    margin-left: -40%;
    width: 30%;
    float: left;
  }
}

.title .mota {
  color: orange;
  font-size: 13px;
  margin-left: 10px;
  font-style: italic;
}
.title .mota a {
  color: green;
}
@media (min-width: 992px) {
  .title .mota {
    font-size: 17px;
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .title .mota {
    font-size: 19px;
  }
}

.modal-dialog.modal-xl {
  max-width: 85% !important;
}

.left-iframe-video {
  height: 100px;
  width: 100px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
}
@media (min-width: 992px) {
  .left-iframe-video {
    width: calc((100% - 980px) / 2);
  }
}
.left-iframe-video iframe {
  width: 100% !important;
  height: 100% !important;
}

#gototop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #000;
  font-size: 40px;
  cursor: pointer;
  display: none;
}

.list-exchanges .item .img-box {
  height: 150px;
}
.list-exchanges .item .img-box img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}

/*# sourceMappingURL=site.css.map */
