/* ---------- OUTSIDE ---------- */
	* {
		margin: 0;
		padding: 0;
		text-decoration: none;
		list-style-type: none;
	}
/* ---------- END OUTSIDE ---------- */
/* ---------- MAIN SETTINGS ---------- */
	#hdau{
		background: black;
	}
	#hdau ul,
	#hdau li{
		margin: 0;
	}
	#hdau,
	#hdau .hdau_sec01,
	#hdau .hdau_sec02,
	#hdau .hdau_sec03,
	#hdau .hdau_sec04,
	#hdau .hdau_sec05{
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	#hdau h1,
	#hdau h2,
	#hdau h3,
	#hdau h4,
	#hdau p,
	#hdau a {
		font-family: "Segoe UI", "Hind Siliguri", "Hind Siliguri", "Microsoft JhengHei", "Arial";
		margin: 0;
		line-height: normal;
		text-align: center;
		color: white;
	}
	#hdau h1 {
		font-family: "Myriad Pro", "Myriad", "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin-top: 55px;
		font-weight: 600;
		font-size: 3.60rem;
		letter-spacing: 1px;
	}
	#hdau h2 {
		font-weight: 300;
		font-size: 50px;
		text-transform: uppercase;
		letter-spacing: -1px;
	}
	#hdau h3 {
		font-size: 3rem;
		font-weight: 300;
		color:#C8D0DE;
		text-align: left;
		/*position: absolute;*/
		text-transform: uppercase;
		/*left: 0;*/
		/*top:-52px;*/
	}
	#hdau h4 {
		font-size: 1.313em;
		font-weight: 500;
		color:white;
		/*width: 200px;*/
		text-align: left;
	}
	#hdau p {
		font-size: 1em;
		line-height: normal;
		font-weight: 300;
		margin: 0;
	}

	#hdau .hdau_btn {
		display: block;
		width: 230px;
		height: 40px;
		color:#C8D0DE;
		line-height: 35px;
		font-size: 1.125rem;
		font-weight: 300;
		border:1px solid #C8D0DE;
		margin: 0 auto;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		left: 30px;
		top: -25px;
		cursor: pointer;
	}
	#hdau .hdau_btn_s {
		width: 110px;
		height: 32px;
		font-size: 0.875rem;
		line-height: 30px;
		margin:0;
		position: relative;
		left: 0;
		top: 0;
	}
/* ---------- END MAIN SETTINGS ---------- */
/* ---------- SEC01 ---------- */
	#hdau .hdau_sec01{
		padding-bottom: 30px;
		position: relative;
	}
	#hdau .top_img{
		width: 100%;
		height: 0;
		padding-bottom: 42.5%;
		/*width: 68.906%;
		height: 0;
		padding-bottom: 42.678%;*/
		margin:10px auto 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
		-webkit-animation: colorrun 3s infinite;
		-o-animation: colorrun 3s infinite;
		animation: colorrun 3s infinite;
	}
	@keyframes colorrun{
		from{
			-webkit-filter:hue-rotate(0deg);
			filter:hue-rotate(0deg);
		}
		to  {
			-webkit-filter:hue-rotate(359deg);
			filter:hue-rotate(359deg);
		}
	}
	.top_img_stable{
		width: 100%;
		height: 0;		
		padding-bottom: 42.5%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: absolute;
		bottom: 30px;
		left: 0;right: 0;
		margin: 0 auto 0;
	}
	#hdau .hdau_sec01 span{
		display: block;
		/*width: 48.4375%;*/
		width: 930px;
		height: 2px;
		margin:8px auto 0px;
		background: rgba(199,207,221,.5); /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(left,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Fx 3.6 to 15 */
		background: linear-gradient(to right, red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F); /* Standard syntax */
	}
