/* home css */
#tgslice{
	margin-bottom: 0;
}
#tgslice .slick-dots{
	bottom: 80px;
}
#tgslice .slick-dots li{
	width: 98px;
}
#tgslice .slick-dots li button:before{
	font-size: 10px;
}
#tgslice .slick-dots li button{
	border-radius: 0;
	width: 98px;
	height: 3px;
	background: #fff;
	opacity: 0.5;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#tgslice .slick-dots li.slick-active button{
	opacity: 1;
}
#tgslice .slick-prev,
#tgslice .slick-next{
	z-index: 1;
	width: 54px;
	height: 54px;
	background-size: cover;
}
#tgslice .slick-prev::before,
#tgslice .slick-next::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #fff;
}	
#tgslice .slick-prev::before{
	content: "\f053";
}
#tgslice .slick-next::before{
	content: "\f054";
}
#tgslice .slick-prev{
	left: 100px;
}
#tgslice .slick-next{
	right : 100px;
}
#tgslice .slick-prev:hover,
#tgslice .slick-next:hover{
	background: rgba(25, 71, 105, 0.12);
}
.slick-dots li button::before{
	display: none;
}
.slick-dots li button{
	padding: 0;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 12px;
	height: 12px;
}
.slick-dots li.slick-active button{
	background: #fff;
}
.blue .slick-dots li button{
	border-color: #194769;
}
.blue .slick-dots li.slick-active button{
	background: #194769;
}

