@font-face {
	font-family: Dosis-Bold;
	/*src: url(../Dosis/static/Dosis-Bold.ttf);*/
	src: url(../microsoft_yahei/chinese.msyh.ttf);
}
@font-face {
	font-family: Dosis-ExtraBold;
	/*src: url(../Dosis/static/Dosis-ExtraBold.ttf);*/
	src: url(../microsoft_yahei/chinese.msyh.ttf);
}
@font-face {
	font-family: Dosis-ExtraLight;
	/*src: url(../Dosis/static/Dosis-ExtraLight.ttf);*/
	src: url(../microsoft_yahei/chinese.msyh.ttf);
}
@font-face {
	font-family: Dosis-Light;
	/*src: url(../Dosis/static/Dosis-Light.ttf);*/
	src: url(../microsoft_yahei/chinese.msyh.ttf);
}
@font-face {
	font-family: Dosis-Medium;
	/*src: url(../Dosis/static/Dosis-Medium.ttf);*/
	src: url(../microsoft_yahei/chinese.msyh.ttf);
}
@font-face {
	font-family: Dosis-Regular;
	/*src: url(../Dosis/static/Dosis-Regular.ttf);*/
	src: url(../microsoft_yahei/chinese.msyh.ttf);
}
@font-face {
	font-family: Dosis-SemiBold;
	/*src: url(../Dosis/static/Dosis-SemiBold.ttf);*/
	src: url(../microsoft_yahei/chinese.msyh.ttf);
}
*{
	font-family: 'Dosis-Regular';
}
/*#dropdown_language .dropdown-toggle,#dropdown_language .dropdown-menu{
	border:  1px solid white;
	background-color: transparent;
}
#dropdown_language .dropdown-toggle:hover,#dropdown_language .dropdown-menu{
	border:  1px solid #f44c7f;
	background-color: #f44c7f;
}
#dropdown_language .dropdown-menu .dropdown-item:hover{
	background-color: transparent;
	border-bottom: 1px solid #eaeaea;
}
*/
#dropdown_search * ,#dropdown_language *{
	color: white;
} 
#dropdown_search .form-inline input{
	width: 200px;
}
#dropdown_search .form-inline{
	flex-flow : row;
}
#section_header .navbar{
	box-shadow: 0 5px 10px rgba(100,100,100,.1) !important;
}
#navbarHeader .nav-link{
	font-family: 'Dosis-Light';
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	color: white;
	text-align: center;
}
.bg-white #dropdown_search * ,.bg-white #dropdown_language *,.bg-white #navbarHeader .nav-link{
	color: black;
}
#section_header{
	background: linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.4) 50%,transparent);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
#video_parallax{
	height: 100vh;
	min-height: 600px;
	position: relative;
	overflow: hidden;
}
#video_parallax video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
	max-width: none;
}
#video_parallax .video-title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 100%;
	max-width: none;
}
#video_parallax .button-group{
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#video_parallax .button-group a{
	background-color: transparent;
	padding: 40px 1rem;
	border-right: 1px solid white;
}
#video_parallax .button-group a:last-child{
	border-right: 0;
}
#video_parallax .button-group a:hover{
	text-decoration: none;
}
#video_parallax .button-group a:hover p:first-child{
	color: #25c0ff;
}
#video_parallax .button-group a p:last-child{
	font-size: 14px;
}

#section_carousel .carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#section_carousel .carousel-inner .carousel-item img{
	height: 300px;
	width: 100%;
	object-position: center;
	object-fit: cover;
}

#section_news #news{
	/*background-color: #131f39;*/
	background: url('https://uploads.chint.com/uploads/user_0/attachment/file/754/29dc5d86-2b8d-45b3-b154-ab6afcaa3b6f.png');
	position: relative;
	background-size: cover;
}
#section_news #news::before{
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	background-color: rgb(90 127 178 / 20%);
}
#section_news .container{
	position: relative;
	z-index: 10;
}
#section_news .header h1{
	font-weight: bold;
	position: relative;

}
#section_news .header .btnReadMore{
	border: 1px solid white;
	color: white;
	border-radius: 0;
	padding: 0 55px;
	height: 60px;
	font-size: 18px;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
