header{
	border: none;
	position: relative;
	z-index: 10;
}
header > .navbar{
	padding: 0;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.btn_white_link{
	border: 1px solid #fff;
	padding: 8px 30px;
	padding-left: 35px;
	border-radius: 40px;
	color: #fff;
	background: url('../image/i-link-prev-white.svg') 15px center no-repeat;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.btn_white_link:hover{
	background: #fff url('../image/i-link-prev-black.svg') 15px center no-repeat;
	border-color: #fff;
	color: #222;
	text-decoration: none;
}
.btn_cove{
	padding: 8px 20px;
	border-radius: 40px;
	display: flex;
	align-items: center;
}
.btn_cove svg{
	margin-right: 5px;
}
#mainmenu > .container{
	display: flex;
	align-items: stretch;
}
#navbar_main{
	border-top: none;
}
.d2Lang{
	display: flex;
}
.d2Lang{
	display: flex;
	align-items: center;
	padding: 0px 25px;
}
.d2Lang > a{
	border-left: 1px solid #E5E5E5;
	display: block;
	padding: 0 8px;
	text-decoration: none;
}
.d2Lang > a:first-child{
	border-left: none;
}
.d2Lang > a.active{
	color: #B42124;
	font-weight: 600;
}
#navbar_main .navbarmain .nav-item > a{
	padding: 0 12px;
	position: relative;
}
#navbar_main .navbarmain > .nav-item > a{
	border-bottom: 4px solid transparent;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#navbar_main .navbarmain > .nav-item:hover > a{
	border-bottom-color: #B42124;
}
#mainmenu .navbar-brand{
	padding: 0;
	display: flex;
	align-items: center;
}
#mainmenu .navbar-brand > img{
	height: 50px;
}
#navbar_main .navbarmain,
#navbar_main{
	align-items: stretch;
}
#navbar_main .navbarmain > li{
	display: flex;
	align-items: center;
}
#navbar_main .navbarmain > li > a{
	display: block;
	height: 100%;
	padding-top: 35px!important;
}
#navbar_main .navbarmain > li.active > a,
#navbar_main .navbarmain > li:hover > a{
	background: rgb(238,238,238);
	background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 70%);
	color: #000!important;
}
.d2Lang{
	padding-top: 15px;
}
header .dropdown-menu{
	box-shadow: none;
	border: none;
}
.quickmenu,
#navbar_main .navbarmain > li.d2LangMobile{
	display: none;
}
.quick_link2{
	text-align: center;
	position: relative;
}
.quick_link2 .home_link{
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
	margin-top: -40px;
	overflow: hidden;
}
.quick_link2 .home_link > a{
	float: left;
	padding: 40px 50px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	color: #222222;
	border-right: 1px solid #eee;
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.quick_link2 .home_link > a:hover{
    background: rgb(238,238,238);
    background: linear-gradient(0deg,#EEEEEE 0%, #FFFFFF 70%);
	-webkit-transform: translateY(-5px);
	   -moz-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	     -o-transform: translateY(-5px);
	        transform: translateY(-5px);
}
.quick_link2 .home_link > a::before{
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	right: 0;
	height: 0px;
	background: #62686A;
}
.quick_link2 .home_link > a:hover::before{
	height: 7px;
}
.quick_link2 .home_link > a:last-child{
	border-right: none;
}
.quick_link2 .home_link > a > span{
	display: block;
	padding-top: 10px;
}
.quick_link2 .home_link > a:hover svg path{
	fill: #D80C10;
}
.h_nav{
	background: #F5F5F5;
}
.h_nav a{
	color: #62686A;
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
}
.h_nav ul.m{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
}
.h_nav ul.m > li{
	padding: 10px 10px;
}
.h_nav ul.m > li:last-child{
	padding-right: 0;
}
.h_nav ul.m > li svg{
	margin-right: 5px;
	vertical-align: middle;
}
.h_nav ul.m > li.lang a{
	display: inline-block;
	padding: 0 6px;
	padding-right: 8px;
	border-right: 1px solid #BBBBBB;
}
.h_nav ul.m > li.lang a:last-child{
	border-right: none;
	padding-right: 0;
}
.h_nav ul.m > li.lang a:hover,
.h_nav ul.m > li.lang a.active{
	color: #D80C10;
}
#btnLogin{
	background: url('../image/login.svg') left center no-repeat;
	padding-left: 30px;
}
#btnSearch{
	padding: 0;
	text-indent: -999px;
	width: 30px;
	height: 25px;
	margin: 0 10px;
	background: url('../image/search.svg') center center no-repeat;
	overflow: hidden;
}
.menuflex .navbar-nav > li .ss{
	display: none;
}
.mobile_show{
	display: none;
}
#accep_cookie{
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #0C243F;
	color: #fff;
	padding: 30px 20px;
	max-width: 700px;
	z-index: 999;
}
#accep_cookie a.btn{
	float: right;
	border: 1px solid #fff;
	padding: 10px 30px;
}
#accep_cookie p a{
	color: #fff;
	text-decoration: underline;
}
#inves_bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
#inves_bg.open{
	opacity: 1;
	left: 0;
	z-index: 999;
}
#inves_form{
	position: fixed;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 999;
	padding: 40px;
	padding-top: 60px;
	width: 100%;
	max-width: 0;
	padding-bottom: 150px;
	box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.06);
	opacity: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#inves_bg.open #inves_form{
	opacity: 1;
	padding-left: 40px;
	padding-right: 40px;
	max-width: 620px;
	max-height: 100%;
	overflow-y: auto;
}
#inves_form a.close{
	position: absolute;
	right: 15px;
	top: 10px;
}
#inves_form h3{
	font-size: 40px;
}
#inves_form .row{
	padding-bottom: 15px;
}
#inves_form hr{
	border-style: dashed;
	margin-top: 0;
}
.btnselect{
	border: 1px solid #BBBBBB;
	padding: 12px 20px;
	padding-right: 30px;
	width: 100%;
	text-align: left;
	position: relative;
	border-radius: 0;
}
.btnselect::before{
	content: '';
	display: block;
	background: url('../image/dd.svg')  center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
}
.dropdown_select{
	position: relative;
}
.dropdown_select .dd_popup{
	position: absolute;
	top: 45px;
	margin-top: 5px;
	background: #fff;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.06);
	z-index: 1;
	width: 100%;
	display: none;
	max-height: 400px;
	overflow-y: auto;
}
.dropdown_select.open .dd_popup{
	display: block;
}
.dropdown_select .dd_popup .g > .title{
	background: #F7F7F7;
	color: #62686A;
	font-size: 13px;
	padding: 5px 15px;
}
.dropdown_select .dd_popup .g > ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown_select .dd_popup .g > ul  > li{
	padding: 5px 15px;
	position: relative;
	cursor: pointer;
}
.dropdown_select .dd_popup .g > ul  > li.checked::before{
	content: '';
	background: url('../image/chek.svg')  center center no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	width: 20px;
	height: 20px;
}
.dropdown_select .dd_popup .g > ul  > li:hover{
	background: linear-gradient(0deg, #F3F3F3 -4.08%, #FFFFFF 100%);
}
.dropdown_select .dd_popup .g > ul  > li .name{
	font-size: 16px;
}
.dropdown_select .dd_popup .g > ul  > li .desc{
	font-size: 14px;
}
.dropdown_select .dd_select{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	margin-top: 15px;
	flex-wrap: wrap;
}
.dropdown_select .dd_select > li{
	margin-right: 10px;
	background:#EAF0F4;
	color: #226699;
	font-size: 16px;
	padding: 5px 30px;
	border-radius: 30px;
	position: relative;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.dropdown_select .dd_select > li a.c{
	width: 20px;
	height: 20px;
	background: url('../image/c.svg')  center center no-repeat;
	position: absolute;
	right: 10px;
	top: 9px;
	text-decoration: none;
	text-indent: -99px;
	overflow: hidden;
}
#search_box{
	background: rgb(12 36 63 / 90%);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 100%;
	right: 0;
	z-index: 999;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
#search_box.open{
	left: 0;
}
#search_box a.c{
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px 20px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#search_box a.c:hover{
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	     -o-transform: rotate(90deg);
	        transform: rotate(90deg);
}
#search_box .sbox{
	width: 90%;
	max-width: 830px;
}
#search_box .sbox input[type="text"]{
	background: none;
	border: none;
	border-bottom: 2px solid #fff;
	font-size: 32px;
	outline: none;
	box-shadow: none;
	padding-left: 0;
}
#search_box .sbox .btn{
	border: none;
	background: none;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