.quick_link{
	padding: 80px 0;
	background: url('../imgs/bg-link.jpg') center center no-repeat;
	background-size: cover;
}
.quick_link a{
	display: block;
	color: #222;
	text-align: center;
	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;
}
.quick_link a:hover{
	/* -webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1); */
}
.quick_link a > .icon{
	display: inline-block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	text-indent: -999px;
	border-radius: 50%;
	-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_link a:hover > .icon{
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	    -ms-transform: rotate(10deg);
	     -o-transform: rotate(10deg);
	        transform: rotate(10deg);
}
.quick_link a > .icon.I1{
	background: #194769 url('../imgs/svg/svg1.svg') center center no-repeat;
}
.quick_link a > .icon.I2{
	background: #194769 url('../imgs/svg/svg2.svg') center center no-repeat;
}
.quick_link a > .icon.I3{
	background: #194769 url('../imgs/svg/svg3.svg') center center no-repeat;
}
.quick_link a > .icon.I4{
	background: #194769 url('../imgs/svg/svg4.svg') center center no-repeat;
}
.quick_link a > .icon.I5{
	background: #194769 url('../imgs/svg/svg5.svg') center center no-repeat;
}
.quick_link a > .name{
	font-size: 18px;
}
.stock_box{
	padding: 80px 0;
	background: #fff;
}
.stock_box .set_iframe{
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;;
	margin-bottom: 25px;
}
.stock_box .set_iframe .title{
	background: #0C243F;
	color: #fff;
	font-size: 25px;
	padding: 20px 20px;
	font-weight: 600;
}
.stock_box .set_iframe .body{
	padding: 20px;
	padding-bottom: 30px;
	overflow: hidden;
}
.stock_box .set_iframe .body iframe{
	-webkit-transform: scale(1.60) translate(36px,40px);
	   -moz-transform: scale(1.60) translate(36px,40px);
	    -ms-transform: scale(1.60) translate(36px,40px);
	     -o-transform: scale(1.60) translate(36px,40px);
	        transform: scale(1.60) translate(36px,40px);
}
.stock_box .CR .btn{
	margin-bottom: 15px;
	border-radius: 8px;
	padding: 15px 15px;
	white-space: nowrap;
}
.stock_box .CR .btn > .fas{
	margin-left: 5px;
	color: #194769;
}
.news_box{
	padding-bottom: 80px;
}
.newstabs{
	margin-top: 20px;
}
.newstabs .nav-tabs .nav-link{
	background: none;
	color: #194769;
	border-radius: 0;
	font-size: 15px;
	padding: 15px 30px;
	border: none;
	font-weight: 400;
}
.newstabs .nav-tabs{
	border-color: #E5E5E5;
}
.newstabs .nav-tabs .nav-link:hover{
	background: #ECF0F1;
}
.newstabs .nav-tabs .nav-item.show .nav-link,
.newstabs .nav-tabs .nav-link.active{
	background: #194769;
	color: #fff;
	border-color: #194769;
}
.newstabs .tab-content{
	padding: 15px 0;
}
.homenews > ul{
	list-style: none;
	padding: 0;
}
.homenews > ul > li{
	float: left;
	width: 50%;
	padding-left: 30px;
	padding-bottom: 20px;
}
.homenews > ul > li a.img{
	display: block;
	width: 35%;
	float: left;
	border-radius: 12px;
	overflow: hidden;
}
.homenews > ul > li a.img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.homenews > ul > li:hover a.img > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.homenews > ul > li .desc{
	padding-left: 38%;
}
.homenews > ul > li .desc .date{
	font-weight: 500;
	color: #B42124;
	margin-bottom: 5px;
}
.homenews > ul > li .desc .name{
	font-size: 18px;
	color: #194769;
	text-decoration: none;
	font-weight: 400;
	display: block;
}
.homenews > ul > li .desc p{
	font-size: 16px;
	color: #222222;
}
.homenews > ul > li:first-child{
	padding-left: 0;
	padding-bottom: 0;
}
.homenews > ul > li:first-child a.img{
	width: 100%;
	margin-bottom: 20px;
}
.homenews > ul > li:first-child .desc{
	padding-left: 0;
}
.homenews > .btn-light{
	margin-top: 50px;
}

.homenews2 > ul{
	list-style: none;
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
}
.homenews2 > ul > li{
	float: left;
	width:  25%;
	padding: 10px;
	padding-bottom: 20px;
}
.homenews2 > ul > li a.img{
	display: block;
	border-radius: 12px;
	overflow: hidden;
	height: 240px;
}
.homenews2 > ul > li a.img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.homenews2 > ul > li:hover a.img > img{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}
.homenews2 > ul > li .desc .name{
	font-size: 18px;
	color: #194769;
	text-decoration: none;
	font-weight: 400;
	padding-top: 15px;
	display: block;
	min-height: 80px;
}
.homenews3 >a{
	display: inline-block;
	background: #194769;
	color: #fff;
	text-decoration: none;
	padding: 20px 35px;
	font-size: 18px;
	border-radius: 10px;
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	font-weight: 500;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.homenews3 >a:hover{
	background: #226699;
}
.homenews3 >a svg{
	margin-right: 10px;
}
.sec_head .seemore{
	float: none;
	padding-left: 10px;
	color: #62686A;
}
.sec_head .seemore .fas{
	color: #333;
	font-size: 13px;
}
#tgslice .tg_bg{
	height: 35vw;
	background-image: var(--bg_desktop);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Kaisei Opti', serif;
}
#tgslice .tg_bg .tg_video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	z-index: -1;
	pointer-events: none;
}
#tgslice .tg_bg .ms{
	color: #fff;
	text-align: center;
	max-width: 90%;
}
#tgslice .tg_bg .ms .ms1{
	font-size: 24px;
}
#tgslice .tg_bg .ms .ms2{
	font-size: 64px;
	margin-bottom: 20px;
}
#tgslice .tg_bg .ms .ms3{
	font-size: 20px;
	max-width: 750px;
	margin: auto;
}
#tgslice .tg_bg .ms a.btn{
	font-size: 16px;
	padding: 5px 15px;
	border-radius: 3.5px;
	border: 1.25px solid rgba(255, 255, 255, 0.5);
	background: none;
	color: #fff;
	margin-top: 50px;
}
#tgslice .tg_bg .ms a.btn::after{
	color: #fff;
}
#tgslice .tg_bg .ms.fulllink a.btn{
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	margin: 0;
}
@media (min-aspect-ratio: 16/9) {
  #tgslice .tg_bg .tg_video {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  #tgslice .tg_bg .tg_video {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.flagship_funds{
	padding-bottom: 100px;
}
.flagship_funds > .tg{
	background: url('../image/flagship_bg.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 100px 0;

}
.flagship_funds > .tg h3{
	font-size: 54px;
	text-align: center;
}
.flagship_funds #flagship_slide{
	max-width: 1075px;
	margin: auto;
	margin-top: -65px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
	-webkit-transition: all .4s ease;
	   -moz-transition: all .4s ease;
	    -ms-transition: all .4s ease;
	     -o-transition: all .4s ease;
	        transition: all .4s ease;
}
.flagship_funds #flagship_slide:hover{
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
}
#flagship_slide .slick-list{
	padding-top: 40px;
}
#flagship_slide .flaginfo{
    display: flex;
    align-items: center;
    align-items: stretch;
}
#flagship_slide .flaginfo .img{
	min-width: 540px;
	height: 380px;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#flagship_slide .flaginfo:hover .img{
	-webkit-transform: scale(1.05) translate(10px,-8px);
	   -moz-transform: scale(1.05) translate(10px,-8px);
	    -ms-transform: scale(1.05) translate(10px,-8px);
	     -o-transform: scale(1.05) translate(10px,-8px);
	        transform: scale(1.05) translate(10px,-8px);
}
#flagship_slide .flaginfo .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#flagship_slide .flaginfo > .desc{
	padding: 0 15px;
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 1;
	background: #fff;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
