.static-height {
  height: 650px;
}

.bg-color-v1 {
  background-color: #026BAC !important;
}

/*.bg-color-v1:hover {
  background-color: transparent !important;
}*/

.bg-color-v2 {
  background-color: #005D96 !important;
}

.bg-color-red {
  background-color: #262630 !important;
}

.g-color-primary {
  color: #1198D2 !important;
}

.g-brd-primary {
  border-color: #1198D2 !important;
}

.u-btn-primary {
  background-color: #1198D2 !important;
}

.u-btn-primary:hover {
  border-color: #1198D2 !important;
  opacity: 0.8 !important;
}

.nav-item-position {
	float: right;
	display: inline-block;
}

.inline .nav-item{
  display: inline-block;
}

.navbar-toggler:hover {
  color: #1198D2 !important;
}

.hamburger-box:hover .hamburger-inner, .hamburger-box:hover
.hamburger-inner::after, .hamburger-box:hover
.hamburger-inner::before  {
  background-color: #1198D2 !important;
}

.inline .nav-item{
  /*border-right: 1px solid white;*/
  padding-right: 5px;
}

.inline .nav-item:last-child{
  border-right: 0px solid;
}

.icon-wechat {
  background-image: url('/custom/web/sakuraminercom/img/wechat.png');
  background-size: 100% 100%;
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 25px;
  height: 25px;
}

.light-theme .nav-item.active .nav-link {
  color: #1198D2 !important;
}

.dark-theme .nav-item.active .nav-link {
  color: #1198D2 !important;
}

.nav-link:hover {
  color: #1198D2 !important;
}

.g-theme-bg-blue-dark-v1--hover:hover {
  background-color: #1198D2 !important;
}

::selection {
  background-color: #1198D2 !important;
}

.g-width-80px {
  width: 80px !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

.g-ellipsis {
  /*white-space: nowrap !important;*/
  height: 195px !important; 
  text-overflow: ellipsis !important; 
  overflow: hidden !important;
}

.g-no-underline {
  text-decoration: none !important;
}

.g-no-underline--hover:hover {
  text-decoration: underline !important;
}

.u-go-to-v1:hover {
  background-color: #1198D2 !important;
}

.mobile-iframe {
  height: 500px !important; 
  width: 700px !important;
}

.ellipis-10-line {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px !important;
  display: -webkit-box;
  height: 195px !important;
  -webkit-line-clamp: 10; 
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .mobile-iframe {
    width: 100% !important;
    height: auto !important;
  }
}