.header-container {
	display : contents;
}
.detail-title-main span{
	line-height: 1.5;
}
.detail-title-main > h3 {
	font-weight: 600;
}
.detail-introudce {
	display: flex;
	width : 100%;
	margin-top: 50px;
}
.detail-title {
	width : 60%;
	margin : auto 0;
	margin-left: 100px;
}
.detail-title-img {
	width : 40%;
	margin : auto 0;
}
.detail-title-img > img {
	width : 100%;	
}
.detail-title-sub {
	padding-top: 30px;
	font-weight: 500;
	color : #0a58ca;
}
.detail-title-btn {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.detail-title-btn button {
	width: 60%;
    height: 60px;
    color: #FFFFFF;
    background: #005A9C;
    border-radius: 30px;
    border: none;
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left:20%
    }
.detail-product-btn {
	width: 49%;
	margin-top: 40px;
    margin-bottom: 30px;
}
.detail-product-btn button {
    height: 60px;
    color: #005A9C;
    border-radius: 30px;
    border: 1px solid #005A9C;
    background: #FFFFFF;
    width: 100%;
}
.detail-product-navbar div {
	margin-top: 50px;
}
/*
@media (max-width:1000px) {
	.detail-title-img {
		width : 40%;
		margin : auto 0;
	}
	.detail-title-img > img {
		width : 100%;	
	}
	.detail-title {
		width : 60%;
		margin-left: 0%;
	}
}
*/
@media (max-width:1000px) {
	.detail-introudce {
		display: block;
	}
	.detail-title-img {
		width : 100%;
		margin : auto 0;
	}
	.detail-title, .detail-title-btn > button, .detail-product-btn {
		width: 100%;
		margin-left: 0%;
	}
	.detail-title-btn {
		display: block;
	}
	.detail-title-btn > button {
		margin-bottom: 0px;
	}
	.detail-product-btn {
		margin-top: 10px;
	}
}