#site_map_popup{
    position: fixed;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 999;
    overflow: hidden;
    background: rgb(0, 0, 0,0.5);
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}
#site_map_popup.open{
    top: 0;
}
#site_map_popup .contents{
    background: #0C243F;
    padding: 80px 0;
    width: 100%;
}
#site_map_popup  .contents a{
    color: #fff;
}
#site_map_popup  .contents .container{
    position: relative;
}
#site_map_popup  .contents .container a.c{
    display: block;
    width: 30px;
    height: 30px;
    background: url('../image/i-close.svg') center center no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#site_map_popup  .contents .container a.c:hover{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}
#site_map_popup .contents h2{
    color: #fff;
    padding-left: 60px;
    font-size: 40px;
    background: url('../image/i-sitemap.svg') left 5px no-repeat;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
}
#site_map_popup .contents ul.sim{
    list-style: none;
    padding-left: 0;
}
#site_map_popup .contents ul.sim > li > a{
    font-size: 20px;
    padding: 10px 15px;
    display: block;
    padding-left: 0;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#site_map_popup .contents ul.sim > li:hover > a{
	color: #BAAC88;
}
#site_map_popup .contents ul.sim > li > ul{
    list-style: none;
    padding-left: 25px;
}
#site_map_popup .contents ul.sim > li > ul > li > a{
    font-size: 16px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#site_map_popup .contents ul.sim > li > ul > li:hover > a{
	color: #BAAC88;
}
#site_map_popup .sim a:not([href="javascript:;"])::after{
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 5px;
	background: url('../image/i-link.svg') center center no-repeat;
	-webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
