@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Prompt:wght@200;400;600&family=Roboto&display=swap');

*:focus,
*:active {
	outline: 0 !important;
	box-shadow: none !important;
}

body {
	animation: fade-in 1s, bg-move 10s linear infinite;
	-webkit-animation: fade-in 1s, bg-move 10s linear infinite;
	font-size: 1em;
	font-family: 'Prompt', 'Roboto', sans-serif;
}

oz-selection {
	background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
	from {
		opacity: 0;
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0;
	}
}

ol,
ul {
	margin: 0 !important;
	padding: 0 !important;
}

/*TOP*/

.go-top {
	position: fixed;
	bottom: 1em;
	right: 1em;
	text-decoration: none;
	color: white;
	background-color: #acacac;
	font-size: 1em;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: none;
	z-index: 3;
	text-decoration: none;
	border-radius: 0px;
}

.go-top:hover {
	border-color: #f08319;
	text-decoration: none;
	color: white;
	transition: ease .5s;
	background-color: #f08319;
}

.nopad {
	padding: 0px;
	overflow: hidden;
}

.container-fluid {
	position: relative;
}

.wrapper_pad {
	width: 80%;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	word-break: break-word;
}

.dropdown button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	font-size: 0.8em;
	display: inline-block;
	background-color: #fff;
	border-radius: 50px;
	padding: 5px 10px;
	color: #686868;
}

.dropdown-item {
	font-size: 0.9em;
}

.flag_1 {
	width: 18px;
	vertical-align: top;
}

.dropdown-toggle::after {
	display: none;
}

.right_topmenu {
	text-align: right;
}

.right_topmenu li {
	padding-right: 20px;
}

.social_top {
	padding-top: 10px;
}

.social_top ul li a {
	color: #fff;
	list-style: none;
	display: inline-block;
	padding: 0px 10px 0px 0px;
}

.social_top ul li,
.right_topmenu li {
	list-style: none;
	display: inline-block;
}

.banner_caption {
	position: absolute;
	z-index: 9;
	color: #353535;
	top: 35%;
	left: 15%;
	font-weight: 500;
	white-space: nowrap;
}

