html { overflow-x: hidden; }

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 19px;
    /*line-height: 2em;*/
    overflow-x: hidden;
}

p, span { color: #999; }
hr { 
    border-top-color: #CCC; 
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control::-webkit-input-placeholder { color: #999; }  
.form-control:-ms-input-placeholder { color: #999; }  
.form-control::placeholder { color: #999; }

/*overall*/
.tm-pt-20 { padding-top: 20px; }
.tm-pt-30 { padding-top: 30px; }
.tm-pt-45 { padding-top: 45px; }
.tm-pt-60 { padding-top: 60px; }
.tm-mb-40 { margin-bottom: 40px; }
.tm-mb-45 { margin-bottom: 45px; }
.tm-mb-55 { margin-bottom: 55px; }
.tm-mb-60 { margin-bottom: 60px; }
.tm-mb-65 { margin-bottom: 65px; }
.tm-mb-75 { margin-bottom: 75px; }
.tm-mb-80 { margin-bottom: 80px; }
.tm-mb-120 { margin-bottom: 120px; }
.tm-mt-40 { margin-top: 40px; }
.tm-mt-100 { margin-top: 100px; }
.tm-mt-150 { margin-top: 150px; }
.tm-mt-755 { margin-top: 755px; }
.tm-mt-50 { margin-top: 50px; }
.tm-mt-20 { margin-top: 20px; }
.tm-mr-20 { margin-right: 20px; }
.tm-pb-15 { padding-bottom: 15px; }
.w-100 { width: 100% !important; }
.font-size-25 { font-size: 25px; }
.font-size-14 { font-size: 14px; }
.text1 { color: #00509A; }

button:focus { outline: none; }
.bg-content-bottom { display: none; }
a:hover { 
    text-decoration: none; 
}

img {
    vertical-align: middle;
    border-style: none;
}

/*Part 1*/
div.bg-main-info {
	background: url(../images/bg.png) no-repeat center top;
	background-position: center;
    background-size: cover;
    min-height: 800px;
}

div.bg-main-info-content {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 100px;
	padding-right: 100px;
}

.textTop {
	margin-top: 10px;
	margin-bottom: 0;
}

.rate_table-wrapper {
    margin-bottom: 35px;
}

.box-desktop {
    display: block;
}

.box-mobile {
    display: none;
}

.rate_table-tr {
    display: table-row;
}

.rate_table-tr:first-child .rate_table-td:first-child {
    border-top-left-radius: 20px;
}

.rate_table-td:first-child {
    background: #00509A;
    color: #fff;
    text-align: left;
    border-right: none;
    width: 22%;
}

.rate_table-td {
    display: table-cell;
    width: 26%;
    text-align: center;
    padding: 20px 30px;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    color: #022430;
    border-bottom: solid 1px #CACACA;
    border-right: solid 1px #CACACA;
}

.rate_table-td.green span {
    color: #FFB800;
}

.rate_table-td.red span {
    color: #0C009A;
}

.rate_table-td:nth-child(2) {
    position: relative;
    border-color: #F9DB8E;
    border-left: solid 5px #F9DB8E;
    border-right: solid 5px #F9DB8E;
    font-weight: 700;
}

.rate_table-tr:first-child .rate_table-td:nth-child(2):before {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 20px;
    background: white;
    top: -20px;
    left: -5px;
    z-index: 99;
    border-radius: 20px 20px 0 0;
    border: solid 5px #F9DB8E;
    border-bottom: none;
}

.rate_table-tr:last-child .rate_table-td:nth-child(2):after {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: 20px;
    background: #fff;
    bottom: -20px;
    left: -5px;
    z-index: 99;
    border-radius: 0 0 20px 20px;
    border: solid 5px #F9DB8E;
    border-top: none;
}

.rate_table-tr:last-child .rate_table-td:first-child {
    border-bottom-left-radius: 20px;
}

.rate_table-tr:last-child .rate_table-td {
    border-bottom: none;
}

.rate_table-tr:first-child .rate_table-td:last-child {
    border-top-right-radius: 20px;
}

.rate_table-tr:last-child .rate_table-td:last-child {
    border-bottom-right-radius: 20px;
}

.rate_table-tr:last-child .rate_table-td {
    border-bottom: none;
}

p.textSmall {
	color: black;
	font-size: 10px;
}
/*Part 1 End*/

/*Part 2*/
div.bg-main-content {
	background: url(../images/bg2.png) no-repeat center top;
	background-position: center;
    background-size: cover;
    min-height: 300px;
}

div.content-invest {
	padding-top: 80px;
	padding-bottom: 50px;
	padding-left: 150px;
	padding-right: 150px;
}

span.text12 {
	color: white;
	font-size: 25px;
}

.button-align-right {
    text-align: center;
	margin-top: 20px;
}

.button_theme {
	font-family: Space Grotesk;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    letter-spacing: 0px;
    padding: 10px 30px 10px 30px;
    border-width: 1px;
    border-radius: 70px;
    background-color: #FFB800;
    border-color: #FFB800;
}

.button_label {
	color: black;
}

div.button_theme3 {
	font-family: Space Grotesk;
    font-size: 15px; 
    border:none;
    border:solid 1px #00509A;
    border-radius: 70px;
    background: #00509A;
	display: inline-block;
    align-items: center;
	padding: 10px 5px 8px 5px;
	line-height: 15px;
	font-weight: 700;
	margin-left: 10px;
	color: white: 
}

.button_label3 {
	color: white;	
}

.investor_roi_icon {
	width: 10%;
}
/*Part 2 End*/


/*Part 3*/
.bg-main-pro {
	background-color: #E7F3FF;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 350px;
}

.textTitle {
	color: #FFB800;
	font-size: 50px;
	font-weight: bold;
}

.content-pro {
	display: flex;
	gap: 10;
}

.content-pro-img {
    flex: 1;
}  

.card-img-top-pro {
    width: 90%;
}
/*Part 3 End*/


/*Part 4*/
.bg-main-feedback {
	background-color: #fff;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 700px;
	padding-top: 50px;
}

.text8 { 
	color: #FFB800; 
	font-weight: bold;	
	font-size: 50px;
}

.content-feedback {
	display: flex;
	margin-top: 30px;
	margin-bottom: 50px;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.content-col {
	text-align: left;
}

.about-imag {
	float: left;
	width: 25%;
	margin-right: 5%;
}

.about-imag img {
	border-radius: 103px;
	width: 100%;
}

.about-text {
	float: right;
	width: 60%;
	margin-top: 3%; 
}

.about-text p {
	line-height: 1.5em;
}

.text10 {
	color: black;
	font-size: 15px;
}

.text11 {
	color: #FFB800;
	font-size: 13px;
}

/*Video*/
.textTitle2 {
	color: #FFB800;
	font-size: 30px;
	font-weight: bold;
}

.videoImg {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 100%;	
	padding-right: 50px;
}

.flex-container-video {
    display: flex;
	gap: 10;
}

.flex-child-video {
    flex: 1;
}  
/*Part 4 End*/


/*Part 5*/
.bg-main-discover {
	background-color: #E7F3FF;
	padding-left: 100px;
	padding-right: 100px;
	min-height: 550px;
	padding-top: 50px;
}

.flex-container2 {
    display: flex;
	gap: 10;
}

.flex-child-left {
    flex: 20;
	margin-right: 50px;
}  

.flex-child-right {
    flex: 80;
}  

.buttonRM {
	display: flex;
	align-items: center;
	white-space: nowrap;
	flex-shrink: 0;			
}

.buttonRM a {
    display: inline-block;
    color: black;
    background: #FFB800;
	border-color: #FFB800;
    padding: 10px 25px;
    border-radius: 15px;
    margin-top: 25px;
    transition: all .3s ease;
}
/*Part 5 End*/

/*Part 6*/
.bg-main-invest-info {
	background: url(../images/bg3.png) no-repeat center top;
	background-position: center;
    background-size: cover;
    min-height: 550px;	
}

.bg-main-invest-info-content {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 60px;
}

.flex-container3 {
    display: flex;
	margin-bottom: 30px;
}

.flex-child-left2 {
    flex: 30;
	background-color: #FFB800;
	padding: 30px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}  

.text5 {
	color: white;
	font-weight: bold;
}

.opp_table-mtd-left {
	border-bottom: solid 1px #cacaca;
	color: white;
	line-height: 24px;
}

.opp_table-mtd-left:last-child {
	border-bottom: solid 1px transparent;
}

.text6 {
	color: white;
	font-weight: bold;
	line-height: 2em;
}

.flex-child-right2 {
    flex: 70;
	background-color: #00509A;
	padding: 30px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}  

.text2 {
	color: white;
	font-weight: bold;
	padding-left: 50px;
	padding-bottom: 30px;
}

.invest-info-container {
    display: flex;
	gap: 10;
	margin-top: 20px;
}
 
.invest-info-child {
    flex: 1;
	border-style: dotted;
    border-color: white;
	border-width: 0 1px 0 0;
	text-align: center;
	padding-right: 10px;
    padding-left: 10px;
}  

.invest-info-child:last-child {
    border-style: none;
} 

.text3 {
	color: #FFB800;
	font-weight: bold;
	font-size: 22px;
}

.text4 {
	color: white;
	font-size: 15px;
	padding-top: 15px;
}

.divLeft2 {
	text-align: center;
	width: 100%;
	float: left;
}

.text7 {
	color: black;
	font-size: 12px;
}
/*Part 6 End*/

/*Part 7*/
.bg-main-footer {
	background-color: #00509A;
    min-height: 300px;
}

div.content-footer {
	padding-left: 50px;
	padding-right: 50px;
}

div.content-footer-gap {
	padding-top: 15px;
}

p.text13 {
	color: white;
	font-size: 13px; 
}

.text13 a {
	color: white;
}

.text13 a:hover {
	color: #FFB800;
}

span.text14 {
	color: white;
	font-size: 12px; 
}

.flex-container {
    display: flex;
}

.flex-child {
    flex: 1;
}  

.flex-child:first-child {
    margin-right: 100px;
} 

div.second {
	float: right;
    position: relative;
	top: 30%;
}

div.row-footer {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 15px;
}

div.col-payment {
	flex: 0 0 5%;
    max-width: 5%;
}

.PaymentImg {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 100%;	
}
/*Part 7 End*/


/*Map*/
.divLeft3 {
	text-align: center;
	width: 100%;
}

.text9 {
	line-height: 5em;
	color: #022430;
}

.location_marker-wrapper {
    margin-top: 40px;
}

.location_market-inner {
    position: relative;
}

.location_market-inner img {
	width: 95%;
}

.marker {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
}

.marker_1 {
    top: 45.5%;
    left: 73.8%;
}

.marker_2 {
    top: 81%;
    left: 17.8%;
}

.marker_3 {
    top: 9%;
    left: 49.3%;
}

.marker_4 {
    top: 29%;
    left: 60.5%;
}

.marker_5 {
    top: 13%;
    left: 43.5%;
}

.marker_7 {
    top: 16%;
    left: 45%;
}

.marker_8 {
    top: 20.5%;
    left: 44.5%;
}

.marker_9 {
    top: 20%;
    left: 48%;
}

.marker_10 {
    top: 16.5%;
    left: 49%;
}

.marker_info {
    position: absolute;
    white-space: nowrap;
    background: #00506c;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 6px 3px;
    left: calc(50% - 1.5px);
    transform: translateX(-50%);
    bottom: 50%;
    opacity: 0;
    transition: all .3s ease;
    pointer-events: none;
    z-index: 1;
}

.pin {
    width: 6px;
    height: 6px;
    position: relative;
    top: 7px;
    left: 7px;
    background: #00506C;
    border-radius: 50%;
    z-index: 1;
}

.pin-effect {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(0, 80, 108, 0.4);
    border-radius: 50%;
    animation: pulsate 2400ms ease-out infinite;
}

@keyframes pulsate {
  0% {
		background-color: rgba(0, 80, 108, 0.4);
  }
  100% {
		background-color: rgba(0, 80, 108, 0);
  }
}


/*Investment*/
.mcb-background-overlay2 {
	background-color: #00394D;
	text-align: center;
}

.bg-content-invest {
	text-align: center;
	width: 90%; 
	height: 100%;
	margin-left: 50px;
	padding-bottom: 50px;
}

.bg-content-invest table tr:first-child td:first-child {
	border-top-left-radius: 25px;
}

.bg-content-invest table tr:first-child td:last-child {
	border-top-right-radius: 25px;
}

.bg-content-invest table tr:first-child td {
    background: #022430;
    color: #fff;
    font-weight: 700;
    padding: 30px 0 30px;	
}

.bg-content-invest table tr:nth-child(2) td, .bg-content-invest table tr:nth-child(3) td{
    background-color: #fff;	
	padding: 20px 0;
}

.bg-content-invest table tr:nth-child(2) td:first-child, .bg-content-invest table tr:nth-child(3) td:first-child {
    color: #2BA6CB;
}

.bg-content-invest table tr:nth-last-child(1) td:first-child {
	border-bottom-left-radius: 25px;
}

.bg-content-invest table tr:nth-last-child(1) td:last-child {
	border-bottom-right-radius: 25px;
}

.bg-content-invest table tr td a:before {
    content: url('../images/icon/invest.png');
    vertical-align: middle;
    margin-right: 5px;
}

.bg-content-invest table tr td a {
    background: #22E78B;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    display: inline-block;
}

.button_theme2 {
	font-family: Space Grotesk;
    font-size: 15px; 
    border:none;
    border:solid 1px white;
    border-radius: 70px;
    background: rgba(255, 255, 255,0);
	display: inline-block;
    align-items: center;
	padding: 10px 5px 8px 5px;
	line-height: 15px;
	font-weight: 700;
	margin-left: 10px;
}

div.button_theme2:hover {
	background-color: #DDBD4A;
    border-color: #DDBD4A;
}

span.button_label2:hover {
	color: #303030;
}

.button_label2 {
	color: #DDBD4A;	
}

/*Featured*/
.button_media {
	color: #ffffff;	
	width: 80px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-bottom: 20px;
    background-color: #2ba6cb;
}

.FImg {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 120%;	
}


/*Sidebar menu*/
.tm-header {
    background-color: white;
    color: #00509A;    
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 280px;
    overflow-y: visible;     
}

.tm-header-wrapper {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 30px;
    width: 100%;
    height: 100%; 
}

.tm-nav a, .dropdown-btn {
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	font-size: 20px;
	color: #00509A;
	display: block;
	border: none;
	background: none;
	width: 100%;
	cursor: pointer;
	outline: none;
}

.tm-nav a:hover, .dropdown-btn:hover {
	color: #FFB800;
}

.tm-nav .dropdown-container a {
	color: white;
}

.tm-nav .dropdown-container a:hover {
	color: #FFB800;
}

.active {
	color: #FFB800!important;
}

.dropdown-container {
	display: none;
	background-color: #00509A;
	padding-left: 8px;
}

.fa-caret-down {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	color: #00509A;
}	

.fa-caret-up {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}

/*Register button*/
.Rbutton1 .btn-primary {
	color: white;
	border-color: #FFB800;
	background: linear-gradient(#FFB800, #D47200);
	border-width: 1px;
	border-radius: 70px;
	width: 120px;
	margin-bottom: 20px;
}

.Rbutton1 .btn-primary:hover {
	color: #FFB800;
	background: linear-gradient(#fff, #fff);
	border-color: #FFB800;
}

/*Login button*/
.Lbutton1 .btn-primary {
	color: white;
	border-color: #FF0000;
	background: linear-gradient(#FF0000, #C40000);
	border-width: 1px;
	border-radius: 70px;
	width: 120px;
	margin-bottom: 20px;
}

.Lbutton1 a {
	color: white;
}

.Lbutton1 .btn-primary:hover {
	color: #B80000;
	background: linear-gradient(#fff, #fff);
	border-color: #B80000;
}


/*language dropdownlist*/
.sec-center {
	position: relative;
	max-width: 100%;
	text-align: center;
	z-index: 200;
	margin-bottom:20px;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}
.dropdown:checked + label,
.dropdown:not(:checked) + label{
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 2;
	height: 35px;
	transition: all 200ms linear;
	border-radius: 70px;
	width: 150px;
	letter-spacing: 1px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	border: none;
	background: linear-gradient(#0084FF, #00509A);
	cursor: pointer;
	color: white;
	box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
}
.dark-light:checked ~ .sec-center .for-dropdown{
	background: linear-gradient(#867126, #DDBD4A);
	color: black;
	box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before{
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: auto;
	pointer-events: none;
}
.dropdown:checked + label:before{
	pointer-events: auto;
}
.dropdown:not(:checked) + label .uil {
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear;
}
.dropdown:checked + label .uil {
	transform: rotate(180deg);
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear;
}
.section-dropdown {
	position: absolute;
	padding: 5px;
	background: linear-gradient(#0084FF, #00509A);
	top: 45px;
	left: 0;
	width: 70%;
	border-radius: 15px;
	display: block;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: all 200ms linear;
	text-align: center;
	margin-left: 35px;
}
.dark-light:checked ~ .sec-center .section-dropdown {
	background-color: black;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown:checked ~ .section-dropdown{
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.section-dropdown:before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	content: '';
	display: block;
	z-index: 1;
	text-align: center;
}
.section-dropdown:after {
	position: absolute;
	top: -7px;
	left: 30px;
	width: 0; 
	height: 0; 
	text-align: center;
	content: '';
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}
.section-dropdown a {
	position: relative;
	color: white;
	transition: all 200ms linear;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 2px;
	text-align: center;
	text-decoration: none;
	display: block;
    padding: 5px 10px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
    -ms-flex-pack: distribute;
}

.section-dropdown a:hover {
	color: #FFB800;
	text-decoration: underline;
}

.tm-header-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tm-site-header {
    margin-top: 25px;
    margin-bottom: 60px;
}

.tm-site-logo {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-site-logo i { color: #00506C; }

.tm-main {
	margin-left: 280px;
}

.tm-nav { 
	margin-bottom: 30px; 
	margin-left: -30px;
	margin-right: -30px;	
}

.tm-nav a { 
	text-align:center;
}


/*icon*/
.tm-social-link {
    display: inline-block;
    background: linear-gradient(#0084FF, #00509A);    
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    text-align: center;
	margin-left: 5px;
	margin-right: 5px;
    margin-bottom: 15px;
	border-radius: 60px;
}

.tm-social-icon { 
    color: white;    
    transition: all 0.3s ease;
	padding-top: 8px;
}

.tm-social-link:hover {
	background: #FFB800; 
}

/*Mobile view header*/
.navbar-toggler { display: none; }

/*Overlay header*/
.tm-header-overlay-black {
	display: none; 
	position: fixed; 
	padding-top: 100px; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto;
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
}

.tm-header-overlay-black.open {
	display: block;
}

.tm-header-overlay {
	position: fixed;
	top: 0;
	height: 100%;
	right: -250px;
	width: 250px;
	background-color: white;
	transition: right 0.6s;
	z-index: 100;
}

.tm-header-overlay.open{
	right: 0;
}

.tm-header-overlay .closebtn {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 40px;
	color: #00509A;
}

.closebtn:hover {
	color: #FFB800;
}

.overlay-content {
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 10px;
}	

.overlay-content a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 20px;
	color: #00509A;
	display: block;
	transition: 0.3s;
}

.dropdown-btn2 {
	text-align: left;
	padding-left: 15px;
}

.overlay-content .dropdown-container2 a {
	color: white;
}

.overlay-content .dropdown-container2 a:hover {
	color: #FFB800;
}


.dropdown-container2 {
	display: none;
	background-color: #00509A;
	padding-left: 8px;
}

.overlay-content a:hover, .dropdown-btn2:hover {
	color: #FFB800;
}

.overlay-content a, .dropdown-btn2 {
	padding-top: 8px;
	padding-left: 15px;
	text-decoration: none;
	font-size: 20px;
	color: #00509A;
	display: block;
	border: none;
	background: none;
	width: 100%;
	cursor: pointer;
	outline: none;
}

.fa-plus {
	float: right;
	padding-top: 5px;
	padding-right: 20px;
	color: #00509A;
}

.fa-minus{
	float: right;
	padding-top: 5px;
	padding-right: 20px;
}	

/*Register button*/
.Rbutton2 .btn-primary {
	color: white;
	border-color: #FFB800;
	background: linear-gradient(#FFB800, #D47200);
	border-width: 1px;
	border-radius: 70px;
	width: 80%;
	margin-top: 60px;
	margin-bottom: 20px;
}

.Rbutton2 .btn-primary:hover {
	color: #FFB800;
	background: linear-gradient(#fff, #fff);
	border-color: #FFB800;
}

/*Login button*/
.Lbutton2 .btn-primary {
	color: white;
	border-color: #FF0000;
	background: linear-gradient(#FF0000, #C40000);
	border-width: 1px;
	border-radius: 70px;
	width: 80%;
	margin-bottom: 20px;
}

.Lbutton2 a {
	color: white;
}

.Lbutton2 .btn-primary:hover {
	color: #FF0000;
	background: linear-gradient(#fff, #fff);
	border-color: #FF0000;
}

.Lbutton3 .btn-primary {
	color: white;
	border-color: #790000;
	background: linear-gradient(#790000, #B80000);
	border-width: 1px;
	border-radius: 70px;
	width: 80%;
	margin-top: 60px;
	margin-bottom: 20px;
}

.Lbutton3 a {
	color: white;
}

.Lbutton3 .btn-primary:hover {
	color: #B80000;
	background: linear-gradient(#fff, #fff);
	border-color: #fff;
}

/*language dropdownlist 2*/
.sec-center2 {
	position: relative;
	max-width: 100%;
	text-align: center;
	z-index: 200;
	margin-top: 20px;
	margin-bottom: 20px;
}
.dropdown2:checked + label,
.dropdown2:not(:checked) + label{
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 2;
	height: 35px;
	transition: all 200ms linear;
	border-radius: 70px;
	width: 150px;
	letter-spacing: 1px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
	border: none;
	background: linear-gradient(#0084FF, #00509A);
	cursor: pointer;
	color: white;
	box-shadow: 0 12px 35px 0 rgba(255,235,167,.15);
}
.dark-light2:checked ~ .sec-center2 .for-dropdown2{
	background: linear-gradient(#867126, #DDBD4A);
	color: black;
	box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdown2:checked + label:before,
.dropdown2:not(:checked) + label:before{
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: auto;
	pointer-events: none;
}
.dropdown2:checked + label:before{
	pointer-events: auto;
}
.dropdown2:not(:checked) + label .uil {
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear;
}
.dropdown2:checked + label .uil {
	transform: rotate(180deg);
	font-size: 24px;
	margin-left: 10px;
	transition: transform 200ms linear;
}
.section-dropdown2 {
	position: absolute;
	padding: 5px;
	background: linear-gradient(#0084FF, #00509A);
	top: 45px;
	left: 0;
	width: 60%;
	border-radius: 15px;
	display: block;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.4);
	z-index: 2;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: all 200ms linear;
	text-align: center;
	margin-left: 50px;
}
.dark-light2:checked ~ .sec-center2 .section-dropdown2 {
	background-color: black;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdown2:checked ~ .section-dropdown2 {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.section-dropdown2:before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	content: '';
	display: block;
	z-index: 1;
	text-align: center;
}
.section-dropdown2:after {
	position: absolute;
	top: -7px;
	left: 30px;
	width: 0; 
	height: 0; 
	text-align: center;
	content: '';
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}
.section-dropdown2 a {
	position: relative;
	color: white;
	transition: all 200ms linear;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	border-radius: 2px;
	margin: 2px;
	text-align: center;
	text-decoration: none;
	display: block;
    padding: 5px 10px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
    -ms-flex-pack: distribute;
}

.section-dropdown2 a:hover {
	color: #FFB800;
	text-decoration: underline;
}

/*Icon*/
.tm-social-link2 {
    display: inline-block;
    background: linear-gradient(#0084FF, #00509A);
    font-size: 1.2rem;
    width: 35px;
    height: 35px;
    text-align: center; 
    margin-bottom: 15px;
	padding-top: 5px;
	border-radius: 60px;
}

.tm-social-icon2 { 
    color: white;    
    transition: all 0.3s ease;
}

.tm-social-link2:hover {
	background: #FFB800; 
}

/*slide*/
.marqueebg {
	background: #FFB800;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner::after {
	display: block;
	clear: both;
	content: "";
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
		transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
	display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
	transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
	transform: translateX(-100%);
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
	transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	z-index: 1;
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	z-index: 0;
	opacity: 0;
	transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
		transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
		transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: 0.9;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators li {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
		transition: none;
  }
}

.carousel-indicators .active {
	opacity: 1;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}

@media (max-width: 1540px) {
    .tm-header { width: 280px; }

    .tm-main {
        margin-left: 280px;
        width: calc(100% - 280px);
    }
}

@media (max-width: 1199px) {
    .tm-header {
        width: 320px;
        left: -320px;        
        transition: all 0.3s ease;		
    }
	
	.navbar-toggler {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: linear-gradient(#0084FF, #00509A);
        color: white;
        padding: 15px 15px;
        transition: all 0.3s ease;
        border-radius: 0;
        top: 0px;		
		height: 70px;
		width: 100%;
		line-height: 0;
    }
	
	div.top-bar-left img{
		top:0;
	}

	.top-bar-left {
	    position: relative;
		float: left;
		width: 100%;
	}
	
	.top-bar-left i {
		float: right;
		margin-top: 10px;
		display: inline-block;
		cursor: pointer;	
	}
	
	.top-button {
		display: flex;
		align-items: center;
		margin: 0 5px;
		white-space: nowrap;
		flex-shrink: 0;			
	}
	
	.top-button .btn-primary {
		color: white;
		border-color: #FFB800;
		background: linear-gradient(#FFB800, #D47200);
		border-width: 1px;
		border-radius: 70px;
		width: 100px;
	}
	
	.top-button .btn-primary:hover {
		color: #FFB800;
		background: linear-gradient(#fff, #fff);
		border-color: #fff;
	}
	
	.top-button2 .btn-primary2 {
		color: white;
		border-color: #FF0000;
		background: linear-gradient(#FF0000, #C40000);
		border-width: 1px;
		border-radius: 70px;
		width: 100px;
	}
	
	.top-button2 .btn-primary2:hover {
		color: #FF0000;
		background: linear-gradient(#fff, #fff);
		border-color: #fff;
	}

	.tm-header-overlay.show { right: 0; }
    .tm-header.show { left: 0; }
    .tm-header-wrapper { padding: 15px; }

    .tm-main {
        margin-left: 0;
        width: 100%;		
    }
	
	.tm-main-top {
		margin-top: 65px;
	}

	.bg-main-pro {		
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
}
	
@media (min-width: 768px) and (max-width: 1198px) {
	/*Part 1*/
	div.bg-main-info-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	/*Part 4*/
	.bg-main-feedback {
		padding-left: 50px;
		padding-right: 50px;
		min-height: 650px;
	}
	
	.text8 { 
		font-size: 35px;
	}
	
	/*Part 5*/
	.bg-main-discover {
		padding-left: 50px;
		padding-right: 50px;
		min-height: 650px;
	}
	
	/*Part 6*/
	.bg-main-invest-info {
		min-height: 550px;
	}
	
	.bg-main-invest-info-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.text2 {
		padding-left: 30px;
	}
	
	.text3 {
		color: #B49B41;
		font-weight: bold;
		font-size: 16px;
	}
	
	.text4 {
		font-size: 14px;
	}
}

@media (min-width: 766px) {	
	.top-bar-left {
		width: 70%;
	}
	
	.top-bar-right {
	    float: right;
		position: relative;
		padding: 0 20px;
		width: 30%;
	}
}

@media (max-width: 767px) {
	.hide-button {
		display: none;
	}
	
	.top-bar-left {
		text-align: center;
	}
	
	/*Part 1*/
	div.bg-main-info-content {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.textTop {
		margin-top: 55px;
	}
	
	.font-size-25 {
		font-size: 26px;
	}
	
	.box-desktop {
		display: none;
	}

	.box-mobile {
		display: block;
	}
	
	.rate_table-mtr {
		background: #fff;
		font-size: 20px;
		text-align: center;
		padding: 0 15px;
		border-radius: 15px;
		margin-bottom: 25px;
	}
	
	.rate_table-mtd {
		border-bottom: solid 1px #cacaca;
		padding: 20px;
		color: #022430;
		line-height: 24px;
	}
	
	.rate_table-mtr:first-child {
		border: solid 5px #F9DB8E;
	}
	
	.rate_table-mtd.green span {
		color: #FFB800;
	}

	.rate_table-mtd.red span {
		color: #0C009A;
	}
	
	/*Part 2*/
	div.button_theme3 {
		margin-left: 0px;
		margin-top: 20px;
	}
	
	div.content-invest {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	/*Part 3*/
	.bg-main-pro {
		min-height: 300px;
	}
	
	.content-pro {
		display: block;
		text-align: center;
		padding-bottom: 30px;
	}
	
	.content-pro-img {
		padding-bottom:20px;
	}  
	
	/*Part 4*/
	.bg-main-feedback {
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
		min-height: 1000px;
	}

	.text8 { 
		font-size: 30px;
	}
	
	div.content-feedback-mobile {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	table.content-col-mobile {
		max-width: 200px;
	}
	
	.about-imag {
		width: 30%;
		margin-right: 0%;
		margin-top: 1%;
	}

	.flex-container-video {
		display: block;
	}
	
	.flex-container2 {
		display: flex;
		gap: 10;
	}

	.flex-child-left {
		flex: 20;
		margin-right: 50px;
	}  

	.flex-child-right {
		flex: 80;
	}  
	
	.videoImg {
		padding-right: 0px;
	}
	
	/*Part 5*/
	.flex-container2 {
		display: block;
	}
	
	.bg-main-discover {
		padding-left: 50px;
		padding-right: 50px;
		min-height: 600px;
	}
	
	.flex-child-left {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
	div.flex-child-left img {
		width: 90%;
	}
	
	.flex-child-right {
		padding-bottom: 30px;
	}
	
	/*Part 6*/
	.bg-main-invest-info {
		min-height: 1120px;	
	}

	.bg-main-invest-info-content {
		padding-left: 50px;
		padding-right: 50px;
	}

	.opp_table-mtr-top {
		background: #B49B41;
		font-size: 20px;
		text-align: center;
		padding: 30px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
	}
	
	.text5 {
		padding-left: 0px;
	}
	
	.opp_table-mtd-top {
		border-bottom: solid 1px #cacaca;
		color: white;
		line-height: 24px;
	}
	
	.opp_table-mtd-top:last-child {
		border-bottom: solid 1px transparent;
	}
	
	.opp_table-mtr-bottom {
		background: #072745;
		font-size: 20px;
		text-align: center;
		padding: 30px;
		border-bottom-left-radius: 25px;
		border-bottom-right-radius: 25px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	
	.opp_table-mtd-bottom {
		border-bottom: dotted 1px #cacaca;
		color: white;
		line-height: 24px;
	}
	
	.opp_table-mtd-bottom:nth-child(2) {
		padding-top: 20px;
	}
	
	.opp_table-mtd-bottom:nth-child(3) {
		padding-top: 20px;
	}
	
	.opp_table-mtd-bottom:nth-child(4) {
		padding-top: 20px;
	}
	
	.opp_table-mtd-bottom:last-child {
		border-bottom: dotted 1px transparent;
	}
	
	.text2 {
		padding-left: 0px;
		padding-bottom: 0px;
	}
	
	/*Part 7*/
	.flex-container {
		display: block;
	}

	.flex-child {
		flex: 50;
	}  

	.flex-child:first-child {
		margin-right: 0px;
	} 
	
	span.text14 {
		font-size: 13px; 
	}
	
	div.col-payment {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 500px) {


}