.img-fluid {
    max-width: 100%;
    height: auto;
}

.tblueline {
	width: auto;
	height: auto;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.tblueline::after {
	content: '';
	width: 100%;
	height: 12px;
	background: rgba(47, 86, 158, 0.6);
	position: absolute;
	z-index: -1;
	bottom: 5px;
	display: inline-block;
	left: -1px;
	border-radius: 1px;
}
.cookie-disclaimer {
	background: #000000;
	color: #FFF;
	opacity: 0.8;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 1;
	/*  height: 110px;*/
	position: fixed;
}
.cookie-disclaimer .container {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	letter-spacing: 0.5px;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}
.cookie-disclaimer .cookie-close {
	float: right;
	padding: 10px;
	cursor: pointer;
}
.cookie-disclaimer a:link, .cookie-disclaimer a:visited {
	color: #9b9b9b;
	text-decoration: none;
}
.cookie-disclaimer a:hover {
	color: #E7EBF3;
	text-decoration: none;
}
/*--首頁--*/





.navbar-default .navbar-nav > .lang > a, .navbar-default .navbar-nav > .lang > a:focus, .navbar-default .navbar-nav > .lang > a:hover {
	color: #295094;
	background: none;
	padding: 40px 10px;
}

@media (max-width:1400px) {
.nav > li > a {
	padding: 40px 10px !important;
}
}

@media (min-width:1200px) {
}

@media (min-width:992px) and (max-width:1199px) {
}

@media (min-width:768px) and (max-width:991px) {
.nav > li > a {
	padding: 23px 10px !important;
	width: 58px;
	text-align: center;
}
}

@media only screen and (max-width: 767px) {
.nav > li > a {
	padding: 10px 15px !important;
	text-align: left;
}
}

@media only screen and (max-width: 479px) {
}
.albumlist {
}
.albumlist ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, 1fr);
}
.albumlist ul li {
}
.albumlist ul li a {
	display: block;
}
.albumlist ul li .pic {
	position: relative;
	padding-top: 80%;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 8px;
}
.albumlist ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.albumlist ul li:hover .pic img {
	transform: scale(1.1, 1.1);
}
.albumlist ul li p {
	margin: 0;
}
/* portfolio filter tab style 1 */

ul.nav-cate {
	width: 100%;
	text-align: center;
	padding: 40px 0;
}
ul.nav-cate>li {
	display: inline-block;
}
ul.nav-cate>li>a {
	padding: 10px 20px !important;
	transition: all 0.2s ease;
}
ul.nav-cate>li+li {
	margin-left: 2px
}
ul.nav-cate>li>a:hover {
	color: #203969;
}
ul.nav-cate>li.active>a {
	color: #203969;
	border-bottom: 3px solid #30569E;
}
ul.nav-cate>li.active>a:hover {
	color: #203969;
	border-bottom: 3px solid #30569E;
}


@media (min-width: 768px) and (max-width: 991px)  {
.nav > li > a {
  padding: 23px 6px !important;
    width: auto !important;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0px !important;
}
}


/*--內頁--*/
.pagecontent {
	display: block;
	width: 100%;
	margin-bottom: 60px;
}
/*====================== 內頁下載 =======================*/

.pg_dllist {
	display: block;
	width: 100%;
	float: left;
	margin: 15px 0 10px 0;
}
.pg_dllist ul {
	padding: 0;
	list-style: none !important;
}
.pg_dllist ul li {
	display: flex;
	justify-content: space-between;
	margin: 0 0 6px;
	background: #F2F6F7;
	padding: 5px;
}
.pg_dllist ul li a {
	display: flex;
	width: 100%;
}
.pg_dllist ul li .pic {
	width: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 2px;
	transition: all 0.3s;
}
.pg_dllist ul li p {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 12px 20px;
	margin: 0;
	font-size: 1.05em;
	letter-spacing: 1px;
	text-shadow: 1px 1px 0 #fff;
}
.pg_dllist.link ul li {
	display: block;
}
.pg_dllist.link ul li a {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
}
.pg_dllist ul li a img {
	width: 45px;
	display: block;
	transition: all 0.5s;
}
.pg_dllist ul li a:hover .pic {
	filter: brightness(1.2);
}
/*FAQ*/




#faqAccordion {
}
.panel-default {
	border-color: #F5F5F5;
	margin-bottom: 8px !important;
}
.panel-default .panel-heading {
	padding: 5px 20px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}