/* ---------- END SEC01 ---------- */
/* ---------- SEC02 ---------- */
	#hdau .hdau_sec02 .hdau_container{
		text-align: center;
		padding-bottom: 125px;
	}
	#hdau .hdau_img{
		height: 340px;
		margin-bottom: 50px;
		display: inline-block;
		width: 447px;
		position: relative;
		vertical-align: top;
	}
	#hdau .hdau_img > img{
		width: 100%;
		max-width: 379px;
		position: absolute;
		margin:auto;
		top: 0;right: 0;bottom: 0;left: 0;
	}
	#hdau .hdau_img > p{
		margin: 295px auto 0;
		width: 80%;
		line-height: 1.2rem;
		font-weight: 400;
	}
	#hdau .hdau_img > p > .hdau_s_txt{
		display: block;
		font-size: 1rem;
		margin-top:15px;
		font-weight: 300;
	}
	#hdau .hdau_p{
		width: 895px;
		margin:20px auto 0;
		text-align: left;
		font-weight: 400;
	}
/* ---------- END SEC02 ---------- */
/* ---------- SEC03,04,05 ---------- */
	#hdau .hdau_sec03 .hdau_container,
	#hdau .hdau_sec04 .hdau_container,
	#hdau .hdau_sec05 .hdau_container{
		width: 1100px;
		margin:0 auto;
		position: relative;
		padding-bottom: 90px;
		/*background-color: #aaa;*/
	}
	
	#hdau .hdau_left,
	#hdau .hdau_right{
		width: 40%;
		display: inline-block;
		vertical-align: bottom;
	}
	#hdau .hdau_right{
		width: 59.9%;
		margin-left: -4px;
		margin-bottom: 10px;
		padding-left: 25px;
		box-sizing: border-box;
	}
	#hdau .hdau_s_title{
		font-weight: 300;
		text-align: center;
		color:#C7CFDD;
		opacity: .6;
		font-size: 24px;
		line-height: 40px;
	}
	#hdau .model_set{/*
		border-top:1px solid rgba(199,207,221,.5);
		border-bottom:1px solid rgba(199,207,221,.5);*/
		/*overflow: hidden;*/
	}
	#hdau .model_set:before,
	#hdau .model_set:after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, black,rgba(199,207,221,.5),black);
		position: absolute;
	}
	#hdau .hdau_s_title:before,
	#hdau .hdau_s_title:after{
		content: "";
		display: block;
		width: 2px;
		height: 550px;
		background: linear-gradient(black,rgba(199,207,221,.5),black);
		position: absolute;
		top: 150px;
	}
	#hdau .hdau_s_title:before{
		right: -17px;
		left: auto;
		top:150px;
	}
	#hdau .hdau_sec04 .hdau_s_title:after{

	}
	#hdau .model_set:before{
		top: 0;
	}
	#hdau .model_set:after{
		bottom:0;
	}
	#hdau .icon_set li > p,
	#hdau .model_set li > p{
		font-family: "Segoe UI", "Hind Siliguri", "Microsoft JhengHei", "Arial";
		margin:0;
		font-size: 0.65rem;
	}
	#hdau .model_set li > p{
		font-size: 0.85rem;
		font-weight: 300;
		height: 3.5rem;
	}

	#hdau ul.icon_set{
		width: 100%;
		opacity: .7;
	}
	#hdau .hdau_sec04 ul.icon_set,
	#hdau .hdau_sec05 ul.icon_set{
		margin-left: -5px;
	}
	#hdau .icon_set li{
		display: inline-block;
		width: 68px;
		text-align: center;
		vertical-align: top;
		margin:10px -2.5px;
		/*cursor:pointer;*/
	}
	
	#hdau ul.model_set{
		/*padding: 45px 0;*/
		width: 100%;
		/*max-width: 760px;*/
		/*height: 550px;*/
		vertical-align: bottom;
		margin-right: -20px;
		text-align: left;
	}
	#hdau ul.model_set .model >img{
		display: block;
		margin:0 auto;
	}
	#hdau .model_set li{
		display: inline-block;
		margin:40px 0px 0px 3%;
		width: 180px;
		vertical-align: top;
		cursor: pointer;
	}
	#mCSB_1_container{
		padding-bottom: 40px;
	}
	.mCSB_scrollTools .mCSB_dragger{
		left: 3px;
		height: 150px !important;
	}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
	#hdau .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
		width: 80px;
		border-radius: 0;
		/*background: #C8D0DE;*/
		background:url(../img/bar.png) transparent 0 0 no-repeat;
		background-size: contain;
	}
	.mCSB_scrollTools .mCSB_draggerRail{
		background: rgba(199,207,221,.5); /* For browsers that do not support gradients */
		background: -webkit-linear-gradient(top,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Safari 5.1 to 6.0 */
		background: -o-linear-gradient(top,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Opera 11.1 to 12.0 */
		background: -moz-linear-gradient(top,red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F);/* For Fx 3.6 to 15 */
		background: linear-gradient(to bottom, red,yellow,#00CB07,#07A9FF,#1044FF,#1B2F7F,#D92F7F); /* Standard syntax */
		border-radius: 60%;
	}
/* ---------- END SEC03,04,05 ---------- */
/* ---------- SEC03 ---------- */
	#hdau .hdau_sec03 .hdau_container{
		padding-bottom: 70px;
	}
	#hdau .hdau_sec03 .main_pic{
		position: relative;
		height: 0;
		padding-bottom: 110%;
		pointer-events: none;
	}
	#hdau .hdau_sec03 .main_pic > img{
		position: absolute;
		top: -50px;
		left: -39%;
		width: 150%;
	}
	/*#hdau .hdau_sec03 .model_set{
		height: 440px;
		overflow-y: hidden;
	}*/
	#hdau .hdau_sec03 .model_set li:nth-child(1) >p,
	#hdau .hdau_sec03 .model_set li:nth-child(2) >p,
	#hdau .hdau_sec03 .model_set li:nth-child(3) >p{
		margin-top: 8px;
	}
