
@font-face {
  font-family: 'Lato';
  src:  url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src:  url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}



html{
	font-size: 10px;
	margin: 0;
}
body{
	font-weight: normal;
	font-size: 1.6rem;
	color: #555;
	font-family: Lato, Verdana, Arial, "Microsoft JhengHei", 微軟正黑體, PMingLiU, sans-serif;
	background: url(../images/bgContent.jpg) left top repeat rgb(255, 255, 255);
	min-width: 320px;
}
img{
	max-width: 100%;
}

.no-margin {
	margin: 10px 0px;
}

.nolst li {
	list-style-type: none;
}


.clear{
	clear: both;
}
.frame{
	/*border: 1px solid #ddd;*/
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	box-sizing: content-box;
	background: #fff;
	margin-top: 20px;
}
#header{
	background: #fff;
	height: 70px;
	position: relative;
}
#header >div {
	position: relative;
	max-width: 1170px;
	margin: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
		max-width: 1170px;
  }
}
.logo{
	width: 117px;
	margin: 10px 15px;
}
header .pull-right{
	margin: 35px 15px 0 0;
}
#fontSize {
	font-family:Microsoft JhengHei;
	font-size: 14px;
	margin-right: 10px;
	padding: 0;
	position: absolute;
	right: 50px;
}
#fontSize a{
	margin:0 1px;
}
#fontSize .selected a{
	color:#d02226;
}
#fontSize .defaultFont{
	font-size: 14px;
}
#fontSize .largerFont{
	font-size: 18px;
}
#fontSize .xLargerFont{
	font-size: 22px;
}
.fontSize {
	vertical-align: bottom;
	display: inline-block;
	margin:0 3px;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
}
.lang{
	font-size: 16px;
	line-height: 22px;
	position: absolute;
	right: 15px;
	top: 40px;
}
.index-issueBar,.inside-issueBar{
	background-color: #2ca4de;
	padding: 10px 0;
background: rgb(30,178,255);
background: -moz-linear-gradient(55deg, rgba(30,178,255,1) 0%, rgba(133,222,135,1) 42%, rgba(255,204,60,1) 100%);
background: -webkit-linear-gradient(55deg, rgba(30,178,255,1) 0%, rgba(133,222,135,1) 42%, rgba(255,204,60,1) 100%);
background: linear-gradient(55deg, rgba(30,178,255,1) 0%, rgba(133,222,135,1) 42%, rgba(255,204,60,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb2ff",endColorstr="#ffcc3c",GradientType=1);
}
.issue{
	font-size: 3rem;
	color: #fff;
}
.inside-issueBar .issue{
	font-size: 2.2rem;
	display: inline-block;
}
.issue h1{
	margin: 0;
	color: #444444;
}
.issue span{
	margin-left: 20px;
}
@media screen and (max-width:767px){
	.index-issueBar{
		padding: 10px 0;
	}
	.issue{
		font-size: 2rem;
	}
}
.row-sm{
	margin-right: -5px;
	margin-left: -5px;
}
.row-sm > .col{
	padding-left: 5px;
	padding-right: 5px;
}
/* clear fix */
#indexWall .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
#indexWall{
	margin: 25px auto;
}
#indexWall .grid-sizer,
#indexWall .grid-item {
  width: 33.333%;
  padding: 10px;
}
@media screen and (max-width:991px){
	#indexWall .grid-sizer,
	#indexWall .grid-item {
	  	width: 50%;
		padding: 7px;
	}
}
@media screen and (max-width:767px){
	#indexWall .grid-sizer,
	#indexWall .grid-item {
		width: 100%;
		padding:10px 5px;
	}
}
#indexWall .grid-item {
  float: left;
}