.banner_caption h1 {
	text-transform: uppercase;
	font-size: 3.6em;
	letter-spacing: 2px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.btn-border_blue .fa-download {
	color: #005aa8;
}

.btn-border_blue:hover .fa-download {
	color: #fff;
}

.btn-border_blue:hover {
	background-color: #005aa8;
	color: #fff;

}

.btn-border_blue {
	border: 1px solid #005aa8;
	color: #353535;
	padding: 15px 50px;
	border-radius: 10px 0px 10px 0px;
}

.btn-border {
	border: 1px solid #353535;
	color: #353535;
	padding: 15px 50px;
	border-radius: 10px 0px 10px 0px;
}

.section_bg1 {
	background-image: url(../images/section_banner.png);
	width: 100%;
	padding: 3% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_bg2 {
	background-image: url(../images/section_banner3.png);
	width: 100%;
	padding: 5% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_bg3 {
	background-image: url(../images/section_banner2.png);
	width: 100%;
	padding: 3% 0%;
	background-repeat: no-repeat;
	background-size: cover;
}

.whyus h1 {
	/* color: #f08013; */
	color: #ecc23c;
	font-weight: 600;
}

.whyus p {
	color: #fff;
}

.whygroup {
	padding: 50px;
	background-color: rgba(000, 000, 000, .7);
	color: #fff;
	min-height: 280px;
	cursor: pointer;
}

.whygroup:hover {
	background-color: rgba(000, 000, 000, .9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.orangetxt {
	/* color: #f08013; */
	color:#e2b035;
}

.title_orange h3 {
	/* color: #f08013; */
	color: #e2b035;
	font-weight: 600;
}

.title_orange p {
	color: #848484;
}


.single {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 10px;
}

.single a {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transition: color .1s linear;
	text-decoration: none;
	font-size: 1.5em;
}

.single a .img {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.single a .img1 {
	background-image: url(../images/pic1_sq.png);
}

.single a .img2 {
	background-image: url(../images/pic2_sq.png);
}

.single a .img3 {
	background-image: url(../images/pic3_sq.png);
}

.single a .img4 {
	background-image: url(../images/pic4_sq.png);
}

.single a:hover .overlay {
	background-color: rgba(0, 0, 0, 0.0);
	transform: scale(1);
	transition: all .5s ease;
}

.single a:hover .img {
	transform: scale(1.05);
	transition: all .5s ease;
}

.single a .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transition: all .5s ease;
	box-sizing: border-box;
}

.single a .overlay span {
	width: 100%;
	color: white;
	font-size: 0.9em;
	line-height: 30px;
	margin: auto;
	padding: 30px;
	text-align: left;

}

.single a .img {
	max-height: 300px;
	transition: all .5s ease;
}

.single a .overlay span p {
	font-size: 0.75em;
	line-height: 20px;
}

.single a .overlay span h5 {
	font-size: 1em;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
}

.plusclass {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.plusclass:hover {
	opacity: 0;
}

.product_slide .owl-prev {
	top: -20%;
}

.product_slide .owl-next {
	top: -20%;
}

.product_slide .owl-nav {
	position: absolute;
	left: -54%;
	bottom: 35px;
}

.news_slide .owl-prev,
.news_slide .owl-next {
	top: -20%;
}

.ir_slide .owl-next,
.ir_slide .owl-prev {
	top: -25%;
}

.news_slide .owl-prev,
.ir_slide .owl-prev {
	right: 7%;
	position: absolute;
}

.news_slide .owl-next,
.ir_slide .owl-next {
	position: absolute;
	right: 30px;
}

.product_slide.owl-theme .owl-nav [class*=owl-]:hover,
.news_slide.owl-theme .owl-nav [class*=owl-]:hover,
.ir_slide.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.wrapper_ir {
	margin-left: 8%;
}

.wrapper_ir h3 {
	margin-left: 3%;
	margin-bottom: 3%;
}

.hoverstyle figure {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.hoverstyle figure div {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.hoverstyle:hover figure div {
	opacity: 1;
}

.hoverstyle figure a img {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-property: transform;
	transition-property: transform;
	width: 100%;
}

.hoverstyle:hover figure a img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hoverstyle figure figcaption {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 1em;
	text-transform: uppercase;
	cursor: pointer;
}

.hoverstyle figure figcaption:hover {
	background: rgba(0, 0, 0, 0.9);
	transition: 0.5s all;
}

.arrow_hov {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.newsdate {
	/* background-color: #005aa8; */
	background-color:  #070707;
	padding: 5px 15px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	/* color: #fff; */
	color: #e2b035;
}

.smtxt {
	font-size: 0.7em;
	padding-top: 1px;
	display: block;
}

.bgwhite_notfull {
	background-color: #fff;
	padding: 20px 30px;
	margin: 0px 30px;
	margin-top: -50px;
	position: relative;
	border-bottom: 6px solid;
	/* border-color: #005aa8; */
	border-color: #070707;
}

.bgwhite_notfull h5 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 1.1em;
	font-weight: 600;

}

.bgwhite_notfull p {
	color: #848484;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	font-size: 0.95em;
}

.readmore_ar:hover {
	text-decoration: none;
	color: #848484;
}

.readmore_ar {
	font-size: 0.95em;
	/* color: #f08115; */
	color: #e2b035;
}

.text_banner {
	position: relative;
}

.text_banner h1 {
	/* color: #fff; */
	color: #070707;
}

.title_border {
	position: relative;
}

.title_border h2 {
	font-family: 'Prompt';
	text-transform: uppercase;
}

.title_border h4:before,
.title_border h2:before {
	position: absolute;
	/* background: linear-gradient(to right, #f08115 80px, transparent 50px); */
	background: linear-gradient(to right, #070707 80px, transparent 50px);
	height: 5px;
	content: '';
	bottom: -20px;
	width: 225px;
	margin-left: 0px;
}

.text_banner h1:before {
	position: absolute;
	/* background: linear-gradient(to right, #f08115 80px, transparent 50px); */
	background: linear-gradient(to right, #e2b035 80px, transparent 50px);
	height: 5px;
	content: '';
	top: -15px;
	width: 225px;
	margin-left: 0px;
}

.banner_top_page_abt {
	background-image: url(../images/about_banner.png);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0%;
	position: relative;
}

.banner_top_page_news {
	/* background-image: url(../images/news_banner.png); */
	/* background-image: url(../images/big-data-technology-business-finance-concept-2.jpg); */
	/* background-image: url(../images/big-data-technology-business-finance-analytic-concept-2.jpg); */
	background-image: url(../images/business-man-show-increase-market-share-investment-2.jpg);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0%;
	position: relative;
}

.banner_top_page_each {
	/* background-image: url(../images/invest_banner.png); */
	/* background-image: url(../images/investor-banner-2.png); */
	/* background-image: url(../images/investor_banner-3.jpg); */
	background-image: url(../images/investor-banner-4.png);
	
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0%;
	position: relative;
}

.banner_footer_invest {
	/* background-image: url(../images/bg_invest_bottom.png); */
	background-image: url(../images/invester-footer-3.png);
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0%;
	position: relative;
}

.banner_top_page_acc {
	background-image: url(../images/open_banner.png);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0%;
	position: relative;
}

.bottomimg_direc {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

.posstatic {
	position: static;
}

.bgbluedark {
	/* background-color: #122f7b; */
	/* color: #fff; */
	background-color: #070707;
	color: #e2b035;
}

.bglightblue {
	/* background-color: #025ba9 !important;
	color: #fff; */
	background-color: #383232 !important;
	color: #e2b035;
}

.lightgray {
	font-size: 0.8em;
	color: #848484;
}

.bggray {
	background-color: #bababa !important;
	/*color: #fff;*/
	color: #070707
}

.table_finance thead th {
	border-bottom: none;
	border-top: none;
}

.crop_bottom {
	position: relative;
}

.pagination_each {
	margin-bottom: 30px;
}

.pagination_each .breadcrumb {
	background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active,
.breadcrumb li a {
	/* color: #fff; */
	color: #070707;
}

.investor_select li {
	display: inline-block;
	border-radius: 10px 0px 10px 0px;
	padding: 10px 30px;
	text-align: center;
	margin-right: 10px;
	font-size: 1em;
	/* background-color: #005aa8; */
	background-color:  #070707;

}

.investor_select {
	width: 100%;
}


.investor_select li.active {
	/* background-color: #f08115; */
	background-color: #e2b035;

}

.investor_select a {
	color: #fff;
	text-decoration: none;
}

.display-slide {
	display: none;
	position: relative;
}

.boldtxt_eng {
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto';
	letter-spacing: 2px;
}

.icon_left_title {
	width: 9%;
	display: inline-block;
	vertical-align: bottom;
}

.text_right_title_abs {
	display: inline-block;
	width: 50%;
	/* color: #f08115; */
	color: #e2b035;
	font-size: 1.6em;
}

.text_right_title:after {
	content: "";
	flex: 1 1;
	border-bottom: 2px solid #f08115;
	height: 25px;
	margin-left: 5px;
}

.img-tbtext figcaption,
.img-tbtext a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.img-tbtext {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 1em;
	background-color: #000;
}

.img-tbtext * {
	-moz-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.img-tbtext img {
	vertical-align: top;
	width: 100%;
	backface-visibility: hidden;
}

.img-tbtext figcaption {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.img-tbtext h3 {
	margin: 0;
	opacity: 0;
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
	line-height: 30px;
}

.img-tbtext h3 {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	text-transform: uppercase;
	padding-bottom: 10px;

}

.img-tbtext:hover img {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=10);
	opacity: 0.1;
}

.img-tbtext:hover h3 {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

.annual_box {
	text-align: center;
	position: relative;
	margin-top: 10px;
}

.annual_box h4 {
	font-size: 1.1em;
	font-weight: bold;
}

.annual_box p {
	color: #848484;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: auto;
}

[data-pagination] {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	/*    margin: 1em auto;*/
	text-align: center;
	transition: font-size .2s ease-in-out;
}

[data-pagination] ul {
	list-style-type: none;
	display: inline;
	font-size: 100%;
	margin: 0;
	padding: .5em;
}

[data-pagination] ul li {
	display: inline-block;
	font-size: 100%;
	width: auto;
	border-radius: 3px;
}

[data-pagination] > a {
	font-size: 140%;
}

[data-pagination] a {
	color: #252525;
	font-size: 100%;
	padding: .5em;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
	color: #676767;
}

[data-pagination] li.current a {
	color: #fff;
}

[data-pagination] li.current {
	background-color: #f08319;
	color: #393939;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
}

/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
	opacity: .5;
	pointer-events: none;
}

.tel_invest,
.graytxt {
	color: #848484;
}

.table_invest_2 thead th,
.table_invest thead th {
	/* background-color: #005aa8;
	color: #fff; */
	background-color: #070707;
	color: #e2b035;
}

.arrow_down {
	-webkit-appearance: none;
	background-color: white;
	background-image: url(../images/arrow_down.svg) !important;
	background-position: calc(100% - 10px);
	padding-right: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
}

.selectbox .form-control {
	border: 1px solid #005aa8;
	border-radius: 50px;
}

.table_invest_2 th,
.table_invest_2 tr td {
	text-align: center;
}

.ppl_board,
.group_blog_recent,
.news_crop {
	margin-bottom: 40px;
}

.border_news_recent {
	border: 1px solid #eee;
	padding: 20px;
}

.border_news_recent h3,
.news_inside h1 {
	font-size: 1.5em;
}

.news_inside > img {
	width: 100%;
}

.backpage a {
	color: #393939;
	text-decoration: none;
}

.download_file_invest {
	background-color: transparent;
	border: none;
}

.download_file:hover,
.download_file {
	color: #393939;
	text-decoration: none;
}


.zoom-effect-2 {
	overflow: hidden;
	cursor: pointer;
}

.zoom-effect-2 img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zoom-effect-2:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.zoom-effect-2 img {
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}

.effect-image-1 {
	position: relative;
	display: block;
	border-radius: 5px;
}

.bgwhite_shadow {
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	-moz-box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	padding: 20px;
}

.bg_section_govern {
	background-image: url(../images/govern_bg.png);
	width: 100%;
	padding: 3% 0%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

.banner_top_page_contact {
	background-image: url(../images/contact_banner.png);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	padding: 5% 0%;
}

.banner_top_page_career {
	/* background-image: url(../images/career_banner_02.png); */
	/* background-image: url(../images/diverse-people-working-office-2.jpg); */
	/* background-image: url(../images/double-exposure-many-business-people-2.jpg); */
	background-image: url(../images/double-exposure-handshake-city-2.jpg);
	
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	padding: 5% 0%;
}

.blue_tab {
	border-radius: 10px 0px 10px 0px;
	background-color: #005aa8;
	color: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;
}

.blue_tab:hover {
	border: 1px solid #005aa8;
	background-color: transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #393939;
}

.orange_tab:hover {
	border: 1px solid #f08319;
	background-color: transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #393939;
}

.orange_tab {
	border-radius: 10px 0px 10px 0px;
	background-color: #f08319;
	color: #fff;
	padding: 30px;
	text-align: center;
	margin-bottom: 50px;
	cursor: pointer;
}

.content_abt li {
	list-style: none;
}

.content_abt li::before {
	content: url(../images/list_arrow.png);
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.content_abt p {
	line-height: 30px;
	color: #848484;
}

.whitetxt {
	color: #fff;
}

.bgcontact {
	background-image: url(../images/contact_section.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

.text_info {
	padding-top: 35%;
}

.bg_opa {
	background-color: rgba(000, 000, 000, .5);
	padding: 20px;
}

.form_input_contact label {
	padding-top: 10px;
}

.btn_orange {
	/* background-color: #f08319;
	color: #fff; */
	background-color:#e2b035;
	color:#070707;
	border-radius: 10px 0px 10px 0px;
	padding: 10px;
}

.bluetab_cv {
	/*background-color: #005aa8;*/
	background-color: #070707;
	color: #fff;
	border-radius: 0px 0px 50px 0px;
	padding: 10px 30px;
	display: inline-block;
}

.bgwhiteshadow {
	background-color: #ffffff;
	-moz-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	-webkit-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 10px;
}

.bgwhiteshadow:hover,
.bgwhiteshadow_1:hover {
	-moz-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .5);
	-webkit-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .5);
	box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .5);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bgwhiteshadow_1 {
	background-color: #ffffff;
	-moz-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	-webkit-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 30px;
}

.btnorange_download:hover {
	background-color: #e87300;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	color: #fff;
	text-decoration: none;
}

.btnorange_download {
	/*background-color: #f08319;*/
	background-color: #e2b035;
	color: #fff;
	border-radius: 0px 10px 10px 0px;
	padding: 10px 20px;
	float: right;
	height: 100%;
	line-height: 50px;
}


.padpad {
	padding: 20px;
}

.text_download {
	line-height: 16px;
}

/*

.my-custom-scrollbar {
	position: relative;
	height: 250px;
	overflow: auto;
}

.table-wrapper-scroll-y {
	display: block;
}
*/

.check_commis li {
	padding-top: 20px;
	list-style: none;
}

.check_commis li::before {
	content: url(../images/openaccount_icon.png);
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.pic_ab {
	position: absolute;
	top: 0px;
	right: 0;
	z-index: -1;
}

.pic_ab_2 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bgopen1 {
	background-image: url(../images/openaccount_bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

.title_borderleft h5::before {
	/* border-left: 5px solid #005aa8; */
	/* border-left: 5px solid #e2b035; */
	border-left: 5px solid #070707;
	width: 5px;
	height: 2px;
	content: '';
	margin-right: 10px;
}

.numberorange {
	border-radius: 50px;
	color: #fff;
	background-color: #f08319;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}

.graycircle {
	background-color: #ebebeb;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	border-radius: 50px;
}

.blacktxt {
	color: #190f0f;
}

.right_text_acc h3 {
	text-transform: uppercase;
	font-size: 1.4em;
}

.right_text_acc {

	color: #848484;
}

.group_acc {
	margin-bottom: 20px;
	display: block;
}

.warn_text {
	background-color: #f5f5f5;
	padding: 20px;
	display: inline-block;
}

.warn_text_nobg {
	padding: 20px;
	display: inline-block;
}

.side_menu_about ul li {
	list-style: none;
	border-bottom: 1px solid #ebebeb;
	padding: 15px 20px;
}

.side_menu_about {
	background-color: #f4f4f4;
}

.side_menu_about a {
	color: #848484;
	text-decoration: none;
}

.indent {
	margin-left: 60px;
	margin-top: 10px;
}

.login_group .form-control {
	border-radius: 50px;
	font-size: 0.8em;
	color: #a2a2a2;
}

.login_forget a {
	color: #a2a2a2;
	font-size: 0.8em;
	text-decoration: none;
}

.btn-submit {
	/* background-color: #005aa8; */
	background-color: #e2b035;
	border-radius: 50px;
	/* color: #fff; */
	color: #070707;
	font-size: 0.8em;
	width: 100%;
}

.btn-submit:hover {
	background-color: #f08319;
}

.smimg {
	width: 35px;
}

.btn-openacc {
	/* background-color: #f08319 !important; */
	/* color: #fff !important; */
	background-color: #e2b035;
	color:  #070707;
	border-radius: 0px !important;
	display: block !important;
	padding: 10px 20px !important;
}

.btn-openacc:hover {
	color: #fff;
	/* background-color: #cac8c7; */
	background-color: #b38f00;
}

/*--- RESEARCH ---*/
.banner_top_page_research {
	/* background-image: url(../images/research_banner.png); */
	background-image: url(../images/research-banner-2.png);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0%;
	position: relative;
}

.bg_research {
	/* background-image: url(../images/research_bg_search.png); */
	/* background-image: url(../images/research-banner-6.png); */
	background-image: url(../images/research-banner-8.png);
	width: 100%;
	height: auto;
	padding: 3% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.bg_research label {
	/* color: #f08319; */
	color: #e2b035;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.bg_research .form-control {
	border-radius: 50px;
	color: #1a1a1a;
}

.scroll_box {
	height: 250px;
	overflow-y: scroll;
}

.scroll_box::-webkit-scrollbar {
	width: 5px;
}

.scroll_box::-webkit-scrollbar-track {
	background: #F2F2F2;
}

.scroll_box::-webkit-scrollbar-thumb {
	background: #f08319;
}

.res_group_search {
	display: inline-block;
	width: 21%;
	margin-right: 15px;
	text-align: left;
}

.res_group_search_btn {
	display: inline-block;
	width: 6%;
}

.btn_search_cc {
	border-radius: 50px;
	background-color: #fff;
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;

}

.title_date {
	display: flex;
	flex-direction: row;
	/* color: #f08013; */
	color:#e2b035;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}

.title_date:after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #d7d7d7;
	height: 15px;
	margin-left: 15px;
}

.group_list_pdf_1 {
	display: inline-block;
	width: 5%;
	text-align: center;
}

.group_list_pdf_2 {
	display: inline-block;
	width: 75%;
}

.group_list_pdf_3 {
	display: inline-block;
	width: 18%;
	text-align: right;
}

.accordion {
	max-width: 100%;
	margin: 0 auto 40px;
	border-botton: 1px solid #ebebeb;

}

.accordion li {
	border-bottom: 1px solid #ebebeb;
	position: relative;
	list-style: none;
	background-color: #ffffff;
	-moz-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	-webkit-box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	box-shadow: 0 5px 14px -1px rgba(55, 65, 67, .2);
	border-radius: 5px;

}

.accordion li span {
	display: none;
	padding: 10px 25px 30px;
	font-size: 1em;
	width: 100%;

}

.accordion a {
	width: 100%;
	display: block;
	cursor: pointer;
	/*	line-height: 55px;*/
	font-size: 1em !important;
	user-select: none;
	text-decoration: none;
	margin-top: 10px;
	font-weight: 700;
	padding-left: 20px;
	border-radius: 10px;
	cursor: pointer;
	padding: 20px;
	color: #848484;
}

.accordion a:after {

	position: absolute;
	right: 30px;
	content: url(../images/ar_orange_right.png);
	top: 10px;

}


.accordion a.active:after {
	content: url(../images/ar_orange_left.png);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.product_group_index {
	text-align: center;
}

.product_group_index h4 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.3em;
}

/*------------ CAREER ----------*/
.number_ca {
	/* background-color: #005aa8;
	color: #fff; */
	background-color: #070707;
	color: white;
	padding: 20px;
	display: inline-block;
	font-size: 1.3em;

}

.available_count {
	position: absolute;
	right: 80px;
	top: 25px;
}

.table-product thead th {
	vertical-align: middle;
	/*background-color: #004785;
	color: #fff;*/
	background-color: #070707;
	color: #e2b035;
	border: 1px solid #eee;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 1000%;
	width: auto;
	position: relative;
}

.bggray_light {
	background-color: #f6f6f6;
}

/*---PRODUCT---*/
.numberblue {
	border: 1px solid #005aa8;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50px;
	color: #005aa8;
}

.banner_pd9,
.banner_pd8,
.banner_pd7,
.banner_pd6,
.banner_pd5,
.banner_pd4,
.banner_pd3,
.banner_pd1,
.banner_pd2 {
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5% 0%;
	position: relative;
}

.banner_pd1 {
	background-image: url(../images/product/eqt_banner.png);
}

.banner_pd2 {
	background-image: url(../images/product/tfex_banner.png);
}

.banner_pd3 {
	background-image: url(../images/product/fund_banner.png);
}

.banner_pd4 {
	background-image: url(../images/product/sbl_banner.png);
}

.banner_pd5 {
	background-image: url(../images/product/bond_banner.png);
}

.banner_pd6 {
	background-image: url(../images/product/research_banner.png);
}

.banner_pd7 {
	background-image: url(../images/product/private_banner.png);
}

.banner_pd8 {
	background-image: url(../images/product/ib_banner.png);
}

.banner_pd9 {
	background-image: url(../images/product/ssf_banner.png);
}

.boxblue:hover {
	-webkit-box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	-moz-box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #383232;
}

.boxblue {
	/*background-color: #005aa8;*/
	background-color: #070707;
	padding: 30px;
	border-radius: 5px;
	/*color: #fff;*/
	color: #e2b035;
	margin-top: 20px;
}

.boxorange {
	/*background-color: #f08319;*/
	background-color: #e2b035;
	padding: 30px;
	border-radius: 5px;
	color: #070707;
	margin-top: 20px;

}

.boxorange:hover {

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: #ffdb4d;
}

.bggray_shadow {
	-webkit-box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	-moz-box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	box-shadow: 0px 2px 7px 3px rgba(240, 240, 240, 0.5);
	background-color: #eaeaea;
	padding: 30px;

}

.bgsection_eq {
	background-image: url(../images/product/eqt_bg.png);
	width: 100%;
	padding: 4% 0%;
	background-size: cover;
	background-repeat: no-repeat;
}

.circleblue {
	/*background-color: #005aa8; */
	background-color: #070707;
	border-radius: 150px;
	width: 250px;
	height: 250px;
	line-height: 250px;
	text-align: center;
	margin: 0 auto;
}

.circleblue:hover {
	/*background-color: #ff8916; */
	background-color:#ffdb4d;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.content_pd {
	padding-top: 30px;
	text-align: center;
	color: #848484;
}

.content_pd h4 {
	color: #000;
}

.seemore {
	margin: 0 auto;
	display: table;
	text-align: center;
	padding-top: 30px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

.check_commis_2 li {
	list-style: none;
	padding-top: 20px;
}

.check_commis_2 li::before {
	content: url(../images/product/icon4.png);
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}

.bgib_2 {
	background-image: url(../images/product/ib_bg2.png);
	padding: 5% 0%;
	width: 100%;
	background-size: cover;
	background-position: bottom;
}

.job_form label {
	padding-top: 10px;
}

.field_reg_temp {
	display: none;
}

.deletenumber {
	background-color: #dddddd;
	color: white;
	border-radius: 50px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	line-height: 20px;
	text-align: center;
	font-size: 1em;
}

.addmoreuser {
	color: #383838;
	text-decoration: none;

}

.tablestyle thead,
.influ_lang thead {
	background-color: #dddddd;
}

.centertxt {
	background-color: #eee;
}

.cookies-disclaimer {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 10px 30px;
	box-sizing: border-box;
	border: 1px solid black;
	transition: bottom 2s ease-out;
	background-color: rgba(255, 255, 255, .8);
	z-index: 99;
}

.cookies-disclaimer.-hide {
	bottom: -100%;
}

.cookies-disclaimer > .message > h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
}

.cookies-disclaimer > .message > p {
	margin: 0;
	font-size: 17px;
	letter-spacing: 1px;
}

.cookies-disclaimer > .button {
	display: inline-flex;
	justify-content: center;
	margin-left: 15px;
	padding: 10px 15px;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	white-space: nowrap;
	color: white;
	background: #f08319;
	cursor: pointer;
}

/*----------- RESPONSIVE --------------*/
@media (max-width: 1499px) {
	.investor_select li {
		margin-bottom: 20px;
	}

}

@media (max-width: 1199px) {
	.btnorange_download {
		font-size: 0.8em;
		width: 100%;
		text-align: center;
		border-radius: 0px;
	}
	.wrapper_pad{
		width: 90%;
	}
}

@media (max-width: 991px) {

	.whygroup {
		margin-bottom: 20px;
	}

	.wrapper_pad {
		width: 100%;
	}

	.section_bg1 {
		background-image: url(../images/section_banner_mobile.png);
		padding: 10% 4%;
	}

	.mainlog {
		padding: 20px;
	}

	.menumobileslide {
		float: right;
		margin-top: 50px;
		margin-right: 10px;
	}

	.login_forget {
		padding-bottom: 10px;
	}

	.group_list_pdf_1 {
		vertical-align: top;
		width: 10%;
	}

	.group_list_pdf_2 {
		width: 58%;
	}

	.banner_top_page_career,
	.banner_top_page_news,
	.banner_top_page_research,
	.banner_top_page_abt,
	.banner_top_page_contact,
	.banner_top_page_each,
	.banner_top_page_acc {
		height: auto;
		padding: 5% 0%;
	}


}

@media (max-width: 767px) {

	.cookies-disclaimer {
		flex-direction: column;
		align-items: initial;
	}

	.cookies-disclaimer > .button {
		margin: 15px 0 0;
	}

	.table_style_basic th,
	.table_invest_2 th,
	.table_invest_2 td,
	.table_invest td,
	.table_invest th,
	.table_finance th {
		min-width: 200px;
	}

	.title_border h2 {
		font-size: 1.5em;
	}

	.group_list_pdf_1 {

		width: 20%;
	}

	.group_list_pdf_3 {
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}

	.btn_search_cc {
		width: 100%;
		line-height: inherit;
		height: auto;
		margin-top: 20px;
	}

	.icon_left_title {
		width: 35%;

	}

	.res_group_search_btn,
	.res_group_search,
	.text_right_title_abs {
		width: 100%;
	}

	.product_group_index h4 {
		font-size: 1em;
	}

	.banner_top_page_news,
	.banner_top_page_research,
	.banner_top_page_abt,
	.banner_top_page_contact,
	.banner_top_page_each,
	.banner_top_page_acc {
		padding: 10% 5%;
		height: auto;
	}

	.text_banner h1:before {
		top: -25px;
	}

	.text_banner h1 {
		font-size: 2em;
	}

	.investor_select li {
		padding: 10px 20px;
	}

	.menu_scroll {
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.investor_select {
		display: inline-block;
		min-width: 906px;
		text-align: left;
		padding: 0;
		font-size: 0.9em;
	}

	.right_topmenu li {
		padding-right: 0px;
	}

	.btn-border {
		font-size: 0.8em;
		padding: 10px;
		margin-top: -20px;
	}

	.banner_caption {
		top: 10%;
		left: 8%;
		white-space: normal;
	}

	.banner_caption p {
		font-size: 0.8em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}


	.invest_content_footer h2,

	.title_orange h3,
	.banner_caption h1 {
		font-size: 1.4em;
	}

	.right_txt_normal {
		margin-top: 40px;
	}

	.bg_research label,
	.login_group .btn-submit,
	.login_group .form-control {
		margin-top: 10px;
	}


	.whyus h1 {
		font-size: 1.4em;
		text-align: left;
	}

	.whyus p {
		text-align: left;
	}

	.whygroup {
		margin-bottom: 20px;
	}

}

@media (max-width: 575px) {
	/* ... */
}
