body{
	background-color: #EFEFEF;
}

.sectionName{
	font-size: 5em;
	color: rgba(39,177,255,1.00);
	font-family: 'Roboto';
	font-style: 500;
	font-style: normal;
	
}

.sectionFont{
	font-size: 1.7em;
	color: rgba(39,177,255,1.00);
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	
}

.sectionTitle{
	font-size: 3em;
	color: rgba(77,77,77,1.00);
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	
}

.sectionDesc{
	font-size: 1.2em;
	color: rgba(98,98,98,1.00);
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	
}

.drawLine{
	border-bottom: solid 1px rgba(148,148,148,1.00);
	height: 15px;
	width: 65%;
	margin-bottom: 13px;
}

.ExpirenceBgSet {
	width: 100%;
	height: 600px;
	background: url(../images/bg-black.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#canvas{
	width: 100%;
}


.inputFieldSet{
	height: 33px;
	border-radius: 3px;
	border: rgba(148,148,148,1.00) solid 1px;
	background-color: rgba(87,87,87,1.00);
	padding-left: 10px;
	color:rgba(216,216,216,1.00);
	font-size: 15px;
}


.textArea{
	height: 150px;
	border-radius: 3px;
	border: rgba(148,148,148,1.00) solid 1px;
	background-color: rgba(87,87,87,1.00);
	padding: 10px 10px;
	color:rgba(216,216,216,1.00);
	font-size: 15px;
}


.whyRadat {
  margin: 15px 0px;
/*  padding-bottom: 30px;*/
  border-radius: 5px;
  background-color:#1d1a24;
}

/*
	.whyRadat img{
		width: 80px;
		height: 116px;
	}
*/


.rsna-link-style{
	font-size: 27px;
	font-weight: 600;
	margin-top: -35px;
}


/* bootstrap customize START */
.panel-group{
	padding: 0px 20px;
}


.panel-default > .panel-heading{
	background-color:rgba(19,27,31,1.00);
	display: flex;
}

	.panel-body{
		background-color: rgba(0,0,0,1.00);
	}

	.panel-default > a{
		font-family: 'Roboto';
		font-weight: 500;
	}

	.panel-heading > img{
		float: left;
		width: 47px;
		padding-right: 15px;
	}


/* bootstrap customize END */



/*  加這行 可以讓dropdown menu mouseover 就有動作  */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

/*  menu customize START  */
.dropdown-menu{
	background-color: rgba(0,0,0,1.00);
}

.navbar-default .navbar-nav >li >a{
	color: rgba(216,216,216,1.00);
}

	.navbar-default .navbar-nav >li >a:hover{
		color: rgba(39,177,255,1.00);
	}

/*  menu customize END  */


.featuresTitle{
	font-size: 27px;
	font-weight: 600;
	margin-top: -35px;
	text-align: left;
	color: rgba(77,77,77,1.00);
}


.featuresDesc{
	font-size: 1.2em;
	color: rgba(98,98,98,1.00);
	margin-top: 11px;
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	text-align: left;
}


input[type="button"]{
	border-radius: 3px;
	border: rgba(87,87,87,1.00) solid 1px;
	padding: 10px 10px;
	color: rgba(83,83,83,1.00);
	font-size: 18px;
}

	input[type="button"]:hover{
		background-color: rgba(39,177,255,1.00);
	}

input[type="submit"]{
	border-radius: 3px;
	border: rgba(87,87,87,1.00) solid 1px;
	padding: 10px 10px;
	color: rgba(83,83,83,1.00);
	font-size: 15px;
}

	input[type="submit"]:hover{
		background-color: rgba(39,177,255,1.00);
	}


.aiIMG{
	background-image: url("../images/aiImage.png");
	background-repeat: no-repeat;
	background-position: right;
}

.productsIMG{
/*
	background-image: url("../images/aiImage.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	border-radius: 6px 6px 0 0;
*/
	width: 100%;
}

	.productsIMG img{
		width: 100%;
		height: 100px;
		border-radius: 3px 3px 0 0;
		opacity: 0.5;
	}

	.whyRadat:hover .productsIMG img {
		-webkit-transition: all 500ms;
    	-moz-transition: all 500ms;
    	-o-transition: all 500ms;
    	-ms-transition: all 500ms; 
    	transition: all 500ms;
		
		opacity: 0.8;
	}


/* 頁籤 Start */

.workflowTag{
	font-size: 27px;
	font-weight: 600;
	text-align: center;
	color: rgba(39,177,255,1.00);
}
	
	.nav-tabs{
		border-bottom: #000000;
	}

	.nav-tabs>li.active>a, .nav-tabs>li>a:hover, .nav-tabs>li.active>a:focus {
		color: rgba(39,177,255,1.00);
		cursor: default;
		background-color: #000000;
		border: #000000;
		border-bottom: 4px solid rgba(39,177,255,1.00);
	}
/* 頁籤 END */



/* footer start */

.footerSet {
	background-color: rgba(216,216,216,1.00);
	padding-top: 35px;
	padding-bottom: 35px;
}

.footerSet label {
	font-size: 1.1em;
}

.footerSet li {
	list-style: none;
	list-style-type: none;
	font-size: 1.5em;
}

.footerSet a{
	font-size: 0.7em;
	color: rgba(112,112,112,1.00);
}

.footerSet a:hover{
	color:rgba(87,87,87,1.00);
}


.flexVerSet_T {
    display: flex;
    flex-wrap: wrap;
	align-content: flex-start;
}

.flexVerSet_M {
    display: flex;
    flex-wrap: wrap;
	align-items: center;
}


.flexHorSet {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flexHorSet_M {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
/*	align-content: center;*/
}

.flexHorSet_L {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

/* footer end */


/* yotube start */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;left: 0;
	width: 100%;
	height: 100%;
}

/* yotube end */

/* font effect start */ /*配合JS*/
.fontOriAlpha{
	opacity: 0;
}

.textEffect{
	animation: fontMotion 1.5s;
	opacity: 1;
}

@Keyframes fontMotion{
	0%{
		padding-top: 20px;
		opacity: 0;
	}
	100%{
		padding-top: 0px;
		opacity: 1;
	}
}
/* font effect end */