body {
  font-family: Arial,'Microsoft JhengHei';
}
img{
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
	/* Firefox */
	image-rendering: crisp-edges; 
	/* 其他標準 (支援度尚可) */
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
}

/*==========================================================================
  01 - 問卷頁 page1 題目
========================================================================*/ 

/*
Social Media Share
=========================*/ 
.a2a_kit svg{border-width: 2px;border-style: solid;width: 32px !important; border-radius: 4px;}
.block1 .a2a_kit svg{ border-width: 2px;border-style: solid;}
.a2a_default_style .a2a_counter img, .a2a_default_style .a2a_dd, .a2a_default_style .a2a_svg{display: flex !important; display:-webkit-flex; }
.a2a_kit svg svg{
	border-radius: 4px;
}
form h1, form h2, form h3, form h4, form h5, form h6, form p, #form-page h2, #form-page h3, #form-page h4, #form-page h5, #form-page h6, .form-box p,
.top-content .text h1{
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 5px;
}

#form-page{
  background-image: url(../images/index-bg.jpg);
	background-size: 100vw;
  background-attachment: fixed;
  background-position: center center;
	background-repeat: no-repeat;
}
.navbar-brand {
	background: url(../images/logo/TF_logo.png) left center no-repeat;
	width: 200px !important;
	text-indent: -99999px;
	background-size: contain;
}
.navbar.navbar-no-bg .li-text{
  font-size: 0.9rem;
}
.form-box label{
  font-weight: 400;
}
.f1-steps, 
.step-questionnaire .form-group{
  margin-bottom: 35px;
}

@media(max-width:767px){
  .navbar.navbar-no-bg .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}


/*==========================================================================
  01 - 問卷頁 page2 個人資料
========================================================================*/ 
.form-group label:hover,.form-group select:hover{
	cursor: pointer;
}


/*==========================================================================
  02 - 影片頁
========================================================================*/ 
/*
頁首
=========================*/ 
.videoMemu{
	position: initial;
}
.content-2{
	padding: 0px;
}
.mbr-navbar__container{
	height: 70px;
	padding: 0px;
}
.mbr-navbar::before,.mbr-after-navbar::before{
	height: auto;
}
.mbr-navbar__brand-img{
	height: 50px !important;
  margin-right: 10px;
}
.mbr-navbar--sticky .mbr-navbar__section{
	position: fixed;
}
#menu-59 .mbr-navbar__items a{
	font-family: Arial,'Microsoft JhengHei';
	font-size: 0.9rem;
	font-weight: normal;
}
.btn-decorator .btn::after{
	border-bottom-width: 1px;
}
.f1{
	box-shadow:  0px 25px 15px -5px rgba(0,0,0,0.2);
}
.myBg{
	background-size: auto !important;
}
.myBg img{
	width: 100%;
  padding-top: 70px;
}
#position{
  font-size: 1.5rem;
}
#title{
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .mbr-navbar__brand-img{
    height: 25px !important;
  }
}

/*
影片欄位
=========================*/ 
@media (max-width:980px){ 
	#container{
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
}
@media(max-width:767px){
  .content-2 .container{
      margin: 5px;
  }
}
#container img{
	width: 70%;
}
.videoSec{
	padding-bottom: 64px;
}
div.sewise-player-ui div.logo{
	background-color: transparent;
}
/*進度條*/
.system-environment-notice{
	font-size: 14px !important;
}


/*
  讓影片頁也有浮動欄位 Animation Register BTN
=========================*/ 
.register-btn {
	width:300px;
	position:fixed;
	right:-40px;
	top:50%;
	margin-top:-140px;
	z-index:999;
	cursor:pointer;
	opacity:.9;
}
.register-btn a {
	display:block;
	width:100%;
	padding-top: 200px;
	background:url("../images/video/video_getReport-btn-tw.png") no-repeat center top;
	background-size:contain;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	-webkit-animation:rotate2 1s ease-in-out 0s infinite alternate;
	-ms-animation:rotate2 1s ease-in-out 0s infinite alternate;
	-o-animation:rotate2 1s ease-in-out 0s infinite alternate;
	animation:rotate2 1s ease-in-out 0s infinite alternate;
}
.register-btn-en a {
	background:url("../images/video/video_getReport-btn-en.png") no-repeat center top;
  background-size:contain;
}
@-webkit-keyframes rotate2{	
	0%{ -webkit-transform:rotate(5deg);}
	100%{ -webkit-transform:rotate(-2deg);}
}
@-moz-keyframes rotate2{	
	0%{ -moz-transform:rotate(5deg);}
	100%{ -moz-transform:rotate(-2deg);}
}
@-ms-keyframes rotate2{	
	0%{ -ms-transform:rotate(5deg);}
	100%{ -ms-transform:rotate(-2deg);}
}
@keyframes rotate2{	
	0%{ transform:rotate(5deg);}
	100%{ transform:rotate(-2deg);}
}
.register-btn:hover {
	opacity:1;
}
@media (max-width:767px){ 
	.register-btn {
	width:140px;
	margin-top:-12%;
	right:-30px;
	}
}
@media (min-width:768px){
	.register-btn a:hover { 
	animation:none;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);}
}

