@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&amp;display=swap);
body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15 !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0.375rem;
}

::-webkit-scrollbar {
  height: 0.3125rem;
}

::-webkit-scrollbar-thumb {
  background-color: #6a6a6a;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 14px;
  color: #3f3f3f;
}

a {
  text-decoration: none;
}

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.title_all {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.15;
}

@media (max-width: 768px) {
  .title_all {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
}
.container {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

/* Navbar */
.main-navbar {
  width: 100%;
  padding: 0;
}

.main-navbar .container {
  padding: 0 15px;
}

.main-navbar .logo {
  width: 100px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .main-navbar .logo {
    width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .main-navbar {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
}
.main-navbar .navbar-brand {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-left: 15px;
}

.top-bar {
  width: 100%;
  background: #ff671f;
  justify-content: center;
  padding: 8px;
  display: flex;
  align-items: center;
}

.top-bar p {
  margin: 0 20px;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1.15;
}

.top-bar img {
  width: 16px;
  height: 16px;
  margin: 0 4px 2px 0;
}

@media (max-width: 576px) {
  .top-bar {
    display: none !important;
  }
}
.btn-group {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.primary-btn {
  color: #ffffff;
  border: solid 2.5px #ff671f;
  background: #ff671f;
  padding: 7px 10px;
  border-radius: 5px;
  text-transform: uppercase;
  height: 34px;
  width: 105px;
  text-align: center;
}

.primary-btn:hover a {
  color: #ff880e !important;
}

.primary-btn .nav-link {
  color: #ffffff !important;
  font-size: 14px !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}

/* Widget trading */
.header-trading {
  background: #0b203a;
  margin-top: 68px;
  border-radius: 10px;
  height: 80px;
  margin-bottom: 15px;
}

@media (min-width: 577px) {
  .header-trading {
    margin-top: 116px;
  }
}
@media (min-width: 768px) {
  .header-trading {
    margin-top: 103px;
    height: 48px;
  }
  .text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 1024px) {
  .header-trading {
    margin-top: 15px;
  }
}
/* Banner */
.banner-section {
  background: #f8f8f8;
  padding-bottom: 40px;
}

.banner-section .banner-img {
  margin-top: 10px;
}

.banner-section .banner-img img {
  width: 100%;
}

.banner-section .banner-title {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 8px;
  color: #7e7e7e;
}

.banner-section .banner-desc {
  font-size: 18px;
  line-height: 20px;
  color: #7e7e7e;
}

.banner-btn-group {
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 15px;
}

/* News */
.news-section {
  overflow: hidden;
  padding: 40px 0;
}

.news-marquee {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: solid thin #ebebeb;
}

@media (min-width: 768px) {
  .news-marquee {
    padding-bottom: 5px;
  }
}
.news-marquee_title {
  flex: 1;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 16px;
  position: relative;
  z-index: 1;
  padding-left: 5px;
  background: #ff671f;
  color: #fff;
  padding: 5px 7px;
}

.news-marquee_text {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: start;
  overflow: hidden;
  animation: moveX 15s 0.5s linear infinite;
  animation-fill-mode: forwards;
  width: -moz-max-content;
  width: max-content;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.marquee-items {
  font-size: 13px;
  border: solid thin #ebebeb;
  padding: 2px 7px;
  border-radius: 4px;
  flex: none;
  cursor: pointer;
}

.news-slider {
  display: flex;
  gap: 5px;
  margin-top: 1.5rem;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

.news-slider .item_news {
  width: 25%;
}

.news-slider .item_news img {
  border-radius: 5px;
}

@keyframes moveX {
  0% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(-105%);
  }
}
/* Widget chart trading */
.trading-section {
  padding: 48px 0 20px 0;
  background-color: #ffffff;
  background-image: url("../../public/images/bg-quickstart.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trading-section .tradingview-widget-container {
  width: 100%;
  position: relative;
  top: -30px;
  margin-top: 64px !important;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #ffffff;
}

/* Startup */
.startup-slider {
  display: flex;
  gap: 5px;
  margin-top: 1.5rem;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

.item_startup {
  width: 50%;
  position: relative;
  z-index: 1;
}

.item_startup .box_img img {
  width: 100%;
}

.item_startup .status {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  padding: 5px 7px;
  background-image: url("../../public/images/start_end_time.png");
  background-size: 100% 100%;
  min-width: 72px;
  max-width: 90px;
  color: #6e5773;
  line-height: 1.15;
}

.item_startup .name {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0;
  line-height: 1.15;
  color: #6e5773;
}

.item_startup .partners > * {
  font-weight: 600;
  color: #fff;
  display: inline-block;
  padding: 3px 5px;
  background: linear-gradient(90deg, #16d9d9 0%, #1979ff 100%);
  font-size: 12px;
}

.item_startup .partners > *:nth-child(odd) {
  background: linear-gradient(270deg, #16d9d9 0%, #17e6a1 100%);
}

.item_startup .partners > *:nth-child(even) {
  background: linear-gradient(90deg, #16d9d9 0%, #1979ff 100%);
}

.full_partner {
  display: flex;
  gap: 5px;
  margin-top: 1.5rem;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
}

.full_partner .item-partner {
  width: 65px;
}

.item-partner img {
  height: 65px;
  width: 65px;
  min-width: 65px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  border: solid 2px #fff;
  transition: 0.3s all 0s;
}

.item-partner img:hover,
.item-partner img:focus {
  border: solid 2px #ff671f;
}

/* Preview */
.preview-section {
  background-color: #f8f8f8;
}

.preview-section .container {
  padding: 40px 15px;
}

.shareds {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  padding: 15px 0;
}

.shareds .items_link {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shareds > * .name {
  display: block;
  margin-top: 10px;
  color: #000;
  text-align: center;
}

@media (min-width: 768px) {
  .shareds .items_link {
    width: 16.6667%;
  }
}
@media (min-width: 992px) {
  .shareds .items_link {
    width: 33.333%;
  }
}
/* Whychoose */
.whychoose-section .container {
  padding: 40px 15px;
}

.whychoose-section .service_icon img {
  max-width: 130px;
}

.whychoose-section .service_box {
  margin-top: 30px;
}

.whychoose-section .service_box .service_text {
  text-align: left;
  margin-top: 10px;
}

.service_box .service_text h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5 !important;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .service_box .service_text h4 {
    font-size: 16px;
  }
}
.whychoose-section .service_text p {
  margin-top: 4px;
  line-height: 18px;
}

/* Lowest */
.lowest-section {
  background-image: url("../../public/images/bg3.jpg");
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lowest-section .container {
  padding: 40px 15px;
}

@media screen and (min-width: 1024px) {
  .lowest-section .container {
    display: flex;
    justify-content: space-between;
  }
}
.lowest-section .block {
  padding: 0 15px;
  color: #fff;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  min-height: auto;
}

@media screen and (min-width: 1024px) {
  .lowest-section .block:first-child {
    width: 100%;
    max-width: 700px;
    margin: 30px 0;
  }
}
.lowest-section .logo {
  margin: 0 auto;
  display: flex;
  max-width: 130px;
}

.lowest-section p {
  color: #000;
  line-height: 22px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

/* Footer */
.footer {
  font-size: 16px;
  background: #222222;
  padding: 1em 0;
}

.footer p {
  color: #7e7e7e;
  margin: 0 auto;
  font-size: 12px;
}