#site_map_popup .sim a:hover::after{
	background: url('../image/i-link-hover.svg') center center no-repeat;
	-webkit-transform: translateX(5px);
	   -moz-transform: translateX(5px);
	    -ms-transform: translateX(5px);
	     -o-transform: translateX(5px);
	        transform: translateX(5px);
}
.page_layout.menuid51 .page_name{
	background-image: url('../image/tg-private-fund.jpg');
	color: #fff;
	text-shadow: 0 0px 3px #fff;
}
.page_layout.menuid104 .page_name{
	background-image: url('../image/tg-auto-redem.jpg');
	color: #fff;
}
.page_layout.menuid95 .page_name{
	background-image: url('../image/tg-Career.jpg');
	background-position: center center;
}
@media (max-width: 1024px) {
	.page_layout.menuid95 .page_name{
		background-position: right center;
		text-shadow: 0 0px 3px #fff;
	}
}
.page_layout.menuid110 .page_name{
	background-image: url('../image/tg-ESG.jpg');
	background-position: left center;
	color: #fff;
}
.disclosure_layout .page_name{
	background-image: url('../image/tg-disclosure.jpg');
	color: #fff;
}
.corp_layout .page_name{
	background-image: url('../image/tg-corporate.jpg');
}
.news_layout .page_name{
	background-image: url('../image/tg-news.jpg');
	color: #fff;
	background-position: center left;
}

.news_layout.menuid109 .page_name{
	background-image: url('../image/tg-insights.jpg');
	color: #fff;
	background-position: center right;
}
.page_layout .desc{
	font-size: 20px;
	margin: 0;
}
#fif_calendar{
	padding: 0;
	width: 100%;
	max-width: 480px;
}
#fif_calendar a.close{
	position: absolute;
	right: 20px;
	top: 17px;
}
#fif_calendar > .head{
	background: #0C243F;
	color: #fff;
	padding: 15px 25px;
	font-size: 24px;
}
#fif_calendar .menu{
	padding: 10px 0;
	padding-bottom: 80px;
}
#fif_calendar .menu > a{
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #222;
}
#fif_calendar .menu > a > svg{
	float: right;
	margin-top: 5px;
}
#fif_calendar .menu > a:hover{
    background: rgb(238,238,238);
    background: linear-gradient(0deg, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 70%);
}
ul.inner_nav{
}
ul.inner_nav > li{
	margin-right: 15px;
}
ul.inner_nav > li > a{
	display: flex;
	align-items: center;
    justify-content: center;
	border: 1.25px solid #E5E5E5;
	border-radius: 24px;
	color: #222;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
ul.inner_nav > li > a > svg{
	margin-right: 5px;
}
ul.inner_nav > li > a > svg path{
	fill: #222;
}
ul.inner_nav > li > a:hover{
	background: #E5E5E5;
}
ul.inner_nav > li > a.active{
	background: #B42124;
	color: #fff;
	border-color: #B42124;
}
ul.inner_nav > li > a.active > svg path{
	fill: #fff;
}
.p_table .table thead tr{
	background: #194769;
}
.p_table .table thead tr > th{
	color: #fff;
}
.layout_leftmenu{
	display: flex;
	justify-content: flex-start;
	padding-top: 40px;
}
.layout_leftmenu .left_menu{
	min-width: 220px;
	max-width: 220px;
}
.layout_leftmenu .left_menu > ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.layout_leftmenu .left_menu > ul > li{
	box-shadow: 0px 1px 0px #E5E5E5;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.layout_leftmenu .left_menu > ul > li:hover{
	background: linear-gradient(0deg, #F3F3F3 -4.08%, transparent 100%);
}
.layout_leftmenu .left_menu > ul > li > a{
	display: block;
	padding: 10px 10px;
	font-size: 16px;
	color: #222;
	text-decoration: none;
}
.layout_leftmenu .left_menu > ul > li.active{
	font-weight: bold;
	box-shadow: 0px 3px 0px #D80C10;
}
.layout_leftmenu .right_content{
	width: 100%;
	padding-left: 30px;
}
.layout_leftmenu .right_content > h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active{
    color: #D80C10;
    background: #fff;
}
.int_oth{
	padding-bottom: 15px;
}
.int_oth h2{
    font-size: 24px;
    margin-bottom: 15px;
    color: #222;
}
.int_oth ul{
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
}
.int_oth ul > li{
	padding-right: 15px;
	margin-bottom: 15px;
	white-space: nowrap;
}
.int_oth ul > li > a{
	display: block;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
.page-link{
	border: none;
}
.page-item:last-child .page-link,
.page-item:first-child .page-link{
	border-radius: 0;
}