/* ---------- END SEC03 ---------- */
/* ---------- SEC04 ---------- */
	#hdau .hdau_sec04 .main_pic{
		position: relative;
		height: 420px;
		pointer-events: none;
	}
	#hdau .hdau_sec04 .main_pic > img{
		position: absolute;
		bottom: 3%;
		left: -33%;
		width: 131.5%;
	}
	#hdau .hdau_sec04 .model_set li:nth-child(1) >p,
	#hdau .hdau_sec04 .model_set li:nth-child(2) >p,
	#hdau .hdau_sec04 .model_set li:nth-child(3) >p{
		margin-top: 0px;
	}
/* ---------- END SEC04 ---------- */
/* ---------- SEC05 ---------- */
	#hdau .hdau_sec05 .hdau_container{
		padding-bottom: 80px;
	}
	#hdau .hdau_sec05 .main_pic{
		position: relative;
		height: 260px;
		pointer-events: none;
	}
	#hdau .hdau_sec05 .main_pic > img{
		position: absolute;
		top: 45px;
		left: -35px;
	}
	#hdau .hdau_sec05 ul.model_set{
		margin: 45px 0;
		padding-left: 30px;
	}
	#hdau .hdau_sec05 .model_set li{
		margin:12px 0px 12px 15px;
	}
	#hdau .hdau_sec05 .model_set li > p{
		margin-top: 5px;
	}
	#hdau .hdau_sec05 .model_set li:nth-child(2) .model{
		margin-left: -25px;
	}
/* ---------- END SEC05 ---------- */
	#hdau > p{
		margin:30px auto;
		max-width: 90%;
	}