/*
  評論系統 調整
=========================*/ 
.videoQuestionSec .mbr-box {
	display: initial;
	width: 100%;
}
.videoQuestionSec h1{
  font-size: 2rem;
}
.videoQuestionSec h4{
  font-size: 1rem;
  font-weight: 400;
}
.videoQuestionSec .form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 16px;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.videoQuestionSec .form-control:focus {
  outline: 0;
}
.videoQuestionSec .form-control::-moz-placeholder {
  opacity: 1;
}
.videoQuestionSec .form-control[disabled],
.videoQuestionSec .form-control[readonly],
.videoQuestionSec fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 1;
}
.videoQuestionSec textarea.form-control {
  height: auto;
}
.videoQuestionSec .myPage{
  display: inherit;
  text-align: center;
  padding: 0px;
}
.videoQuestionSec .nav > li > a:after {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center center 0px;
  -moz-transform-origin: center center 0px;
  -ms-transform-origin: center center 0px;
  transform-origin: center center 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -o-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  border-bottom: 0px solid;
  content: "";
  display: block;
  width: 100%;
}

/*
  講義下載 pop-up
=========================*/ 
.well {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display:none;
  margin:1em;
}
.fulltable {
  max-width: 100%;
  overflow: auto;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.pop_btn .ybtn {
  border: 0;
  border-radius: 2px;
  font-size: 15px;
  font-weight: normal;
  padding: 9px 26px;
  margin: 5px 10px;
  display: inline-block;
  white-space: nowrap;
}
.btn-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
  border: none;
}
.initialism {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 12px;
}
.well img {
  width: 70%;
  max-width: 100%;
	display: block;
	margin: auto;
}
.pop_btn {
  display: block;
  text-align: center;
  padding: 15px 0 0 0;
}
.pop_btn button{
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.pop_btn .btn-close {
  border-width: 1px;
  border-style: solid;
}
.pop_btn .btn-close:hover {
  border-width: 1px;
  border-style: solid;
}
#slide_background {
  -webkit-transition: all 0.3s 0.3s;
    -moz-transition: all 0.3s 0.3s;
      transition: all 0.3s 0.3s;
}
#slide,
#slide_wrapper {
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
      transition: all 0.4s;
}
#slide {
  -webkit-transform: translateX(0) translateY(-40%);
    -moz-transform: translateX(0) translateY(-40%);
    -ms-transform: translateX(0) translateY(-40%);
      transform: translateX(0) translateY(-40%);
}
.popup_visible #slide {
  -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
}
.videoEndAlert{
  text-align: center;
}
.videoEndAlertSpan{
  font-size: 20px;
}

/*
  聯絡人資料
=========================*/ 
.contact_block{
  margin: 30px 0 50px 0;
  padding: 10px;
}
.contact_block .container{ 
  text-align: center;
  padding: 20px;
}
.contact_block .item{
  margin: 20px 10px;
}
.contact_block .item h4{
  font-weight: 700;
}
.contact_block .item a{
  text-decoration: none;
  word-wrap: break-word;
}

/*
  問卷倒數顏色
=========================*/
.contdown-timer.en .define .backcolor{
  margin: 0px 5px;
  width: 55px;
} 
#countdown .digit, .define p {
  line-height: 1;
}

/*
  索取試閱報告按鈕
=========================*/ 
.download_block{margin: 30px 0 50px 0;}
.download_block .container{ text-align: center;}

/*
  頁尾
=========================*/ 
.mbr-footer{
	padding: 8px 0;
}
.mbr-footer p{
  font-size: 0.8rem;
}

/*
  多支影片-選單
=========================*/ 
.dropdown {
  margin:20px auto;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;    
}
.dropbtn {
  padding: 10px 0px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 18px;  
}
button.dropbtn::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  border-radius: 5px;
  padding: 0;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
  z-index: 1;
  width: 100%;
}
.dropdown-content li a {
  margin: 0px;
  font-size: 16px;  
  padding: 10px 0px;
  text-decoration: none;
  display: block;
  z-index: 2;
  position: relative;
  cursor: pointer;  
}
.dropdown-content li:first-child a{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.dropdown-content li:last-child a{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown-content li.disable{
  cursor: not-allowed;
}
.dropdown-content li.disable a {
  pointer-events:none;
}
.dropdown-content li{
  list-style: none;
}
.dropdown-content li:first-child::before {
  content: "";
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 5px;
  z-index: 1;
}
.dropdown-content li:first-child{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-top: -10px;
} 
.dropdown-content li:last-child{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: none;
} 
.dropdown:hover .dropdown-content {
  display: block;
}
div#container {
  height: auto;
}