.hero-section{
	background:url('/static/image/banner5.jpg');
	background-repeat:no-repeat;
	background-size:100vw auto;
	background-position:top center;
	padding: 5vw 0 50vw;
}
.text-center.dreamhub-section-title p{
	font-size: 2em;
	line-height: 1em;
	padding: 0;
	width: 100%;
}
.isak img{
	border-radius: 3vw 3vw 0 0;
}
/*.row:not(.isak){
	padding: 2vw 0;
}*/
h1{
	font-size: 3.5vw;
}
h3{
	margin-top: 0;
}
.kiosks img{
	padding: 1vw;
}
.tth {
	display: inline-block;
	overflow: hidden;
}
.tth img{
	transform:scale(3.5);
}

.xx{
	text-align: center;
	padding-bottom: auto;
}
.xx img{
	height: 80%;
	margin-top:3vw;
}
.message .row{
	padding: 1vw 0;
}
.message .col-6,
.message .col-12{
	padding: 0 2vw 0 0.5vw;
}
.message input,
.message textarea{
	background-color: rgba(255, 255, 255, 0); /* 完全透明 */;
	border-style: dashed;
  	border-width: 0px 0 1px 0; /* 左 顶 右 底 边框的宽度 */
  	border-color: #606060; /* 边框颜色 */
  	border-bottom-width: 2px; /* 底部边框的宽度 */
  	width: 100%;
}
.message input:focus,
.message textarea:focus{
	border: 0;
	outline: 1px solid #606060;
	box-shadow: 0 0 6px rgb(96 96 96/ 60%);
}
.software-p-button-20 a{
    margin: auto;   
}
.software-p-button-20 a:before{
	padding:0 18vw;
	left: -16vw;
	transform: perspective(1.3em) rotateX(181deg);
    border-radius:5px;
    background-color: #FEF8D9;
    border: none;
    margin: 0;
}


/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1600px) {

}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px){
	
}
/* Large Mobile :600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	
}
/* small mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 599px) {

}
/* small mobile :320px. */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	.message{
		padding:0 5vw;
	}
	.software-p-button-20 a:before{
		padding:0 30vw;
		left: -23vw;
	}
	.xx img{
		height: 80%;
		margin-top:10px;
	}
}