/* ---------- lightbox ---------- */
	#hdau .hdau_lightbox{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		display: none;
		z-index: 3;
	}
	#hdau .hdau_filter{
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,.7);
	}
	#hdau .hdau_box{
		width: 1000px;
		height: 480px;
		background: #232323;
		position: absolute;
		top: 0;right: 0;bottom: 0;left: 0;
		margin:auto;
		padding: 35px 60px;
		box-sizing: border-box;
	}
	#hdau .hdau_close{
		position: absolute;
		top: 25px;right: 20px;
		cursor: pointer;
	}
	#hdau .hdau_close > span{
		display: block;
		width: 20px;
		height: 3px;
		background: #777777;
		-webkit-border-radius: 1.5px;
		-moz-border-radius: 1.5px;
		border-radius: 1.5px;
	}
	#hdau .hdau_close > span:first-child{
		-webkit-transform: rotateZ(45deg);
		   -moz-transform: rotateZ(45deg);
			-ms-transform: rotateZ(45deg);
			 -o-transform: rotateZ(45deg);
				transform: rotateZ(45deg);
	}
	#hdau .hdau_close > span:last-child{
		-webkit-transform: rotateZ(-45deg) translate(2px,-2px);
		   -moz-transform: rotateZ(-45deg) translate(2px,-2px);
			-ms-transform: rotateZ(-45deg) translate(2px,-2px);
			 -o-transform: rotateZ(-45deg) translate(2px,-2px);
				transform: rotateZ(-45deg) translate(2px,-2px);
	}

	#hdau .hdau_product,
	#hdau .hdau_info{
		display: inline-block;
		vertical-align: middle;
	}
	#hdau .hdau_info{
		margin-left: 6.25%;
		width: 50%;
		min-width: 150px;			
	}
	#hdau .hdau_list{
		max-height: 186px;
		margin:30px 0 50px;
	}
	#hdau .hdau_list li{
		padding-top: 8px;
	}
	#hdau .hdau_num{
		display: inline-block;
		font-family: "Segoe UI", "Hind Siliguri", "Microsoft JhengHei", "Arial";
		text-align: center;
		font-size: 0.75rem;
		line-height: 19px;
		width: 19px;
		height: 19px;
		border:1px solid #999999;
		color:white;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		vertical-align: top;
	}
	#hdau .hdau_num ~p{
		display: inline-block;
		font-size: 0.875rem;
		margin:5px 15px;
		vertical-align: top;
		box-sizing: border-box;
		text-align: left;
		width: calc(100% - 51px);
		line-height: 8px;
	}

	#hdau .hdau_box > img{
		position: absolute;
		right: 40px;
		bottom: 60px;
	}
