.hide {
  display: none;
}

*, *::after, *::before {
  box-sizing: border-box;
}
.header-wrapper 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4rem 3rem 2rem;
  z-index: 20;
}
.header-wrapper .header {
  position: relative;
  display: block;
  width: 100%;
  height: 6rem;
}
.header-wrapper .menu-wrapper {
  position: relative;
  float: right;
  display: block;
  cursor: pointer;
  width: 2.5rem;
  height: 3rem;
  right: 0;
  margin: 0;
  text-align: right;
}
.header-wrapper .menu-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper .menu-hamburger {
  position: relative;
  width: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  background: white;
  height: 1px;
  cursor: pointer;
  right: 0;
  top: 1rem;
}
.header-wrapper .menu-hamburger::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: white;
  position: absolute;
  top: -0.8rem;
  right: 0;
}
.header-wrapper .menu-hamburger::after {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: white;
  position: absolute;
  top: 0.8rem;
  right: 0;
}
.header-wrapper .logo-wrapper {
  position: relative;
  float: left;
}
.t_text_bs .header-wrapper .logo {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  font-weight: 700;
  color: white;
}
.header-wrapper .logo span {
  font-weight: 100;
}

.slider-content {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.t_text_bt.f_tt {
	height: 450px;
}
.t_text_bs .slider-content .slider-container {
  position: relative;
  height: 450px;
  overflow: hidden;
}
.slider-content .slide-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-content .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.slider-content .slide:after {
  content: "";
  display: table;
  clear: both;
}
.slider-content .slide.active {
  opacity: 1;
}
.slider-content .slide.active .clip-svg {
  -webkit-clip-path: circle(130% at 90%);
          clip-path: circle(130% at 90%);
}
.slider-content img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-content .title-wrapper {
    position: absolute;
    color: white;
    left: 20px;
    bottom: 20px;
    width: 80%;
}
.slider-content .title-wrapper.bigger {
  width: 48%;
}
.t_text_bs .slider-content .title-wrapper h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: 900;
}
.t_text_bs .slider-content .title-wrapper h2 {
  font-size: 20px;
  margin: 0;
  color:#fff;
}

.t_text_bs .control-nav {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 99;
}
.control-nav ul {
  position: relative;
  list-style: none;
  padding: 0;
}
.t_text_bs .control-nav li {
	position: relative;
    width: 20px;
    height: 20px;
    margin: 4px;
    background: white;
    opacity: 0.5;
    border-radius: 3rem;
}
.control-nav li.active {
  opacity: 1;
}

.t_text_bs .nav-wrapper {
  position: absolute;
  right: 5%;
  bottom: 42%;
  text-align: right;
  cursor: pointer;
  z-index: 99;
}
.t_text_bs .nav-wrapper .next-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-size: 15px;
  margin-right: 1rem;
  overflow: hidden;
}
.nav-wrapper .next-color span {
  display: block;
}
.nav-wrapper .next-color span:last-child {
  font-weight: bold;
  text-transform: uppercase;
}
.t_text_bs .nav-wrapper .next-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  background: #f59600;
  border-radius: 50%;
}
.nav-wrapper .next-button svg {
  width: 100%;
  height: 100%;
  padding: 12px 12px 12px 15px;
}


svg.mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.clip-svg {
  -webkit-clip-path: circle(25px at 90%);
          clip-path: circle(25px at 90%);
  width: 100%;
  height: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.t_text_bd_js
{
	background: linear-gradient(15deg, #d33f34 50%, #a61322 50.1%);
}
.t_text_bd
{
	display: flex;
    width: 100%;
	padding: 70px 0px;
	height: auto;
    justify-content: center;
    align-items: center;
	position: relative;
}
.f_dark .t_text_bd{
	background: #1B1B1B;
}
.t_text_bsc
{
	display: flex;
    width: 90%;
}
.t_text_bs,
.t_text_bt
{
	 width: 50%;
}
.t_text_bsc
{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	overflow: hidden;
	background: #dadada;
	z-index: 9;
}
.f_dark .t_text_bsc{
	background: #1B1B1B;
	box-shadow: none;
}
.f_white .t_text_bt.f_tt
{
	background:#dadada;
	overflow-y: scroll;
}
.t_text_btc
{
	height: 100%;
	overflow-x: hidden;
}
.f_dark .t_text_gft{
	color:#fff;
}

.f_dark .f_gf .front, .f_dark .f_gf .back{
	background-color: #000;
}
.f_dark .f_gf .front .lil_capt{
	color:#fff;max-width: 360px;
}
.f_dark .f_gf .back .description{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	display: flex;
	align-items: flex-end;

	color: #FFFBFB;
}


@media screen and (max-width: 1199px) {
	.t_text_bd {
		padding: 0px;
	}
	.t_text_bsc {
		width: 100%;
		display:block;
	}
	.header-mobile {
		z-index: 999 !important;
	}
	.t_text_bs, .t_text_bt {
		width: 100%;
	}
	.t_text_bt.f_tt {
		height: auto;
		padding-bottom: 10px;
	}
	.t_text_bs .slider-content .slider-container {
	  height: 300px;
	}
	.t_text_bs .slider-content .title-wrapper.bigger {
		width: 71%;
		padding: 10px;
		background: rgb(0 0 0 / 60%);
	}
	.t_text_bs .slider-content .title-wrapper h1 {
		font-size: 32px;
	}
	.t_text_bs .control-nav li {
		width: 10px;
		height: 10px;
	}
	.t_text_bs .control-nav {
		left: 9px;
		top: 9px;
	}
	.t_text_bs .slider-content .title-wrapper {
		left: 20px;
	}
	.t_text_bs .slider-content .title-wrapper h2 {
		font-size: 14px;
	}
	.t_text_bs .nav-wrapper .next-button {
		width: 40px;
		height: 40px;
	}
	.t_text_bs .nav-wrapper {
		right: 10px;
		bottom: 13px;
		text-align: right;
		cursor: pointer;
		z-index: 99;
	}
	.t_text_bs .nav-wrapper .next-color {
		font-size: 10px;
		border-radius: 5px;
		padding: 5px;
		background: linear-gradient(15deg, #4795d1 50%, #006eb8 50.1%);
		margin-right: 4px;
	}
}
.t_text_btc_js.show{
	display:block;
}
.t_text_btc_js
{
	display:none;
}
.t_text_btcb
{
    position: sticky;
    bottom: 0;
    background: #dadada;
	padding: 5px 30px;
}
.t_text_btct {
    padding: 30px 30px;
    font-size: 14px;
    line-height: 16px;
}
.t_text_bd_bg
{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #d33f34 50%, #a61322 50.1%);
    z-index: 1;
    display: none;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #dadada;
}

::-webkit-scrollbar-thumb {
  background: #fff;
}

::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
@media (max-width: 768px) {
	.t_text_bs .nav-wrapper{
		height: 40px;
		top: 10px;
	}
	.nav-wrapper .next-button svg{
		padding: 9px;
		padding-left: 11px;
	}
	.t_text_bs .slider-content .slider-container{
		height: 80vw;
	}
}