.panel-default h4.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	/* color: inherit; */
	color: #203969;
	padding: 13px 10px 10px 10px;
	letter-spacing: 0.5px;
	line-height: 1.7;
}
.panel-default .q_s {
	font-size: 16px;
	color: #999999;
	font-weight: 600;
	margin-right: 10px;
}
.panel-default .panel-body {
	padding: 30px 40px 30px 63px;
	background: #F4F9FB;
	position: relative;
}
.panel-default .panel-body::before {
	content: 'Ａ:';
	position: absolute;
	font-size: 16px;
	color: #999999;
	font-weight: 600;
	left: 30px;
}
.panel-default .panel-body p > a:link, .panel-default .panel-body p > a:visited {
	text-decoration: underline;
	color: #30569E;
}
.panel-default .panel-body p > a:hover {
	color: #203969;
}


/*--技術支援--*/
.rwd-table {
	background: #fff;
	overflow: hidden;
}
.rwd-table tr:nth-of-type(2n) {
	background: #eee;
}
.rwd-table th,  .rwd-table td {
	margin: 0.5em 1em;
}


.rwd-table th {
	padding: 0.5em 1.2em !important;
}

.rwd-table td {
	padding: 1em 1.2em !important;
}



.rwd-table {

	min-width: 100%;
	
border: 10px solid #F2F2F2;
background: rgba(255,255,255,0.8);
}
.rwd-table th {
	display: none;
}
.rwd-table td {
	display: block;
}
.rwd-table td:before {
	content: attr(data-th) " : ";
	font-weight: bold;
	width: 6.5em;
	display: block;
}
.rwd-table th, .rwd-table td {
	text-align: left;
}
.rwd-table th, 
.rwd-table td:before {
	color: #f2f2f2;
font-weight: 500;
background: #203969;
letter-spacing: 1px;
}


.rwd-table td.cover_pic {
    width: 200px;
}

.rwd-table .t00 {
    display: inline-block;
}


.dl-btn a {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 400;
	background-color: #32A3AE;
	color: #fff;
	border: 2px solid #32A3AE;
	border-radius: 1px;
	text-decoration: none;
	width: 130px;
	text-align: center;
}
.dl-btn a:hover {
	background-color: #f7f7f7;
	color: #32A3AE;
	border: 2px solid #32A3AE;
}



@media (max-width: 767px) {
	
.rwd-table th, .rwd-table td::before {
  color: #203969;
  background: transparent;
}
.rwd-table th {
	padding: 0.5em !important;
}

.rwd-table td {
	padding: 5px !important;
}
}

@media (min-width: 767px) {
	
.rwd-table td:before {
	display: none;
}
.rwd-table th, .rwd-table td {
	display: table-cell;
	padding: 0.25em 0.5em;
}
.rwd-table th:first-child,  .rwd-table td:first-child {
	padding-left: 0;
}
.rwd-table th:last-child,  .rwd-table td:last-child {
	padding-right: 0;
}
.rwd-table th {
	padding: 0.5em 1.2em !important;
}

.rwd-table td {
	padding: 1em 1.2em !important;
}
}


/*--about--*/
#about01 {
    width: 100%;
	display: block;
	padding: 20px 0;
}

.about_t {
	width: 100%;
	display: block;
	/* position: relative; */
	text-shadow: 1px 1px 0 #fff;
	text-align: center;
	margin-bottom: 20px;
}

.about_t .en {
        color: #30569E;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.1;
	display: block;
	margin-bottom: 5px;
}
.about_t .cht {
        margin: 0;
    font-weight: 500;
    font-size: 1.3em;
    color: #303030;
    letter-spacing: 1.5px;
		display: block
}







.about_t2 {
	width: 100%;
	display: block;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 40px 0;
	font-weight: 400;
	letter-spacing: 0;
	color: #444;
	text-align: center;
}
.about_t3 {
	/* width: 100%; */
	display: inline-block;
	font-size: 1.3em;
	line-height: 1.5;
	margin: 0px 0 10px 0;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
	background: #b7b7b7;
	padding: 5px 20px;
}


.about_tr .txt {
	width: calc(100% - 70px);
	display: block;
	margin: 20px 5px 30px 5px;
	font-weight: 400;
}


.about_tr {
	width: 100%;
	display: block;
	/* position: relative; */
	text-shadow: 1px 1px 0 #fff;
}

.about_tr .en {
        color: #30569E;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 2em;
    line-height: 1.1;
	display: inline-block
}
.about_tr .cht {
        margin: 0;
    font-weight: 500;
    font-size: 1.2em;
    color: #303030;
    letter-spacing: 1.5px;
    margin-left: 10px;
		display: inline-block
}




#about01 .about-row {
 display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#about01 .row.text-center.about-row {
    margin-top: 60px;
}
#about01 .service-widget {
    background: #fff;
    padding: 01;
    box-shadow: none;
    border: none;
    position: relative;
    padding-bottom: 30px;
}
#about01 .service-widget p {
    padding: 0 30px;