#flagship_slide .flaginfo > .desc::before{
	content: '';
	height: 0px;
	background: #0C243F;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
#flagship_slide .flaginfo:hover > .desc::before{
	height: 5px;
}
#flagship_slide .flaginfo > .desc .subject{
	font-size: 28px;
}
#flagship_slide .flaginfo > .desc .desc{
	font-size: 16px;
	color: #62686A;
	margin-top: 5px;
}
#flagship_slide .flaginfo > .desc .btn{
	font-size: 16px;
	padding: 10px 20px;
	margin-top: 20px;
}
.home_banner_link{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
}
.home_banner_link > a{
	width: 25%;
	overflow: hidden;
	text-align: center;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}
.home_banner_link > a > img{
	width: 100%;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.home_banner_link > a:hover > img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
.home_banner_link > a > span{
	position: absolute;
	color: #fff;
	font-size: 30px;
	z-index: 1;
	display: block;
	max-width: 80%;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;

}
@media (max-width: 1699px) {
	.stock_box .set_iframe .body iframe{
		-webkit-transform: scale(1.5) translate(30px,40px);
		   -moz-transform: scale(1.5) translate(30px,40px);
		    -ms-transform: scale(1.5) translate(30px,40px);
		     -o-transform: scale(1.5) translate(30px,40px);
		        transform: scale(1.5) translate(30px,40px);
	}
}
@media (max-width: 1550px) {
	.homenews2 > ul > li a.img{
		height: 200px;
	}
	.homenews2 > ul > li .desc .name{
		font-size: 16px;
	}
	.stock_box .set_iframe .body iframe{
		height: 200px;
		-webkit-transform: scale(1.2) translate(5px,10px);
		   -moz-transform: scale(1.2) translate(5px,10px);
		    -ms-transform: scale(1.2) translate(5px,10px);
		     -o-transform: scale(1.2) translate(5px,10px);
		        transform: scale(1.2) translate(5px,10px);
	}
	.home_banner_link > a > span{
		font-size: 24px;
	}
}
@media (max-width: 1440px) {
	#tgslice .slick-prev{
		left: 3vw;
		width: 3vw;
		height: 3vw;
	}
	#tgslice .slick-next{
		right : 3vw;
		width: 3vw;
		height: 3vw;
	}
	#tgslice .tg_bg .ms .ms1{
		font-size: 20px;
	}
	#tgslice .tg_bg .ms .ms2{
		font-size: 40px;
	}
	#tgslice .tg_bg .ms .ms3{
		font-size: 16px;
	}
	.flagship_funds > .tg h3{
		font-size: 40px;
	}
	#flagship_slide .flaginfo > .desc .subject{
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	.stock_box .set_iframe .body iframe{
		height: 220px;
		-webkit-transform: scale(1.3) translate(19px,20px);
		   -moz-transform: scale(1.3) translate(19px,20px);
		    -ms-transform: scale(1.3) translate(19px,20px);
		     -o-transform: scale(1.3) translate(19px,20px);
		        transform: scale(1.3) translate(19px,20px);
	}	
	.quick_link a > .name{
		font-size: 16px;
	}
	.product_card{
		margin-left: 0;
	}
	.product_card .slidestock > ul > li{
		width: calc(50% - 30px);
	}
	.product_card .slidestock > ul > li:nth-child(3n+0) {
	    margin-right: 15px;
	}
	.product_card .slidestock > ul > li:nth-child(2n+0) {
	    margin-right: 0;
	}
	.stock_box .set_iframe .title{
		font-size: 20px;
		font-weight: 500;
	}
	.stock_box{
		padding: 60px 0;
	}
	.homenews2 > ul > li a.img{
		height : 180px;
	}
	.news_box{
		padding-bottom: 0px;
	}
	.newstabs .nav-tabs .nav-link{
		padding-left: 20px;
		padding-right: 20px;
	}
	.sec_head h2{
		padding-left: 15px;
	}
	.flagship_funds > .tg{
		padding: 70px 0;
	}
	.flagship_funds > .tg h3{
		font-size: 30px;
	}
	#flagship_slide .flaginfo .img{
		min-width: 350px;
		height: 280px;
	}
	#flagship_slide .flaginfo > .desc .subject{
		font-size: 20px;
	}
}
@media (max-width: 1024px) {
	#tgslice .tg_bg .ms .ms2{
		font-size: 30px;
		margin-bottom: 0;
	}
}
@media (max-width: 991px) {
	.stock_box .set_iframe .body iframe{
		height: 570px;
		-webkit-transform: scale(3) translate(75px,195px);
		   -moz-transform: scale(3) translate(75px,195px);
		    -ms-transform: scale(3) translate(75px,195px);
		     -o-transform: scale(3) translate(75px,195px);
		        transform: scale(3) translate(75px,195px);
	}	
	.product_card{
		padding-bottom: 50px;
	}
	.product_card .slick-dots{
		bottom: -15px;
	}
	.product_card .slick-arrow{
		bottom: -15px;
		top: auto;
	}
	.stock_box{
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.homenews2 > ul > li{
		width: 33.33%;
		padding-top: 0;
	}
	.newstabs .tab-content{
		padding: 0;
	}
	.homenews3{
		padding-top: 15px;
	}
	.newstabs{
		margin-top: 10px;
	}
	.newstabs .nav-tabs .nav-link{
		padding-top: 13px;
		padding-bottom: 13px;
		white-space: nowrap;
	}
	.newstabs .nav-tabs{
		display: block;
		white-space: nowrap;
		overflow: hidden;
		overflow-x: auto;
	}
	.nav-tabs .nav-item{
		display: inline-block;
	}
	.homenews{
		padding-bottom: 30px;
	}
	.homenews > ul > li{
		width: 100%;
		padding-left: 0;
	}
	.homenews > ul > li:first-child{
		margin-bottom: 25px;
	}
	.homenews > .btn-light{
		margin-top: 20px;
	}
	#tgslice .slick-dots li,
	#tgslice .slick-dots li button{
		width: 50px;
	}
	.home_banner_link{
		flex-wrap: wrap;
	}
	.home_banner_link > a{
		width: 50%;
	}
}
@media (max-width: 767px) {
	.stock_box .set_iframe .body iframe{
		height: 450px;
		-webkit-transform: scale(2.3) translate(58px,132px);
		   -moz-transform: scale(2.3) translate(58px,132px);
		    -ms-transform: scale(2.3) translate(58px,132px);
		     -o-transform: scale(2.3) translate(58px,132px);
		        transform: scale(2.3) translate(58px,132px);
	}
	#tgslice .slick-prev{
		width: 6vw;
		height: 6vw;
	}
	#tgslice .slick-next{
		width: 6vw;
		height: 6vw;
	}
	.quick_link{
		padding: 40px 0;
		padding-bottom: 20px;
	}
	.quick_link a{
		height: 180px;
	}
	.stock_box{
		padding-top: 30px;
	}
	.homenews2 > ul > li{
		width: 50%;
	}
	#tgslice .tg_bg{
		height: 100vw;
		background-image: var(--bg_mobile);
	}
	#tgslice .tg_bg .ms .ms1{
		font-size: 20px;
	}
	#tgslice .tg_bg .ms .ms2{
		font-size: 26px;
	}
	#tgslice .tg_bg .ms .ms3{
		font-size: 16px;
	}
	.stock_box .CL{
		padding-left: 0;
		padding-right: 0;
	}
	#flagship_slide .flaginfo{
		flex-direction: column;
	}
	#flagship_slide .slick-dots{
		float: none;
		bottom: -45px;
	}
	#flagship_slide .flaginfo .img{
		height: 350px;
	}
	#flagship_slide .flaginfo > .desc::before{
		display: none;
	}
}
@media (max-width: 575px) {
	.homenews > .btn-light{
		width: 100%;
		margin-top: 0;
	}
	#tgslice .slick-slide > .img{
		display: none;
	}
	#tgslice .slick-slide > .img.mobile{
		display: block;
		height: 71vw;
	}
}
@media (max-width: 550px) {
	.stock_box .set_iframe .body iframe{
		height: 320px;
		-webkit-transform: scale(1.8) translate(42px,68px);
		   -moz-transform: scale(1.8) translate(42px,68px);
		    -ms-transform: scale(1.8) translate(42px,68px);
		     -o-transform: scale(1.8) translate(42px,68px);
		        transform: scale(1.8) translate(42px,68px);
	}
	.product_card .slidestock > ul > li{
		width: calc(100% - 30px);
		margin-right: 0!important;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.product_card .slidestock > ul > li .desc{
		min-height: auto;
	}
	.product_card .slidestock > ul > li{
		min-height: 0;
	}
	.product_card .slidestock > ul > li .date{
		position: initial;
		margin-top: 15px;
	}
	.homenews2{
		padding-top: 15px;
		overflow-x: auto;
	}
	.homenews2 > ul{
		white-space: nowrap;
		display: flex;
		margin-bottom: 0;
	}
	.homenews2 > ul > li{
		width: 100%;
	}
	.homenews2 > ul > li a.img{
		height: 250px;
		width: 320px;
	}
	.homenews3 >a{
		width: 100%;
		font-size: 16px;
		padding-left: 15px;
		padding-right: 15px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	#tgslice .slick-dots{
		bottom: 30px;
	}
	#tgslice .slick-prev,
	#tgslice .slick-next{
		display: none!important;
	}
	#tgslice .tg_bg .ms{
		text-align: left;
	}
	#tgslice .tg_bg .ms .ms1{
		font-size: 16px;
	}
	#tgslice .tg_bg .ms .ms2{
		font-size: 20px;
		margin-bottom: 5px;
	}
	#tgslice .tg_bg .ms .ms3{
		font-size: 14px;
	}
	#tgslice .slick-dots li, #tgslice .slick-dots li button{
		width: 25px;
	}
	#tgslice .tg_bg .ms a.btn{
		margin-top: 20px;
	}
	.home_banner_link > a > span{
		font-size: 5vw;
	}
	#flagship_slide .flaginfo > .desc .subject{
		font-size: 18px;
	}
	#flagship_slide .flaginfo > .desc .desc{
		font-size: 14px;
	}
	.flagship_funds{
		padding-bottom: 80px;
	}
	.home_banner_link{
		padding-bottom: 20px;
	}
	.product_card{
		padding-bottom: 0;
	}
	.product_card .slick-slide{
		padding-bottom: 15px;
	}
	.product_card .slick-dots{
		float: none;
		bottom: 0;
	}
	.slick-dotted.slick-slider{
		margin-bottom: 15px;
	}
}