.products_layout .p_haddpade .page_name{
	text-align: left;
	color: #fff;
}
.product_nav{
	border-bottom: 1px solid #E5E5E5;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.product_nav .slick-prev,
.product_nav .slick-next{
    font-weight: 900;
}
.product_nav .slick-prev{
	left: 0;
}
.product_nav .slick-next{
	right: 0;
}
.product_nav .slick-next::before,
.product_nav .slick-prev::before{
	font-family: "Font Awesome 5 Free";
}
.product_nav .slick-next::before{
	content: "\f054";
}
.product_nav .slick-prev::before{
	content: "\f053";
}
.product_nav a{
	display: block;
	padding: 13px 25px;
	font-size: 15px;
	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;
	color: #194769;
}
.product_nav a:hover{
	background: #ECF0F1;
}
.product_nav a.active{
	background: #194769;
	color: #fff;
	font-weight: 500;
}
.p_contents{
	padding-bottom: 50px;
}
.p_contents .color_remark{
	text-align: right;
}
.p_contents .color_remark > ul > li{
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
}
.p_contents .color_remark > ul > li i{
	margin-right: 2px;
}
.p_contents .ph{
	font-size: 24px;
	font-weight: 400;
	color: #1F3856;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 60px;
	background: url('../image/i-fund-money-PVD.png') left 5px no-repeat;
}
.p_contents .ph.ifund1{
	background: url('../image/i-fund-money.png') left 5px no-repeat;
}
.p_contents .ph.ifund2{
	background: url('../image/i-fund-equity.png') left 5px no-repeat;
}
.p_contents .ph.ifund3{
	background: url('../image/i-fund-foreign.png') left 5px no-repeat;
}
.p_contents .ph.ifund4{
	background: url('../image/i-fund-long.png') left 5px no-repeat;
}
.p_contents .ph.ifund5{
	background: url('../image/i-fund-retirement.png') left 5px no-repeat;
}
.p_contents .ph.ifund6{
	background: url('../image/i-fund-super.png') left 5px no-repeat;
}
.p_contents hr{
	border-style: dashed;
	margin-top: 10px;
}
.product_lists > ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.product_lists > ul > li{
	margin-right: 15px;
	width: calc(33.33% - 15px);
	border-radius: 6px;
	margin-bottom: 25px;
	position: relative;
	min-height: 100px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.product_lists > ul > li:hover{
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	     -o-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.product_lists > ul > li .desc{
	padding: 15px 20px;
}
.product_lists > ul > li .cicles{
	position: absolute;
	right: 0;
	top: 0;
}
.product_lists > ul > li .desc .name{
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-decoration: none;
	display: block;
}
.product_lists > ul > li .desc p{
	color: #62686A;
	font-size: 14px;
	margin-bottom: 30px;
}
.product_lists > ul > li .desc a.seeall{
	color: #226699;
	text-decoration: none;
}
.product_lists > ul > li .desc a.seeall .fas{
	color: red;
	font-size: 18px;
	vertical-align: middle;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.product_lists > ul > li:hover .desc a.seeall .fas{
	-webkit-transform: translate(5px);
	   -moz-transform: translate(5px);
	    -ms-transform: translate(5px);
	     -o-transform: translate(5px);
	        transform: translate(5px);
}
.products_layout .p_haddpade{
	background: url('/web-assets/imgs/bg-blue.jpg') center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 20px 0;
}
.products_layout .p_haddpade .p_name{
	font-size: 25px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 600;
}
.products_layout .p_haddpade p{
	display: inline-block;
	font-size: 24px;
	margin-bottom: 0;
}
.products_layout .p_views{
	padding: 20px;
}
.products_layout .p_views .p_html{
	padding-top: 50px;
}
.products_layout .p_views .p_html .ms{
	font-size: 18px;
	color: #62686A;
	font-weight: 500;
	margin-bottom: 20px;
}
.products_layout .p_views .p_html .p_price{
	display: flex;
	align-items: center;
}
.products_layout .p_views .p_html .p_price .price{
	font-size: 50px;
	color: #1F3856;
	font-weight: 700;
	padding-right: 20px;
}
.products_layout .p_views .p_html .p_price .change{
	font-size: 24px;
}
.products_layout .p_views .p_html .p_price .change .far{
	margin-right: 5px;
	font-size: 34px;
	vertical-align: middle;
	line-height: 0;
}
.products_layout .p_views .p_html .p_price .change.green{
	color: green;
}
.products_layout .p_views .p_html .p_price .change.red{
	color: red;
}
.products_layout .p_views .p_html .p_price .cicle{
	margin-left: auto;
	display: flex;
	align-items: center;
}
.products_layout .p_views .p_info{
	padding-bottom: 15px;
}
.products_layout .p_nav .nav-item .nav-link{
	font-size: 15px;
	font-weight: 500;
	padding: 15px 30px;
	color: #226699;
	border-radius: 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;
}
.products_layout .p_nav .nav-item .nav-link:hover{
	background: #ECF0F1;
	border-radius: none;
	border-color: #ECF0F1;
}
.products_layout .p_nav .nav-item.show .nav-link, 
.products_layout .p_nav .nav-link.active{
	background: #194769!important;
	color: #fff!important;
	border-radius: 0;
	border-color: #194769!important;
}
.products_layout .p_views .p_headinfo{
	font-size: 24px;
	color: #1F3856;
	margin-bottom: 30px;
}
.products_layout .p_chart{
	padding-bottom: 80px;
}
.products_layout .p_search{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 30px;
}
.products_layout .p_search select{
	display: inline-block;
	max-width: 300px;
}
.products_layout .p_stock{
	margin-bottom: 25px;
}
.products_layout .p_stock .p_haddpade{
	padding-left: 30px;
	padding-right: 30px;
}
.products_layout .p_stock .p_haddpade .seeall{
	float: right;
	color: #fff;
	font-size: 18px;
	padding-top: 5px;
}
/* Ampchart */
#chart_div {
  width: 100%;
  height: 520px;
}
#chart_periods{
	position: relative;
	z-index: 1;
	display: none;
}
.web_html_nav.products{
	border-bottom: 1px solid #E5E5E5;
}
.web_html_nav.products{
	overflow: hidden;
	overflow-x: auto;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-top: 30px;
	margin-bottom: 40px;
}
.web_html_nav.products > li{
	white-space: nowrap;
	display: block;
}
.products_layout{
	padding-top: 50px;
}
.products_layout .head_title{
	display: flex;
	border-bottom: 1px dashed #BBBBBB;
	padding-bottom: 25px;
	justify-content: space-between;
}
.products_layout .head_title h1{
	margin: 0;
}
.p_performance .p_table table .htb{
	background: #194769;
	color: #fff;
}
.p_table .table thead th{
	color: #fff;
	padding: 20px 20px;
}
.products_layout .filter{
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
}
.products_layout .filter .left{
	padding-right: 15px;
}
.filter .select_label{
	color: #B42124;
	font-size: 14px;
	padding-bottom: 5px;
}
.filter .left .btnselect{
	min-width: 500px;
}
.filter .right select{
	margin-right: 15px;
}
.btnselect > span{
	color: #aaa;
	padding-left: 5px;
}
.products_layout.performance .p_performance .p_table .table thead tr{
	background: #194769;
}
.products_layout.performance .p_performance .p_table .table thead th{
	font-size: 14px;
	padding: 5px 15px;
}
.funds_info{
	background: url('../image/bg-funds.jpg') center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 30px;
	margin-bottom: 15px;
	position: relative;
}
.funds_info .btn_white_link{
	position: absolute;
	right: 30px;
	bottom: 25px;
}
.funds_info h2{
	font-size: 32px;
}
.funds_info p{
	font-size: 20px;
	margin-bottom: 0;
}
.funds_info .date{
	font-size: 14px;
	margin-top: 15px;
}
.funds_info .date > i{
	margin-right: 5px;
}
.products_layout.performance .p_table .table td strong{
	color: #222;
}
.performance_chart .title{
	background: #0C243F;
	color: #fff;
	padding: 15px 15px;
	font-size: 14px;
}
.chart_tools{
	margin-bottom: 20px;
}
.chart_tools .form-control{
	border-color: #BBBBBB;
}
.chart_tools #date_chart_range{
	border-color: #BBBBBB;
	height: 50px;
	font-size: 18px;
	padding-top: 10px;
	padding-left: 20px;
}
#price_data .table thead th{
	font-size: 14px;
}
.products_layout.fund_info{
	padding-top: 0;
}
.products_layout.fund_info .page_name{
	background-image: url('../image/tg-fundinfo.jpg');
	color: #fff;
}
.fund_nav{
	background: #0C243F;
}
.fund_nav .breadcrumb{
	background: none;
	margin-bottom: 0;
	padding-left: 0;
	presentation-level: 0;
}
.fund_nav .breadcrumb-item+.breadcrumb-item::before,
.fund_nav .breadcrumb-item.active{
	color: #fff;
}
.fund_nav .breadcrumb a{
	color: #fff;
	text-decoration: none;
}
.fund_nav .breadcrumb-item+.breadcrumb-item{
	padding-left: 0;
}
.fund_nav .breadcrumb-item+.breadcrumb-item::before{
	content: '';
	width: 25px;
	padding: 0;
	background: url('../image/i-link.svg') center center no-repeat;
}
.p_biginfo{
	background: url('../image/tg-funds.jpg') center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 50px 0;
}
.p_biginfo.group_1{
	background-image: url('../image/tg-Money-Market.jpg');
}
.p_biginfo.group_2{
	background-image: url('../image/tg-Equity-Fund.jpg');
}
.p_biginfo.group_4{
	background-image: url('../image/tg-LTF.jpg');
}
.p_biginfo.group_5{
	background-image: url('../image/tg-RMF.jpg');
}
.p_biginfo.group_6{
	background-image: url('../image/tg-SSF.jpg');
}
.p_biginfo .g_name{
	font-size: 14px;
	color: #BAAC88;
	padding-bottom: 5px;
}
.p_biginfo .p_name{
	display: flex;
	align-items: baseline;
	padding-bottom: 15px;
}
.p_biginfo .p_name h1{
	font-size: 32px;
	margin: 0;
}
.p_biginfo .p_name p{
	font-size: 22px;
	margin: 0;
	padding-left: 25px;
}
.p_biginfo .p_price .unit{
	font-size: 14px;
	color: #BAAC88;
}
.p_biginfo .p_price .pinfo{
	display: flex;
	font-size: 40px;
	align-items: baseline;
	line-height: 40px;
}
.p_biginfo .p_price .pinfo .thb{
	font-size: 20px;
	padding-right: 10px;
}
.p_biginfo .p_price .pinfo .change{
	font-size: 20px;
	display: inline-block;
	padding-left: 10px;
}
.p_biginfo .p_price .pinfo .change.green{
	color: green;
}
.p_biginfo .p_price .pinfo .change.red{
	color: red;
}
.fund_sub_nav{
	background: #fff;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.fund_sub_nav .p_nav{
	border-bottom: none;
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
	overflow-x :  auto;
}
.products_layout .fund_sub_nav .p_nav .nav-link{
	color: #222!important;
	border: none!important;
	position: relative;
	padding: 15px;
	white-space: nowrap;
}
.products_layout .fund_sub_nav .p_nav li:first-child .nav-link{
	padding-left: 0;
}
.products_layout .fund_sub_nav .p_nav .nav-link::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 3px;
	background: #D80C10;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(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;
}
.products_layout .fund_sub_nav .p_nav li:first-child .nav-link::before{
	left: 0;
}
.products_layout .fund_sub_nav .p_nav .nav-link:hover,
.products_layout .fund_sub_nav .p_nav .nav-link.active{
	background: none!important;
}
.products_layout .fund_sub_nav .p_nav .nav-link:hover::before,
.products_layout .fund_sub_nav .p_nav .nav-link.active::before{
	-webkit-transform: scale(1)!important;
	   -moz-transform: scale(1)!important;
	    -ms-transform: scale(1)!important;
	     -o-transform: scale(1)!important;
	        transform: scale(1)!important;
}
.sub_header{
	border-bottom: 1px dashed #BBBBBB;
	padding: 15px 0;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
    align-items: baseline;
}
.sub_header h2{
	font-size: 32px;
	color: #222;
	margin: 0;
}
.products_layout.fund_info .p_views{
	padding: 0;
}
.products_layout.fund_info .p_views .p_html{
	padding-top: 20px;
}
.p_fund_info{
	display: flex;
}
.p_fund_info .col_left{
	min-width: 465px;
	color: #222;
}
.p_fund_info .col_right{
	width: 100%;
	padding-left: 80px;
}
.p_fund_info .col_right .detail_head{
	font-size: 24px;
	display: block;
	padding-bottom: 5px;
	color: #222;
	font-weight: bold;
}
.html_col_data > li{
	border-bottom: 1px solid #E5E5E5;
	padding: 12px 0;
}
.html_col_data > li .name{
	color: #222;
}
.html_col_data > li .val{
	font-weight: bold;
	font-size: 16px;
}
.p_fund_info .i_moning{
	display: flex;
	padding-bottom: 20px;
	align-items: center;
}
.p_fund_info .i_moning .stock_date{
	padding-left: 15px;
}
.p_fund_info .i_moning .stock_date .far{
	margin-right: 3px;
}
.p_fund_performance{
	display: flex;
}
.p_fund_performance .col_left{
	width: 100%;
	padding-right: 15px;
}
.p_fund_performance .col_right{
	min-width: 610px;
}
.p_fund_performance .p_table .table thead th {
    font-size: 14px;
    padding: 5px 15px;
}
.sub-header{
	font-size: 24px;
	color: #226699;
	border-bottom: 3px solid #226699;
	padding-bottom: 5px;
}
.p_info .help-block{
	font-size: 14px;
	padding-top: 5px;
	color: #62686A;
}
.products_layout.fund_info .p_files{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}
.products_layout.fund_info .p_files > li{
	margin-right: 30px;
	margin-bottom: 30px;
	border-bottom: none;
}
.products_layout.fund_info .p_files > li:nth-child(5n+0) {
	margin-right: 0;
}
.products_layout.fund_info .p_files > li > a{
	display: block;
	width: 245px;
	height: 220px;
	border: 1px solid #E5E5E5;
	padding: 15px;
	padding-bottom: 40px;
	background-position: calc(100% - 15px) calc(100% - 15px);
	background-image: url('../image/i-download.svg');
	color: #222;
	font-weight: bold;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.products_layout.fund_info .p_files > li > a > span{
	display: block;
	font-size: 12px;
}
.products_layout.fund_info .p_files > li:hover > a{
	background-color: #0C243F;
	background-image: url('../image/i-download-hover.svg');
	color: #fff;
	-webkit-transform: translateY(-15px);
	   -moz-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	     -o-transform: translateY(-15px);
	        transform: translateY(-15px);
}
@media (max-width: 1699px) {
	.p_fund_performance .col_right{
		min-width: 500px;
	}
}
@media (max-width: 1550px) {
	.p_fund_performance .col_right{
		min-width: auto;
		width: 40%;
	}
	.p_fund_performance .col_left{
		width: 60%;
	}
	.products_layout.fund_info .sub-header{
		font-size: 20px;
	}
	.products_layout.fund_info .p_info .offset-md-1{
		margin-left: 0;
		flex: 0 0 50%;
    	max-width: 50%;
	}
	.products_layout.fund_info .p_files > li:nth-child(4n+0){
		margin-right: 0px;
	}
	.products_layout.fund_info .p_files > li:nth-child(5n+0){
		margin-right: 30px;
	}
}
@media (max-width: 1440px) {
	
}
@media (max-width: 1199px) {
	.products_layout .p_views .p_html .p_price .price{
		font-size: 40px;
	}
	.products_layout .p_views .p_html .ms{
		margin-bottom: 0;
	}
	.chart_tools > ul.select_range > li:first-child > a,
	.chart_tools > ul.select_range > li > a{
		padding: 10px 10px;
		font-size: 14px;
	}
	.products_layout .p_haddpade .p_name,
	.products_layout .p_haddpade p{
		font-size: 20px;
	}
	.products_layout .p_stock .p_haddpade .seeall{
		padding-top: 3px;
	}
	.product_lists > ul > li{
		width: calc(50% - 15px);
	}
	.p_biginfo{
		background-position: 80% center;
	}
	.p_fund_info .col_right{
		padding-left: 30px;
	}
	.p_fund_performance{
		flex-wrap: wrap;
	}
	.p_fund_performance .col_left{
		padding-right: 0;
		width: 100%;
	}
	.p_fund_performance .col_right{
		width: 100%;
	}
	.sub_header h2{
		font-size: 24px;
	}
	.products_layout.fund_info .p_files > li:nth-child(4n+0) {
		margin-right: 30px;
	}
	.products_layout .head_title h1{
		font-size: 30px;
	}
	.p_table.group .tb_headgroup > td{
		font-size: 16px;
	}
	.p_table .table thead th{
		font-size: 14px;
	}
	.p_table .table td{
		font-size: 14px;
	}
	.funds_info h2{
		font-size: 26px;
	}
	.funds_info p{
		font-size: 16px;
	}
	.filter .left .btnselect{
		min-width: 100%;
	}
	.p_performance .col-md-8,
	.p_performance .col-md-4,
	.products_layout .p_chart .col-md-7,
	.products_layout .p_chart .col-md-5{
		flex: 0 0 100%;
    	max-width: 100%;
	}
}
@media (max-width: 991px) {
	.layout_leftmenu .right_content{
		padding-left: 0;
		padding-top: 20px;
	}
	.product_nav{
		margin-bottom: 30px;
	}
	.p_contents .ph{
		padding-bottom: 10px;
	}
	.products_layout .p_views .stock_date{
		padding-bottom: 10px;
	}
	.products_layout .p_views .p_html .p_price .price{
		font-size: 30px;
	}
	.products_layout .p_views .p_nav{
	    display: flex;
	    flex-direction: row;
	    flex-wrap: nowrap;
	    white-space: nowrap;
	    overflow: hidden;
	    overflow-x: auto;
	}
	.products_layout .p_views .p_nav > li{
		display: inline-block;
	}
	.products_layout .p_views .p_info{
		padding-bottom: 15px;
	}
	.products_layout .p_chart{
		padding-bottom: 20px;
	}
	.products_layout .p_views .p_headinfo{
		margin-bottom: 15px;
	}
	.products_layout .p_haddpade .p_name, .products_layout .p_haddpade p{
		font-size: 18px;
	}
	.products_layout .p_stock .p_haddpade .seeall{
		font-size: 14px;
	}
	.products_layout .p_stock .p_haddpade{
		padding: 15px 20px;
	}
	.p_contents .ph{
		padding-bottom: 20px;
	}
	.layout_leftmenu{
		padding-top: 30px;
	}
	.p_fund_info{
		flex-wrap: wrap;
	}
	.p_fund_info .col_right{
		padding-left: 0;
	}
	.sub_header h2{
		font-size: 24px;
	}
	.products_layout.fund_info .filter{
		display: block;
	}
	.products_layout.fund_info .filter .chart_tools{
		display: flex;
	}
	.products_layout.fund_info .filter .chart_tools .select_date{
		margin-top: 0;
	}
	.products_layout.fund_info #date_chart_range{
		width: auto;
	}
	.products_layout.fund_info .sub-header{
		font-size: 16px;
	}
	.html_col_data > li .val,
	.html_col_data{
		font-size: 14px;
	}
	.products_layout.fund_info .p_views .p_html{
		padding-top: 15px;
	}
	.products_layout.fund_info .p_files > li{
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.products_layout.fund_info .p_files > li > a{
		width: 215px;
	}
	.products_layout.fund_info .p_files > li{
		margin-right: 15px!important;
	}
	.products_layout.fund_info .p_files > li:nth-child(3n+0){
		margin-right: 0!important;
	}
	.products_layout .filter{
		flex-wrap: wrap;
	}
	.products_layout .filter .right{
		padding-top: 15px;
	}
	.products_layout .filter .right .chart_tools{
		display: flex;
	}
	.chart_tools .select_date{
		margin-top: 0;
	}
	#date_chart_range{
		width: auto;
	}
	.dropdown_select{
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.products_layout .p_views .p_html{
		padding-top: 30px;
	}
	.p_contents .color_remark{
		text-align: center;
	}
	.product_lists > ul > li{
		width: 100%;
	}
	.products_layout .p_views .p_html .p_price{
		display: block;
		text-align: center;
	}
	.products_layout .p_views .p_html .p_price .cicle{
		margin: 0;
		width: 100%;
		justify-content: center;
	}
	.products_layout .p_views .p_html .ms{
		padding-bottom: 20px;
		text-align: center;
	}
	.container > .p_views{
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
	}
	.products_layout .p_views .p_info{
		padding-bottom: 15px;
	}
	.products_layout .p_views .p_info .card-body{
		font-size: 14px;
	}
	.products_layout .p_nav .nav-item .nav-link{
		padding: 15px 20px;
		padding-right: 10px;
	}
	.products_layout .fund_sub_nav .p_nav .nav-link::before{
		right: 10px;
	}
	#chart_div{
		height: 50vw;
	}
	.products_layout .p_stock .p_haddpade{
		display: flex;
		flex-direction: column;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.products_layout .p_haddpade .p_name{
		padding-bottom: 10px;
	}
	.p_contents .ph{
		font-size: 18px;
	}
	.product_lists > ul > li:hover{
		-webkit-transform: none;
		   -moz-transform: none;
		    -ms-transform: none;
		     -o-transform: none;
		        transform: none;
	}
	.layout_leftmenu{
		padding-top: 15px;
	}
	.p_biginfo{
		padding-top: 30px;
	}
	.p_biginfo .p_name h1{
		font-size: 24px;
	}
	.p_biginfo .p_name p{
		font-size: 18px;
	}
	.p_biginfo .p_price .pinfo{
		font-size: 30px;
	}
	.sub_header h2{
		font-size: 20px;
	}
	.sub_header .stock_date{
		font-size: 14px;
	}
	.products_layout.fund_info .p_info .offset-md-1{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.products_layout.fund_info .p_files{
		margin-left: -5px;
		margin-right: -5px;
	}
	.products_layout.fund_info .p_files > li:nth-child(3n+0),
	.products_layout.fund_info .p_files > li{
		margin: 5px!important;
		width: calc(50% - 10px);
	}
	.products_layout.fund_info .p_files > li > a{
		width: 100%;
	}
	.products_layout{
		padding-top: 30px;
	}
	.products_layout .head_title{
		flex-wrap: wrap;
	}
	.products_layout .head_title h1{
		margin-bottom: 15px;
		font-size: 2-px;
	}
	.funds_info h2{
		font-size: 20px;
	}
	.funds_info p{
		font-size: 14px;
	}
}
@media (max-width: 550px) {
	.products_layout .p_views .p_html{
		padding-top: 15px;
	}
	#chart_div{
		height: 80vw;
	}
	.html_col_data > li{
		align-items: flex-start;
		flex-direction :  column;
	}
	.html_col_data > li .val{
		font-size: 14px;
		padding-top: 5px;
	}
	.products_layout.fund_info .filter .chart_tools{
		flex-wrap: wrap;
	}
	.products_layout.fund_info .filter .chart_tools #select_range{
		margin-bottom: 15px;
	}
	.products_layout.fund_info .sub_header{
		flex-wrap: wrap;
	}
	.products_layout.fund_info .sub_header h2{
		margin-bottom: 15px;
	}
	.funds_info .btn_white_link{
		position: initial;
		margin-top: 15px;
		display: inline-block;
	}
}