/* ---------- END lightbox ---------- */
/* ---------- RWD ---------- */
	@media screen and (max-width: 1300px) {
		#hdau .top_img{
			width: 100%;
			height: 0;
			padding-bottom: 60%;
		}
		.top_img_stable{
			width: 100%;
			height: 0;
			padding-bottom: 60%;
		}
	}
	@media screen and (max-width: 1150px) {
		#hdau .hdau_sec03,
		#hdau .hdau_sec04,
		#hdau .hdau_sec05{
			background-position: 30% 0%;
		}
		#hdau .hdau_sec03 .hdau_container,
		#hdau .hdau_sec04 .hdau_container,
		#hdau .hdau_sec05 .hdau_container{
			width: 90%;
			margin:0 auto;
			position: relative;
			padding-bottom: 90px;
		}
		#hdau .hdau_sec04 .hdau_container{ /*none keyboard version*/
			padding-bottom: 10px;
		}
		#hdau .model_set li,
		#hdau .hdau_sec04 .model_set li{
			margin-left:0%;
		}
	}
	@media screen and (max-width: 1070px) {
		#hdau .hdau_box{
			width: 100%;
			padding:50px 40px;
		}
		#hdau .hdau_info{
			width: calc(100% - 6.3% - 80px - 380px); 
		}
		#hdau .hdau_sec01 span{
			width: 725px;
		}
		#hdau .hdau_p{
			width: 80%;
		}
		#hdau .model_set li,
		#hdau .hdau_sec04 .model_set li,
		#hdau .hdau_sec05 .model_set li{
			margin-left:10%;
		}
	}
	@media screen and (max-width: 950px) {
		#hdau h1{
			font-size: 3.2rem;
		}
		#hdau .hdau_sec01 span{
			width: 725px;
		}
		#hdau .model_set li,
		#hdau .hdau_sec04 .model_set li{
			margin-left:1%;
		}

		#hdau .hdau_left,
		#hdau .hdau_right{
			width: 100%;
			display: block;
			margin:0;
			text-align: center;
			padding:0;
		}
		#hdau .hdau_sec03 .main_pic{
			padding-bottom: 460px;
		}
		#hdau .hdau_sec03 .main_pic > img,
		#hdau .hdau_sec04 .main_pic > img,
		#hdau .hdau_sec05 .main_pic > img{
			width: auto;					
			position: absolute;
			left: -8%;
			right: 0;
			margin: 0 auto;
		}
		#hdau .hdau_sec03 ul.icon_set,
		#hdau .hdau_sec04 ul.icon_set,
		#hdau .hdau_sec05 ul.icon_set{
			width: 420px;
			margin:0 auto;
		}
		#hdau .hdau_s_title{
			margin-top: 20px;
			text-align: center;
		}
		#hdau .hdau_s_title:before,
		#hdau .hdau_s_title:after{
			top: 750px;
		}
		#hdau .hdau_sec04 .hdau_s_title:before,
		#hdau .hdau_sec04 .hdau_s_title:after{
			top: 640px;
		}
		#hdau ul.model_set,
		#hdau .hdau_sec05 ul.model_set{
			text-align: center;
			margin:0 auto 35px;
			padding-left: 0;
		}
		#hdau .hdau_sec05 .model_set li:first-child{
			margin-left: -8%;
		}
		#hdau .hdau_btn{
			top:0;
			left: 0;
		}
	}
	@media screen and (max-width: 800px) {
		#hdau .hdau_product > img{
			width: 80%;
			display: block;
			margin:0 auto;
		}
		#hdau .hdau_list{
				margin: 30px 0 30px;
		}
	}
	@media screen and (max-width: 768px) {
		#hdau h1{
			font-size: 2rem;
		}
		#hdau .hdau_img{
			width: 100%;
			height: 360px;
		}
		#hdau .hdau_img > p{
			margin:323px auto 0;
		}
		#hdau .hdau_box{
			height: 440px;
			padding:45px 0px;
		}
		#hdau .hdau_info {
			margin-left: 0;
		}
	}
	@media screen and (max-width: 600px) {
		#hdau .hdau_box{
			width: 100%;
			height: auto;
			padding:35px 60px 10px;
			overflow-y: scroll;
		}
		#hdau .hdau_box > img{
			position: relative;
			display: block;
			left: 0;right: 0;
			top: 0;bottom: 0;
			width: 125px;
			margin:40px auto 0;
		}
		#hdau .hdau_close{
			position: fixed;
			right:20px;
		}
		#hdau .hdau_box .hdau_product,
		#hdau .hdau_box .hdau_info{
			width: 100%;
			display: block;
		}
		#hdau .hdau_product > img{
			width: 100%;
			max-width: 380px;
			margin-bottom: 30px;
		}
		#hdau h4{
			width: auto;
			text-align: center;
		}
		#hdau .hdau_list{
			text-align: left;
			width: 250px;
			height: auto;
			margin:30px auto 50px;
		}
		#hdau .hdau_btn_s{
			margin:0 auto;
		}
	}
	@media screen and (max-width: 550px) {
		#hdau h2{
			font-size: 2.5rem;
		}
		#hdau h3{
			font-size: 2.5rem;
			top:-45px;
		}
		#hdau .hdau_img > img{
			width: 300px;
		}
		#hdau .hdau_sec03 .main_pic{
			height: 0;
			padding-bottom: 100%;
		}
		#hdau .hdau_sec04 .main_pic{
			height: 0;
			padding-bottom: 75.02%;
		}
		#hdau .hdau_sec05 .main_pic{
			height: 0;
			padding-bottom: 52.718%;
		}
		#hdau .hdau_sec03 .main_pic > img,
		#hdau .hdau_sec04 .main_pic > img,
		#hdau .hdau_sec05 .main_pic > img{
			width: 130%;
			left: -23%;
			top:-30px;
		}
		#hdau .hdau_sec04 .main_pic > img{
			top:-43%;
		}
		#hdau .hdau_sec03 ul.icon_set,
		#hdau .hdau_sec04 ul.icon_set,
		#hdau .hdau_sec05 ul.icon_set{
			width: 85%;
			margin:0 auto;
		}
		/*scrollbar position*/
		.mCSB_outside+.mCSB_scrollTools {
			right: -15px;
		}
	}
	@media screen and (max-width: 450px) {
		#hdau h3 {
			font-size: 2.3rem;
			text-align: center;
		}
		#hdau .hdau_p,
		#hdau .hdau_img > p{
			font-size: 1rem;
		}
		#hdau .hdau_img{
			height: 270px;
		}
		#hdau .hdau_img > p{
			margin:240px auto 0;
		}
	}
/* ---------- END RWD ---------- */