#section_news .body{
	margin-top: 30px;
	display: flex;
	flex-direction: row;
}
#section_news .body .card{
	background-color: transparent;
	border-radius: 0;
	/*flex: 0 1 25%;*/
	color: white;
	border: 0;
	overflow: hidden;
	transition: .5s;
	/*margin: 0 10px;*/
}
#section_news .body .card .date{
	/*color: rgba(255,255,255,.3);*/
}
#section_news .body .card .date .badge{
	border: 1px solid #ed3237;
	margin-left: 10px;
	border-radius: 0px;
	padding: 3px 12px;
	color: #ed3237;
	font-size: 14px;
}
#section_news .body .card .image{
	height: 275px;
	overflow: hidden;
}
#section_news .body .card img{
	width: 100%;
	height: 275px;
	object-fit: cover;
}
#section_news .body .card:hover p.card-text{
	text-decoration: underline;
	cursor: pointer;
}
#section_news .body .card:hover img{
	transform: scale(1.5);
	transition: .5s;
}
#section_popup_video{
	padding: 50px;
}
#section_popup_video .popup_video{
	border-radius: 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 520px;
	background: url(../image/popup-video-cover.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: white;
}
#section_popup_video .popup_video a{
	display: inline-flex;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background-color: rgba(255,255,255,.5);
	color: white;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	opacity: .7;
}
#section_popup_video .popup_video a:hover{
	text-decoration: none;
	opacity: 1;
}

#section_product{
	display: block;
	/*background-color: #131f39;*/
	/*color: white;*/
	/*background-color: #eaeaea;*/
	color: #131f39;
	overflow: hidden;
}
#section_product .col-md-6{
	min-height: 500px;
}
#section_product .product_category img{
	/*width: 30px;*/
	height: 110px;
}
#section_product .product_category{
	padding: 20px;
}
#section_product img.bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: bottom;
}
#section_product a{
	color: inherit;
	display: block;
	font-size: 18px;
}
#section_product a:hover{
	text-decoration: none;
	opacity: .3;
}
#section_product h3{
	font-weight: bold;
}
#section_solution .box_solution{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#section_solution .box_solution .item-solution{
	flex: 0 1 200px;
	overflow: hidden;
	margin: 5px;
	height: 130px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#section_solution .box_solution .item-solution .filter{
	background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.57) 100%);
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#section_solution .box_solution .item-solution .slider_hover{
	background: linear-gradient(270deg,rgba(37,193,255,.6) 0,#237ae4 100%);
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	/*right: 0;*/
	overflow: hidden;
	width: 0%;
	height: 100%;
	/*opacity: 0;*/
	transition: .3s;
}
#section_solution .box_solution .item-solution:hover .slider_hover{
	transition: .3s;
	width: 100%;
}
#section_solution .box_solution .item-solution .slider_hover img{
	position: absolute;
	left: 15px;
	height: 30px;
	bottom: 50px;
}
#section_solution .box_solution .item-solution p{
	position: absolute;
	bottom: 0;
	padding: 20px;
	margin: 0;
	font-size: 18px;
	color: white;
	font-weight: bold;
	z-index: 9;
}

@media (max-width: 991px){
	#navbarHeader{
		position: fixed;
		top: 0;
		left: -300px;
		width: 100%;
		max-width: 300px;
		bottom: 0;
		background: white;
		z-index: 999;
		overflow: auto;
		transition: .5s;
		display: block;
	}
	#navbarHeader.show{
		left: 0;
		transition: .5s;
	}
	#navbarHeader .nav-link{
		text-align: left;
		border-bottom: 1px solid #eaeaea;
		color: black;
	}
	#dropdown_search *, #dropdown_language *{
		color: black;
	}
	#backdroup_navbar{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,.5);
		z-index: 99;
	}
	#navbarHeader.show + #backdroup_navbar{
		display: block;
	}
	#navbarHeader .dropdown-toggle::after{
		float: right;
		margin-top: 10px;
		color: #cecece;
	}
	#dropdown_language{
		flex: 1;
	}
	#dropdown_language .dropdown-toggle{
		width: 100%;
		text-align: left;
	}
	#dropdown_language .dropdown-menu{
		width: 100%;
	}
	#navbarHeader .dropdown-menu{
		padding: 0;
		border: 0;
	}
	#navbarHeader .dropdown-menu .dropdown-item{
		border-bottom: 1px solid #e8e4e4de;
		padding: 10px 24px 10px 45px;
	}

}
@media (max-width: 767px){
	#video_parallax{
		min-height: 800px;
	}
	#video_parallax video{
		min-width: 100%;
		min-height: 100%;
		max-width: none;
	}
	#video_parallax .video-title{
		position: static;
		transform: translate(0,0);
		margin-top: 150px;
	}
	#video_parallax .button-group{
		position: relative;
		transform: translate(0,0);
		margin-top: 50px;
		top: 0;
		left: 0;
	}
	#video_parallax .button-group a{
		border: 0;
	}
	#section_news .header .btnReadMore{
		padding: 0 35px;
		height: 50px;
		font-size: 16px;
	}

}