font-size: 16px;
}
.about-row .img-responsive.img-rounded {
    border-radius: 0;
}
#about01 .con {
	margin: 0 10px;
    background: #fff;
position: relative;
padding-bottom: 0;
box-shadow: 0 15px 25px -32px #000;
display: flex;
align-items: center;
border: 10px solid #ccc;
}



#about01-1 {
  width: 100%;
	display: block;
	margin-bottom: 40px;
}


#about01-1 .pic {
  width: 100%;
	display: block;
	text-align: center;
}








#about02 {
	width: 100%;
	display: block;
	background: #F5F5F5;
	padding: 50px 0;
	
}

#about02 .iconbox2 {
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

.about2_t {
        width: 100%;
	display: block;
	position: relative;
	margin-bottom: 30px;
	text-shadow: 1px 1px 0 #fff;
}

.about2_t00 {
	/* width: 100%; */
	/* display: block; */
	/* position: relative; */
	/* margin-bottom: 30px; */
	/* color: #203969; */
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0px 0 20px 0;
	font-weight: 400;
	letter-spacing: 1px;
	color: #B6C2DD;
	background: #fff;
	padding: 5px 20px;
}
.about2_t01 {
	/* width: 100%; */
	/* display: block; */
	/* position: relative; */
	/* margin-bottom: 30px; */
	/* color: #203969; */
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0px 0 20px 0;
	font-weight: 400;
	letter-spacing: 1px;
	color: #fff;
	background: #B6C2DD;
	padding: 5px 20px;
}





.about2_t .en {
        color: #808080;
    margin: 0;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.1;
	display: inline-block;
	margin-right: 10px;
}
.about2_t .cht {
        margin: 0;
    font-weight: 500;
    font-size: 1.2em;
    color: #303030;
    letter-spacing: 1.5px;
    margin-left: 2px;
	display: inline-block;
	
}




.a_3 {
	width: 100%;
	display: block;
	  margin-bottom: 60px;
}
.a_gtitle {
	color: #36A5B0;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}
.a_gtitle_b {
	width: 100%;
	display: block;
	color: #333;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0px 0 20px 0;
	font-weight: 500;
	letter-spacing: 0;
	background: #fff;
	padding: 5px 20px;
	border: 1px solid #f0f0f0;
}


.a_flexbox_c {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.1em;
	margin-bottom: 20px;
}


.a_list_5 {
	width: auto;
	position: relative;
	color: #333;
	padding: 0 0 0 25px;
	margin: 0 40px 0 0;
	text-align: left;
}

.a_list_5::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 5px solid #333;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}


.a_list_4 {
	min-width: 150px;
	color: #333;
	padding: 0 10px;
	text-align: center;
	margin: 10px 0;
}


.a_list_3 {
  min-width: 250px;
  color: #333;
  padding: 0 50px 0 10px;
  text-align: center;
  margin: 10px 50px 0 0;
  border-right: 1px dashed #aeaeae;
}

.a_list_3:nth-child(3) {
  border-right: none;
}


.a_list_3 .t01{
	width: 100%;
	color: #333;
display: block;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 500;
}

.edit .a_list_3 ul {
	padding-left: 0 ;
	list-style-type: none ;
}

.a_list_3 ul li {
list-style: none;
text-align: left;
position: relative;
padding: 0 0 0 25px;
}


.a_list_3 ul li::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 5px solid #333;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}




.a_2_t01 {
	width: 100%;
	color: #333;
display: block;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 500;
}

.a_list_2 {
	min-width: 150px;
	color: #333;
	padding: 0 10px;
	margin: 10px 20px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	line-height: 1.3;
	align-items: center;
}

.a_list_2 .tit {
	display: inline-block;
	margin-left: 20px;
}



.a_list_1_table {
	width: 100%;
	display: block;
	position: relative;
}



.a1_arrow {
	width: 100%;
	height: 0px;
	position: relative;
	background: #f00;
	/* top: 0px; */
	margin: -20px;
	z-index: 10;
}



.a1_arrow_pic {
	width: 13px;
	height: 100px;
	position: absolute;
	background: #666;
	top: -40px;
	left: 15%;
}


.a1_arrow_pic::before {
	content: '';
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 22px 25px 22px;
	border-color: transparent transparent #666 transparent;
	top: -38px;
	left: -15px;
}

.a1_arrow_pic::after {
	content: '';
	position: relative;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 22px 0 22px;
		border-color: #666 transparent transparent transparent;
		top: 110px;
left: -59px;
}




.edit .a_list_1_table table {
	max-width: 100%;
	border-collapse: collapse;
}
.edit .a_list_1_table table td {
	padding: 10px;
}



.a_list_box {
	width: 100%;
float: left;
display: flex;
justify-content: center;
	position: relative;
}




.a_list_b1 {
	width: 150px;
	color: #333;
	padding: 0 10px;
	margin: 10px 20px;
	display: flex;
	justify-content: flex-start;
	text-align: left;
	line-height: 1.3;
	align-items: center;
	float: left;
	/* text-align: center; */
}

.a_list_b1 .tit {
	display: inline-block;
	margin-left: 20px;
}




@media (max-width: 991px) {
.sol_box_con .tit .t02 {
  color: #454545;
  font-size: 1.1em;
  line-height: 1.5;
  width: 90%;
  display: inline-block;
}
.a_list_box {
	display: block;
}
}







/* list style 4 */
.list-style-about {
	list-style: none;
padding: 0 !important;
margin: 10px 0 !important;
}
.list-style-about li {
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
	letter-spacing: 1px;
	font-size: 1.05em;
}

.list-style-about li h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
	color: #203969;
}