#indexWall .grid-item img {
  display: block;
  width: 100%;
}
/***************************************************** coverWrapper**/
.coverWrapper, .bannerContainer{
	width: 100%;
	display: block;
	position: relative;
	overflow:hidden;
}
.bannerContainer{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto; 
}
.coverWrapper:after {
	padding-top: 75%;
	display: block;
	content: '';
}
.coverWrapper .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	text-align:center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.coverWrapper:hover .cover{
}
.coverWrapper .cover img{
	height: 100%;
	object-fit: cover;
	display:block;
	margin:0 auto;
	-webkit-transition: .6s ease-in-out;
	transition: .6s ease-in-out;
}
.bannerContainer .banner img{
	object-fit: contain;
	display: block;
	margin: auto;
}
@media (max-width:1170px){
}
.dtable{
	display: table;
}
.tr{
	display: table-row;
}
.td{
	display: table-cell;
}
/********************************************************index*/
.border-box{
	padding: 15px 12px;
	/*border: 1px solid #dddddd;*/
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
	background: #fff;
}
.index-section{
}
.index-section header {
	display: table;
	width: 100%;
}
.index-section header > div{
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px 10px 5px;
}
.index-section header > div.icon{
	width: 50px;
}
.index-section h2{
	font-size: 2rem;
	margin: 0;
}
.index-section > header{
	border-bottom: 1px solid #f09400;
}
.index-section-body ul{
	padding-left: 28px;
	margin: 0;
	margin-top: 15px;
}
.index-section-body ul li + li{
	margin-top: 8px;
}
.index-section-body .sectionCover{
	margin: 15px auto 20px auto;
}
.index-section-body a{
	color: #555;
}
.index-body {
	padding: 20px;
}
.index-body a{
	color: #333333;
}
.index-body section {
	width: 100%;
	display: table;
	margin: 25px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.index-body section > div{
	display: table-cell;
	vertical-align: top;
}
.index-body section .icon{
	padding-right: 10px;
	width: 50px;
}
.index-body section .icon img{
	width: 40px;
}
.index-body section h2{
	font-size: 1.8rem;
	margin: 0;
	line-height: 40px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 15px;
}
.index-body section ul{
	padding-left:30px;
}
.index-body section ul li{
	line-height: 1.2em;
	margin-bottom: 0.8rem;
}
@media screen and (max-width:767px){
	.index-body{
		padding:20px 5px;
	}
	.index-body section{
		padding:0 10px;
	}
	article img{
		width: 100%;
	}
}
/********************************************inside*/
.inside-title{
	display: table;
	margin: 15px auto;
	padding: 10px 20px;
	border-bottom: 2px solid #ddd;
}
.inside-title > div{
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	font-size: 3rem;
}
.inside-title h2{
	margin: 0;
}
.inside-title .icon{
	width: 70px;
}
.inside-issueBar .menu{
	float: right;
	width: 320px;
	color: #fff;
	max-width: 60%;
	text-align: right;
	font-size: 16px;
}
.inside-issueBar .select{
	max-width: 200px;
	padding: 5px;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
	height: 34px;
	color: #444;
	vertical-align: middle;
}
.inside-issueBar button{
	vertical-align: middle;
}
.breadcrumb{
	background: none;
	margin: 15px 0;
	padding: 0;
}
.inside{
	padding: 0 20px;
}
.inside-body h3{
	font-size: 2.4rem;
	font-weight: bold;
	color: #b94701;
	margin-bottom: 20px;
}
.inside article{
	border-bottom: 1px solid #aaaaaa;
	padding: 20px 0;
}
.inside article:last-child {
	border: none;
}
article p{
	text-align: justify;
	margin-bottom: 15px;
}
/*html:lang(zh-Hant) article p{
	text-align: left;
}*/
.wordspace{
	word-spacing:-1px;
}
.img-wrapper{
	margin-top: -10px;
	margin-bottom: 15px;
}
article img{
	margin: 10px auto;
	display: block;
}
article .row{
	margin-left: -5px;
	margin-right: -5px;
}
article .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
.right-text{
	padding-left: 15px;
	margin-top: 20px;
}
.blogo{
	margin: auto;
	width: 200px;
}
@media screen and (max-width:767px){
	.inside-title > div{
		font-size: 2.4rem;
	}
	.inside-title .icon{
		width: 50px;
	}
	.inside section{
		padding: 0 15px;
	}
	.inside-issueBar .menu{
		max-width: 90%;
		margin-top: 10px;
		float: left;
		text-align: left;
	}
	.inside-issueBar .select{
		max-width: 160px;
	}
	.inside section .icon{
		width: 50px;
	}
	.inside section .icon img{
		width: 40px;
	}
	.inside section h2{
		line-height: 2.6rem;
		padding: 0.6rem 0;
		font-size: 2.4rem;
	}
	.inside-body h3{
		font-size: 2rem;
		margin-top: 10px;
	}
	article p{
		text-align:left;
		word-spacing:inherit;
	}
	
}
#footer{
	border-top: 2px solid #f09400;
	background: #ffffff;
}
.footer-iconWrapper{
	text-align: center;
	padding: 15px;
}
.footer-icon{
	width: 50px;
	display: inline-block;
	margin: 5px 8px;
}
.copyright{
	padding: 15px;
	margin: 0;
	color: #fff;
	text-align: center;
}
.index-issueBar,.inside-issueBar, .copyright{
	background: rgb(30,178,255);
	background: -moz-linear-gradient(55deg, rgba(30,178,255,1) 0%, rgba(133,222,135,1) 100%);
	background: -webkit-linear-gradient(55deg, rgba(30,178,255,1) 0%, rgba(133,222,135,1) 100%);
	background: linear-gradient(55deg, rgba(30,178,255,1) 0%, rgba(133,222,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1eb2ff",endColorstr="#85de87",GradientType=1);
}
.vb .index-issueBar, .vb .inside-issueBar, .vb .copyright{
	background: rgb(255,203,30);
	background: -moz-linear-gradient(55deg, rgba(255,203,30,1) 0%, rgba(255,107,107,1) 100%);
	background: -webkit-linear-gradient(55deg, rgba(255,203,30,1) 0%, rgba(255,107,107,1) 100%);
	background: linear-gradient(55deg, rgba(255,203,30,1) 0%, rgba(255,107,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffcb1e",endColorstr="#ff6b6b",GradientType=1);
}
@media (max-width:767px){
	.footer-icon{
		width: 30px;
		margin: 5px 3px;
	}
}



.table_style {
	border: 1px #666 solid;
}
.table_style th, .table_style td {
	padding: 10px;
	vertical-align: top;
	width: 20%;
}

.table_style th {
	border-bottom: 1px #fff solid;
	background-color: #0ba29a;
	color: #fff;
}

.table_style td {
	border-bottom: 1px #666 solid;
	font-size: 1.2rem;
	text-align: center;
	width: 80%;
}
.table_style tr:last-child th, .table_style tr:last-child td {
	border: none;
}


	


@media screen and (max-width:767px){
	.table_style th, .table_style td {
		display: block;
		width: 100%;
	}
	.table_style td {
		padding-bottom: 7px; 
	}
	.table_style td:after {
		content: "";
		clear: both;
		display: block;
	}	
}

@media (max-width:600px){
	.table_style td .col-xs-4 {
		width: 50%;
	}
}

@media (max-width:400px){
	.table_style td .col-xs-4, .table_style td .col-xs-6 {
		width: 100%;
	}
}

/*********************new*/
.bannerContainer::after{
	padding-top: 0;
}
.bannerContainer .banner{
	position: relative !important;
	margin: auto;
	width: 1440px;
	max-width: 100%;
}
.bannerContainer .fg {
	object-fit: contain !important;
	height: auto !important;
}
.chatbox{
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.cb-1{
	position: absolute;
	left: 10%;
	top: 34%;
	width: 6%;
}
.cb-2{
	position: absolute;
	right: 2%;
	top: 44%;
	width: 8%;
}
.banner .chatbox img{
	height: inherit !important;
	margin-bottom: 15px !important;
	display: block;
}
.bannerContainer , .bannerContainer.inside-banner .banner{
	background-image: url(../images/bg.jpg);
	background-position: center;
}
.bannerContainer.inside-banner {
	background: #fff;
}
.bannerContainer.inside-banner .banner{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}