@media (max-width: 480px){
	#section_solution .box_solution .item-solution{
		flex : 0 1 120px;
	}
}









/*product*/
#product_list_search .search{
	padding: 71px 50px;
	display: flex;
	align-items: center;
}
#product_list_search .search h1{
	flex: 1;
}
#product_list_search .search .input-search{
	flex: 1;
}
@media(max-width: 480px){
	#product_list_search .search{
		padding: 50px 20px;
	}
}

#product_content .product-content{
	display: flex;
}
#product_content .product-content .sidebar{
	flex: 1 0 300px;
	background-color: #fafafafa;
	/*height: calc(100vh - 325px);*/
}
#product_content .product-content .content{
	flex: 1 1 100%;
}
#product_content .product-content .sidebar .accordion .card{
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	background-color: transparent;
	border: 0;
}
#product_content .product-content .sidebar .accordion .card-header,#product_content .product-content .sidebar .accordion .card-body{
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #eaeaea;
}
#product_content .product-content .sidebar .accordion .card-header .btn{
	padding-left: 0;
	padding-right: 0;
}
#product_content .product-content .sidebar .accordion .card-body, #product_content .product-content .sidebar .accordion .card-header .btn{
	color: #333;
}
#product_content .product-content .sidebar .accordion .card-body:hover, #product_content .product-content .sidebar .accordion .card-header .btn:hover{
	text-decoration: none;
	color: #2f5393;
}
#product_content .product-content .sidebar .accordion .float-right{
	margin-top: -5px;
}
#product_content .product-content .sidebar .accordion .icon{
	font-size: 16px;
	margin-top: -10px;
}
#product_content .product-content .content .product_box .product_list{
	color: #333;
	display: block;
}
#product_content .product-content .content .product_box .product_list img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
}
@media (max-width: 991px){
	#product_content .product-content{
		flex-direction: column;
	}
}
/*@media (max-width: 767px){*/
	#product_content .product-content .content .product_box > div{
		padding: 10px;
	}
	#product_content .product-content .content .product_box .product_list img{
		border-bottom: 1px solid #eaeaea;
	}
	#product_content .product-content .content .product_box .product_list{
		box-shadow: 3px 3px 10px rgba(100,100,100,.17);
		border: 1px solid #eaeaea;
		border-radius: 10px;
		padding: 10px;
	}
/*}*/
	#product_content .product-content .content .product_box .product_list p{
		height: 70px;
	}
@media (max-width: 767px){
	#product_content .product-content .content .product_box > div{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 767px){
	#product_content .product-content .content .product_box .product_list img{
		height: 100px !important;
	}
	#product_content .product-content .content .product_box .product_list p{
		font-size: 12px;
	}
	.h1, h1{
		font-size: 1.3rem;
	}
	.h2, h2{
		font-size: 1rem;
	}
	.breadcrumb {
		padding: 12px !important;
	}
}


/*footer*/
#section_footer *{
	font-family: Helvetica ;
}
#section_footer .list{
	padding: 0;
}
#section_footer .list li{
	list-style: none;
}
#section_footer .list li a{
	color: black;
	text-decoration: none;
	line-height: 2.5;
	font-size: 14px;
}
#section_footer .copyright{
	font-size: 13px;
}
#detail_product_description .nav-pills{
	display: flex;
}
#detail_product_description .nav-pills li{
	flex: 1;
	background-color: white;
}
#detail_product_description .nav-pills li a{
	padding: 10px;
	text-align: center;
}
#detail_product_description .tab-content .tab-pane{
	background-color: white;
	padding: 20px;
}