.list-style-about li::before {
	content: "\f005";
	position: absolute;
	top: 0px;
	left: 2px;
	font-family: 'FontAwesome';
	font-weight: 900;
	color: #BAC6DE;
}
.list-style-about li:last-child {
	border-bottom: 0;
}
.list-style-about.list-style-color li {
	border-color: rgba(255,255,255,.15);
}
.list-style-about.list-style-color li:before {
	color: #6399DF;
}



/* feature box style 6 */
.feature-box-a {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.feature-box-a .iconpic {
  width: 80px;
text-align: left;
}
.feature-box-a .iconpic img{
  width: 60px;
}

.feature-box-a .titlebox {
/*    width: calc(100% - 80px);*/
text-align: left;
	padding: 0 15px 0 0;
	box-sizing: border-box;
}

.feature-box-a .titlebox .title{
  font-size: 1.5em;
line-height: 1.3;
font-weight: 500;
letter-spacing: 1px;
margin: 0;
color: #30569E;
}

.feature-box-a .titlebox p {
	font-size: 1.1em;
	color: #30569E;
	line-height: 1.5;
	margin: 0;
	font-weight: 500;
}

@media (max-width: 991px) {
	#about02 {
	width: 100%;
	padding: 50px 5%;
}
.feature-box-a {
   	margin-bottom: 20px;
	margin-top: 20px;
}		
}
@media (max-width: 767px) {
.feature-box-a {
       	margin-bottom: 10px;
	margin-top: 10px;
	justify-content: center;
}	
	
	.feature-box-a .titlebox {
 min-width: 190px;
}
}	


#about03 {
	width: 100%;
	padding: 80px 0 50px 0;
	text-align: center;
}

#about03 .iconbox2 {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 991px) {
#about03 {
	width: 100%;
	padding: 50px 5%;
}
}


#about04 {
	width: 100%;
	padding: 80px 0;
	background: url(../bg_lightwool.png) repeat #ffffff;
}


.owl-carousel .item {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	background: #ffffff;
	margin: 10px 0;
}

@media (max-width: 991px) {
#about04 {
	width: 100%;
	padding: 50px 0;
}
}



/*--edit2*/


.sol_box {
	display: block;
	width: 100%;
	margin-bottom: 70px;
}



.sol_title {
	display: block;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}

.sol_title > .t01 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #203969;
}

.sol_title > .t02 {
	margin-top: 10px;
	font-size: 1.2em;
	color: #222;
}

.sol_txt {
	font-weight: 400;
	text-align: left;
	margin-bottom: 40px;
}



.sol_box_1 {
	width: 100%;
border: 1px solid #fff;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	background: #fff
}

.sol_box_2 {
	width: 100%;
border: 1px solid #fff;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
	flex-direction: row-reverse;
	background: #fff
	
}



.sol_box_pic {
	width: 50%;
	background: #f2f2f2;
	 height: auto;
}

.sol_box_pic .pic1 {
	position: relative;
	padding-top: 50%;
	overflow: hidden;
}
.sol_box_pic .pic1 img{
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}





.sol_box_con {
	width: 50%;
display: flex;
justify-content: center;
align-items: center;
height: auto;
padding: 50px 10px;
	
}

.sol_box_con .tit {
	width: 100%;
	text-align: center;
}

.sol_box_con .tit .t01 {
	color: #36A5B0;
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 10px;
}

.sol_box_con .tit .t02 {
	color: #454545;
	font-size: 1.1em;
	line-height: 1.5;
	width: 50%;
	display: inline-block;
}



@media (max-width: 991px) {
	
.sol_box {
	margin-bottom: 50px;
}
	
.sol_box_1 {
  display: block;
	margin-bottom: 20px;
}
	
.sol_box_2 {
  display: block;
	margin-bottom: 20px;
}	
	
.sol_box_pic {
	width: 100%;
}

.sol_box_con {
	width: 100%;	
}	
	
	
}





