/*
Theme Name: Editor Blocks
Theme URI: http://editorblockswp.com/theme-setup
Author: DannyCooper
Author URI: https://editorblockswp.com
Description: Editor Blocks is a minimal WordPress theme designed to work with the new Gutenberg editor. It's fast, responsive and SEO-optimized. It features 'Full Width' and 'No Sidebar' templates. Also, it works perfectly with other page builders such as Beaver Builder and Elementor. Demo: https://editorblockswp.com/demo/
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: editor-blocks
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, blog, e-commerce, theme-options

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Structure
# Header
# Primary Nav
# Content
	## Posts and Pages
	## Content Navigation
	## Comments
# Sidebar
	## Widgets
# Footer
# Infinite Scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0 auto;
    overflow-x: hidden;
    overflow-wrap: break-word;
	color: #303135;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.8;
    letter-spacing: 0.02em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
    outline: none; /* for Firefox Google Chrome  */
    behavior:expression(this.onFocus=this.blur());  /* for IE */
	background-color: transparent;
    text-decoration:none;
}

a:active,
a:hover {
	outline: 0;
}


a:focus {
    outline-style:none; 
    -moz-outline-style: none;
}

h1 {
	font-size: 2.4em;
	margin: 1em 0 2em;
}

h2 {
	font-size: 1.7em;
	margin: 1em 0 1em;
    
}

h3 {
	font-size: 1.2em;
	margin: 1em 0 0.5em;
}

h4 {
	font-size: 1em;
	margin: 0.5em 0 0.5em;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
}

small {
	font-size: 90%;
}

sub,
sup {
	font-size: 90%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
    border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 4px;
    padding: 3px;
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #ddd;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

nav,
label,
input {
	font-family: sans-serif;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	color: #303135;
}

p {
	margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


.red{
    color: #d40f1d;
}

.blue{
    color: #2b66a2;
}

.gray{
    color: #868686;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	/*background-color: #ddd;*/
	border: 0;
	height: 1px;
	margin: 2.5em 0;
}

.widget ul,
.widget ol {
	margin: 0;
	padding: 0 0 0 1em
}

.comments-area ol {
	list-style: none;
	padding: 0
}

ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: bottom;
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	font-family: sans-serif;
	margin: 0 0 1.5em;
    max-width: 940px;
	width: 100%;
    border: #ddd solid 1px;
}

table th {
	padding: 10px;
	text-align: left;
    background: #ececec;
    border: #ddd solid 1px;
    text-align: center;
}

table td {
    font-size: 0.9em;
	padding: 10px;
    border: #ddd solid 1px;
}


/***** 色塊 *****/

.gray-alert{
    margin-top: 2em;
    margin-bottom: 2em;
    background: #ececec;
    color: #666;
}

.blue-alert{
    background: #ebf1f9;
    color: #2b66a2;
}

.red-alert{
    background: #ffeded;
    color: #d40f1d;
}

.bottom-alert{
    background: #ebf1f9;
    padding: 2em 0.75em;
    border-radius: 5px;
    margin-bottom: 1.5em;
    overflow: hidden;
    max-width: 940px;
    border-bottom: #2b66a2 solid 5px;
}

.gray-alert,
.blue-alert,
.red-alert{
    padding: 1em 0.75em;
    border-radius: 5px;
    overflow: hidden;
    max-width: 940px;
    margin: 0 auto;
    margin-bottom: 1.5em;
}

.bottom-alert h3,
.blue-alert h3,
.red-alert h3,
.gray-alert h3{
    color: #303135;
    margin: 0;
    text-align: center;
    border-bottom: #ddd solid 1px;
    padding-bottom: 10px;
}

.bottom-alert h4,
.blue-alert h4,
.red-alert h4,
.gray-alert h4{
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.bottom-alert .su-row,
.gray-alert .su-row,
.blue-alert .su-row,
.red-alert .su-row,
.bottom-alert ol,
.blue-alert ol,
.red-alert ol,
.gray-alert ol{
    margin-bottom: 0;
}


/***** 首頁用 *****/

.index-widget .news{
    margin: 0 1.5%;
}

article.box-news{
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #303135;
}

article.box-news:hover{
    opacity: 0.75;
}

.product-mark{
    background-color: #00718d;
    padding: 3px 10px;
    border-radius: 3px;
    vertical-align: middle;
    color: #fff;
    line-height: 20px;
    font-size: 0.9em;
}


/***** 首頁用 新聞標籤 *****/

.update-mark,
.news-mark,
.protect-mark,
.new-mark{
    border-radius: 4px;
    vertical-align: middle;
    color: #fff;
    line-height: 20px;
    font-size: 0.9em;
}

.new-mark{
    background-color: #d40f1d;
    margin-right: 10px;
    padding: 5px 10px;
}

.update-mark{
    background-color: #1b4065;
    padding: 5px 15px;
    margin: 0 10px;
}

.news-mark{
    background-color: #2E73DE; /*f55a00*/
    padding: 5px 15px;
    margin: 0 10px;
}

.protect-mark{
    background-color: #2b66a2;
    padding: 5px 15px;
    margin: 0 10px;
}

.datemark{
    color: #868686;
}

/*--------------------------------------------------------------
# Forms 表單
--------------------------------------------------------------*/

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    color: #FFF;
    background-color: #2b66a2;
    border: 1px solid #2b66a2;
	border-radius: 4px;
	padding: 8px 20px;
    width: 240px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFF;
    background-color: #234f7b;
    border: 1px solid #234f7b;
}


.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    color: #FFF;
    background-color: #234f7b; 
    border: 1px solid #234f7b;
} 


input[type="search"]{
    color: #868686;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 3px;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #868686;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 4px 8px;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #868686;
    border: 1px solid #ddd;
}

select {
	border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px;
}


/***** no-results 找不到網頁 *****/

.no-results form.search-form{
    float: none;
}

.no-results input[type="search"]{
    width: 90%;
    padding: 10px;
    margin: 10px 5%;
}

.no-results input[type="submit"]{
    width: 90%;
    padding: 10px;
    margin: 10px 5%;
}

.no-results .input-group .form-control:hover, 
.no-results .input-group .form-control:focus{
    width: 90%;
    padding: 10px;
    margin: 10px 5%;
    
    border: 1px solid #ddd;
    background: #fff;
}

textarea {
	width: 50%;
    height: 80px;
}

/*--------------------------------------------------------------
# Navigation
## Links
--------------------------------------------------------------*/

a {
	color: #2b66a2;
}

a:hover {
    color: #4a8ccf;
    outline: 0;
}

a:focus,
a:active {
    outline: 0;
}

a:focus {
	outline: thin dotted;
}

.sidebar-1 a {
	text-decoration: none
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.screen-reader-text {
	display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.archive-content:before,
.archive-content:after,
.wrapper:before,
.wrapper:after,
.navigation:before,
.navigation:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.archive-content:after,
.wrapper:after,
.navigation:after {
	clear: both;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.wrapper {
	/*max-width: 1200px;*/
	margin-left: auto;
	margin-right: auto;
}

.site-content {
    min-height: 90vh;
	padding-bottom: 25px;
	overflow-x: hidden;
}

.home .site-wrapper{
    background: #e9ecec;
}

.site-wrapper{
    background: #f7f7f7;
}

.site-wrapper,
.site-footer{
    /*max-width: 1600px;*/
	margin-left: auto;
	margin-right: auto;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header{
    background: #fff;
    padding-top: 10px;
    border-bottom: #ddd solid 1px;
}

.site-branding {
	width: 110px;
    display: inline-block;
    margin-bottom: 10px;
}

.header-inner{
    width: 1400px;
    max-width: 96%;
    margin: 0 auto;
    clear: both;
}

.headernav {
    /*border-top: #ddd solid 1px;*/
    display: inline-block;
}

.headerright{
    float: right;
}


.headerright input[type="submit"]{
    display: none;
    overflow: hidden;
}

.site-title {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	padding: 6px 0;
}

.site-title a {
	text-decoration: none;
	color: #2b66a2;
}

.site-description {
	color: #868686;
	margin: 0
}


.breadcrumbs{
    color: #fff;
    padding: 5px 0px;
    
}

.breadcrumbs span{
    color: #fff;
    padding: 5px;
    font-size: 0.9em;
}

.breadcrumbs a{
    color: #fff;
}

.breadcrumbs a:hover{
    opacity: 0.75;
}


/***** header搜尋 *****/

.headerright .search,
.headerright .lang{
    float: right;
    margin: 5px 0;
}


footer .lang{
    float: right;
    
}

/*search-----------------------------------*/

.input-group.search-group {
    /*height: 30px;
    min-width: 30px;*/
    position: relative;
}

.input-group .form-control::-moz-placeholder,
.input-group .form-control::-webkit-input-placeholder {
    color: transparent;
}

.input-group .form-control:hover::-moz-placeholder,
.input-group .form-control:focus::-moz-placeholder,
.input-group .form-control:hover::-webkit-input-placeholder,
.input-group .form-control:focus::-webkit-input-placeholder { 
    color: #ddd;
}

.input-group .form-control:focus {
  border-color: #e6e6e6;
}

.search-form {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);*/
}

.input-group .form-control:hover{
    opacity: 0.5;
}


.input-group .form-control:focus {
    width: 160px;
    color: #000;
    cursor: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    background: none;
}

.header-inner input[type="search"]{
    padding: 5px 10px;
    width: 20px;
    font-size: 0.85em;
    line-height: 1;
    border: none;
    background: url(https://www.tecsols.com/wp-content/images/site/index/icon-search.svg) no-repeat left 0px center / 20px;
    
}

.header-inner input[type="submit"]{
    font-size: 0.85em;
    padding: 3px;
    width: 50px;
}

.header-inner select,
footer select{
    color: #868686;
    font-size: 0.85em;
    line-height: 1;
    padding: 5px;
    
}

/*--------------------------------------------------------------
# Primary Nav
--------------------------------------------------------------*/

.menu-1 {
	font-size: 1em;
	display: block;
	float: right;
	text-align: right;
	width: 60%;
}

.menu-1 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-1 li {
	display: inline-block;
	position: relative;
}

/* Align the navigation with the rest of the content. */
.menu-1 .nav-menu > li:last-child {
	margin-right: -15px
}


.menu-1 a {
	display: block;
	text-decoration: none;
    padding: 10px;
	color: #303135;
}


.menu-1 ul li a:hover,
.menu-1 .sub-menu a:hover {
	color: #2b66a2;
}

.menu-1 .sub-menu li:hover {
	background: #f0f0f0;
}


/*子目錄*/
.menu-1 ul ul {
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #FFF;
}



.menu-1 ul li.current-menu-item a,
.menu-1 ul li.current-menu-parent a{
    color: #2b66a2;
}


.menu-1 ul li .sub-menu a{
    color: #303135;
}

.menu-1 ul ul ul {
	left: -999em;
	top: 0;
}

.menu-1 ul ul a {
	width: 180px;
	text-align: left;
	/*border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);*/
}


.menu-1 li:hover,
.menu-1 li.focus {
	color: #2b66a2;
}

.menu-1 ul li:hover > ul,
.menu-1 ul li.focus > ul {
	right: 0;
	left: auto;
}

.menu-1 ul ul li:hover > ul,
.menu-1 ul ul li.focus > ul {
	left: auto;
	right: 100%;
}


/*.menu-1 li.page_item_has_children > a:after,
.menu-1 li.menu-item-has-children > a:after {
	content: '\25bc';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
	opacity: .75
}
.menu-1 .sub-menu li.page_item_has_children > a:after,
.menu-1 .sub-menu li.menu-item-has-children > a:after {
	content: '';
}
.menu-1 li li.page_item_has_children > a:before,
.menu-1 li li.menu-item-has-children > a:before {
	content: '\25c0';
	font-size: 7px;
	vertical-align: 1px;
	padding-right: 5px;
	opacity: .75
}*/

/* Small menu. */
.menu-toggle {
	display: none
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


.content-area {
    margin: 0 auto;
}

.post-thumbnail {
	margin-bottom: 16px;
}

.archive-header,
.entry-header {
    background: #1b4065; 
    
}

.archive-title,
.entry-title {
    color: #fff;
	margin: 0;
    padding: 1em 0 1.5em;
    text-align: center;
    font-size: 2.8em;
    letter-spacing: 0.05em;
}

.entry-title a {
	text-decoration: none;
	color: black;
}

.entry-meta {
	font-size: 0.85em;
	color: #868686;
}

.entry-meta a {
	color: #868686;
	text-decoration: none
}

.edit-link {
	float: right;
}

.page .edit-link {
	float: none;
}

.entry-footer {
    font-size: 0.9em;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	padding: 20px 0;
	margin: 0 0 50px;
}

.entry-footer span {
	display: block;
}

.entry-footer a {
	text-decoration: none;
	color: #303135;
}

.comments-closed .entry-footer {
	margin-bottom: 0;
}

.more-link {
	text-decoration: none;
}

.entry-content{
    box-sizing: border-box;
    margin: auto;
    
}

/*** 有 tabs 的頁面 業務訓練課程 技術訓練課程 FAQ ***/
.page-id-103 .entry-content,
.page-id-78 .entry-content,
.page-id-77 .entry-content {
    /*padding: 0px 0px 30px;*/
}

.archive-content{
    background: #fff;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    border-bottom: #ddd solid 1px; 
}

.archive-link{
    display: block;
}

.archive-content h3{
    margin: 0 0 5px 0;
}

.archive-content a:hover{
    opacity: 0.75;
}

.search-content a h3:hover{
    opacity: 0.75;
}

.search-content{
    border-bottom: #ddd solid 1px;
}

span.archive-time{
    color: #868686;
    font-size: 0.85em;
}

.archive-content .post-thumbnail {
    float: left;
    margin: 0;
    width: 220px;
    min-width: 220px;
}

.archive-content .post-thumbnail:hover{
    opacity: 0.75;
}

.archive-content .archive-meta{
    float: left;
    padding: 1em;
}


/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	/*margin: 0 0 1.5em;*/
}

.blog .hentry {
	margin: 0 0 3em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}


/*--------------------------------------------------------------
## Panel
--------------------------------------------------------------*/

.panel,
.modulelinkpanel,
.d-panel,
.linkpanel,
.solpanel{
    color: #303135;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    background: #fff;
    transition: all 0.2s ease;
    line-height: 1.5;
    border: #fff 1px solid;
}

.solpanel:hover,
.linkpanel:hover,
.modulelinkpanel:hover,
.solpanel:active,
.linkpanel:active,
.modulelinkpanel:active{
    color: #2b66a2;
}

.linkbtn{
    color: #fff;
    border-radius: 40px;
    box-sizing: border-box;
    display: block;
    background: #2b66a2;
    transition: all 0.2s ease;
    line-height: 1.5;
    border: #2b66a2 1px solid;
}

.linkbtn:hover,
.linkbtn:active{
    color: #204d79;
    background: #fff;
    border: #204d79 1px solid;
}

/*.modulelinkpanel img,*/
.panel img,
.d-panel img,
.linkpanel img,
.solpanel img{
    margin-bottom: 10px;
}

.panel,
.modulelinkpanel,
.d-panel,
.linkpanel,
.linkbtn{
    padding: 1em;
}

.linkpanel,
.linkbtn{ 
    text-align: center;
}


/********** 解決方案 **********/

.sol-title{
    color: #303135;
    padding: 0 0.8em;
}

.solpanel .product-info{
    padding: 0 0.8em 1em;
}

.solpanel a img{
    border-radius: 3px 3px 0px 0px;
}



/********** 標題字 **********/

.panel-title{
    font-size: 1.2em;
    color: #303135;    
}

/********** 模組一覽 灰字 **********/

.panel-info{
    font-size: 0.9em;
    color: #868686;
    display: block;
    border-top: #e2e2e2 solid 1px;
    margin-top: .5em;
    padding-top: .5em;
}

.product-info{
    font-size: 0.9em;
    color: #868686;
    display: block;
    
    margin-top: .5em;
    padding-top: .5em;
}

.modulelinkpanel .product-info,
.d-panel .product-info{
    border-top: #e2e2e2 solid 1px;
}

/********** 下載 **********/

.download-info{
    font-size: 0.9em;
    text-align: center;
    display: block;
    
    color: #fff;
    background: #2b66a2;
    border: 1px solid #2b66a2;
    border-radius: 4px;
    
    margin-top: 10px;
    padding: 10px;
}

a:hover .download-info{
    color: #fff;
    background: #234f7b; 
    border: 1px solid #234f7b;
}

/********** 箭頭 **********/

.arrow-icon{
    position: relative;
    display: inline-block;
}

span.arrow-icon{
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    /*transition: opacity .2s,transform .2s;*/
}

a:hover span.arrow-icon{
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/

.page-title {
	font-size: 1em;
	margin-left: 0;
	margin-bottom: 32px
}

.archive-header {
	/*margin-bottom: 25px;*/
}

.archive-header .archive-title {
	/*font-size: 1em;*/
}

.archive-header .archive-description {
	/*font-size: 1em;;
	border-bottom: 1px solid #e4e4e4;*/
}

.archive .post,
.archive-content{
    margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.archive .post.category-update{
    margin: 0;
}

.archive-excerpt p{
    color: #868686;
    font-size: 0.9em;
    margin: 0;
    line-height: 1.5;
}


.entry-summary{
    color: #868686;
    font-size: 0.9em;
    line-height: 1.5;
}


a.post-edit-link{
    font-size: 0.9em;
}

/*--------------------------------------------------------------
## Content Navigation
--------------------------------------------------------------*/


.previouspostslink,
.nextpostslink{
    display: none;
}

.wp-pagenavi{
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    padding: 20px;
}

span.pages {
    display: none;
}


.wp-pagenavi a, .wp-pagenavi span{
    border: 0px;
    color: #303135;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.post-navigation,
.posts-navigation {
	margin-top: 25px;
	margin-bottom: 25px;
    margin: 0 auto;
    max-width: 1200px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-links a {
	text-decoration: none;
	color: #303135;
}

.post-navigation .nav-links a  {
	font-weight: bold
}
.post-navigation .nav-links a span {
	text-decoration: underline;
	font-weight: normal
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-body {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.comments-area ul.children {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

.comments-area .children .comment-body  {
	padding: 0 0 25px 0;
	margin: 25px 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-meta {
	margin-bottom: 16px
}

.comment-meta a {
	text-decoration: none
}
.comment-author a {
	color: #303135;
	text-decoration: none;
	font-weight: bold;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment-author cite {
	font-style: normal;
	color: #303135;
	font-weight: bold
}

.comment-metadata a {
	color: #868686;
	font-size: 0.9em;

}

.logged-in-as a {
	text-decoration: none;
	color: #868686;
	font-size: 0.9em;
}

.comment-reply-link {
	text-decoration: none
}

#cancel-comment-reply-link {
	text-decoration: none;
	color: #d40f1d;
	font-weight: normal;
	font-style: italic;
	float: right;
}

.comment-respond input {
	width: 100%;
}

.comment-form-author {
	width: 47.5%;
	float: left;
	margin-right: 5%;
}

.comment-form-email {
	width: 47.5%;
	float: left;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar-1 {
	width: 20%;
	float: right;
    margin-left: 5%;
}

.sidebar-1 .widget{
    background: #fff;
    margin: 0 0 25px;
    padding: 20px;
}

.sidebar-1 .widget-title{
    display: none;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/

.widget {
    /*background: #fff;
	margin: 0 0 25px;
    padding: 30px 20px 20px;*/
}

.widget h3 {
	margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    padding: 14px 0;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}


/* index */

.index-widget{
    max-width: 900px;
    margin: 0 auto;
}

.widget-area.news .widget{
    background-color: #fff;
    padding: 2em 0 4em;
}

.widget-area.solutions .widget{
    background-color: #f7f7f7;
    padding: 2em 0 4em;
}

.widget-area.support .widget{
    background-color: #e9ecec;
    padding: 2em 0 2em;
}

.index-widget h2{
    margin: 1em 0 1em;
    text-align: center;
}

/* 首頁 解決方案 */
.box-sols{
    width: 23%;
    height: 120px;
    float: left;
    display: block;
    margin: 10px 1%;
    background: #fff;
    padding: 20px 0px 25px;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.box-sols:hover{
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.item-sols {
    color: #303135;
    margin: 10px 0;
}

/* 首頁 支援服務最下方 */
.box-support{
    width: 30.33%;
    float: left;
    display: block;
    margin: 10px 1.5%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    color: #303135;
    padding: 15px 0px;
}

.box-support:hover{
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
}

.box-support:active{
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.item-support {
    color: #303135;
    margin: 10px 0 0;
}

.box-support span{
    color: #868686;
    font-size: 0.9em;
}

/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/

.grecaptcha-badge {
    display: none !important; /*reCAPTCHA V3 驗證標記*/
}


.wpcf7 {
    font-size: 0.9em;
    max-width: 600px;
    padding: 2em 4em;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.10);
    margin: 0 auto;
    /*margin-top: 1.5em;
    margin-bottom: 4em;*/
}

.wpcf7 button, 
.wpcf7 input[type="button"], 
.wpcf7 input[type="reset"], 
.wpcf7 input[type="submit"]{
    width: 100%;
    padding: 10px;
}

.wpcf7 input[type="text"], 
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select{
    width: 100%;
    margin-bottom: 1em;
    line-height: 2em;
}

.wpcf7 form .wpcf7-response-output{
    margin:.2em 0;
    padding: 1em;
    border-radius: 0.2em;
}


span.wpcf7-list-item{
    display: block;
    margin: 0;
}

.wpcf7 p{
    line-height: 2em;
}

.wpcf7-acceptance{
    line-height: 2em;
}

.wpcf7 .btn{
    color: #FFF;
	border: 1px solid #2b66a2;
	border-radius: 3px;
	background-color: #2b66a2;
	padding: 8px 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.wpcf7 .btn:hover{
    color: #204d79;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #204d79;
}

.wpcf7 .btn:focus{
    color: #2b66a2;
    background-color: #FFF;
    border: 1px solid #204d79;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer { 
    background-color: #fff;
    padding: 1em 0;
    height: 60px;
    border-top: 1px solid #ddd;
}

.footer-wrapper{
    width: 1400px;
    max-width: 96%;
    margin: 0 auto;
    clear: both;
}

.site-info {
	float: left;
}

.site-info a{
    font-size: 0.9em;
    color: #2f3235;
    font-size: .8em;
    padding-right: 10px;
    text-decoration: none;
}

.site-info a:hover{
    opacity: 0.75;
}


/*--------------------------------------------------------------
# Infinite Scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	width: 100%
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 0.85em;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Sitemap
--------------------------------------------------------------*/

.sitemap ul{
    padding: 0.75em 0;
    list-style: none;
}

.sitemap ul ul ul{
    padding: 0 0.75em;
}

.sitemap li.sitemap-title a{
    font-weight: 700;
    color: #303135;
}

.sitemap ul.children a{
    font-size: 0.9em;
    font-weight: 400;
    color: #868686;
}

.sitemap li.sitemap-title a:hover{
    opacity: .75;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## wrapper
--------------------------------------------------------------*/

.post-template-gutenberg .site-header > .wrapper,
.page-template-gutenberg .site-header > .wrapper {
    border-bottom: 0;
    margin-bottom: 0;
}

/*

分類
archive

文章
.post-template-default
.post-template-nosidebar
.post-template-fullwidth

頁面
.page-template-default
.page-template-no-sidebar
.page-template-with-sidebar

*/

.post-template-default .content-area,
.page-template-with-sidebar .content-area{
    float: left;
    width: 75%;
}

.search .content-area,
.page-template-full-width .content-area,
.post-template-full-width .content-area{ 
	width: 100%
}

.page-template-no-sidebar .content-area,
.post-template-no-sidebar .content-area,
.page-template-default .content-area {
	float: none;
	margin: 0 auto;
}

.post-template-gutenberg .content-area,
.page-template-gutenberg .content-area {
	float: none;
	width: 100%
}

/*.entry-header,*/
.post-thumbnail,
.entry-footer,
.comments-area,
.post-navigation,
.post-template-full-width .entry-content > *,
.page-template-default .entry-content > * {
	margin-left: auto;
	margin-right: auto;
}

.page-template-default .hentry,
.page-template-default .site-content,
.post-template-default .hentry,
.post-template-default .site-content {
	padding-bottom: 0;
	margin-bottom: 0
}

.wp-block-editor-blocks-features .feature__image {
	width: 50px
}

.wp-block-gallery {
	margin-bottom: 1.5em
}

.hide-entry-header .site-header > .wrapper {
    border-bottom: 0;
    margin-bottom: 0;
}

.archive .content-area,
.su-row{
    max-width: 940px;
    margin: 0 auto;
}

.su-column-size-1-1{
}


.post-template .alignwide {
	max-width: 940px;
    padding: 4em 0;
    margin: 0 auto;
    /*max-width: 96%;*/
}

.page-template-default .alignwide {
	max-width: 940px;
    padding: 4em 0;
    margin: 0 auto;
}

.page-template-default .alignfull {
	max-width: 100%;
    padding: 4em 0;
    margin: 0 auto;
}

.page-template-no-sidebar .alignfull {
	width: 100vw;
	margin-left: 50%;
	/* -webkit-transform: translateX(-50%); */
	transform: translateX(-50%);
	max-width: none
}


/*產品資訊下方連結*/

.footer-sec{
    background: #e9ecec; /*#e8e8e8*/
    border-top: #ddd solid 1px;
}

.footer-sec .su-row{
    width: 96%;
    margin-bottom: 0;
    background: #fff;
    box-shadow: 0 8px 24px 0 rgb(104 115 125 / 15%);
    width: 1100px;
    margin: 0em 0 6em;
    border-radius: .5em;
    padding: 3em;
    margin: 0 auto;
}

.footer-sec h1 a{
    color: #303135;
}

.footer-sec h1 a:hover{
    color: #2b66a2;
}

.page-template-no-sidebar .alignwide img,
.page-template-no-sidebar .alignfull img {
	max-width: none;
	width: 100%
}

.page-template-no-sidebar .alignwide {
	width: 60vw;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: none;
}

.wp-block-cover-image {
	min-height: 600px
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 600px) {
    
    .wpcf7 {
        box-shadow: none;
        padding: 2em;
        max-width: 100%;
    }
    
    .archive-excerpt{
        display: none;
    }
    
    footer .lang{
        float: none;
        margin: 0.8em;
        text-align: center;
    }
    
    .site-info a{
        font-size: 0.8em;
        float: none;
    }
    
    .site-info{
        text-align: center;
        float: none;
    }
    
    .site-footer{
        height: 120px;
    }
}


@media screen and (max-width: 800px) {
    
    .entry-content{
        padding: 0px;
    }
    
    .index-widget{
        width: 90%;
    }

    .news-item{
        display: block;
        margin-top: 5px;
    }
    
    .box-sols{
        width: 46%;
        margin: 0px 2% 20px;
    }
    
    .box-support span{
        display: none;
    }
    
    .archive-content .archive-meta{
        padding: 0.5em 1em;
    }

}


@media screen and (max-width: 960px) {

    .page-template-default .alignwide .su-row,
    .page-template-default .alignfull .su-row{
        max-width: 92%;
        /*padding: 2em 0;*/
    }
    
    .su-tabs,
    .archive .content-area,
    .page-template-default .alignwide,
    .page-template-default .alignfull{
        /*max-width: 92%;*/
    }

	#site-menu,
    #mega-menu-wrap-menu-1,
    .headerright .search{
		display: none;
	}

    
    /* 首頁 header language */
    .headerright .search, .headerright .lang{
        margin-right: 80px;
    }
    
	.menu-1 {
		background: none
	}

	.menu-1 a {
		border-top: 1px solid #2c468a;
	}

	.menu-toggle {
		background-color: #4a8ccf;
		color: white;
		margin: 0 auto;
		width: 100%;
        border: 0;
        border-radius: 0;
	}

	.toggled .menu-toggle {
		background-color: #4a8ccf;
		color: white;
		margin: 0 auto
	}

	/* Small menu. */
	.menu-toggle,
	.menu-1.toggled #site-menu {
		display: block;
		background-color: #4a8ccf;
	}

	.menu-1 li {
		float: none;
	    width: 100%;
	}

	.menu-1 ul ul {
		position: relative;
		float: none;
		left: auto;
		display: none
	}

	.menu-1 ul li:hover > ul,
	.menu-1 ul li.focus > ul {
		display: block;
	}

	.menu-1 ul ul a {
		width: 100%;
	}

	.menu-1 ul ul ul {
		left: auto
	}

	.menu-1 ul ul li:hover > ul,
	.menu-1 ul ul li.focus > ul {
		left: auto;
	}

}

@media screen and (max-width: 1200px) {

    .archive .content-area,
    .post-template-default .content-area,
    .page-template-with-sidebar .content-area{
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    
    
    .archive .widget,
    .post-template-default .widget,
    .page-template-with-sidebar .widget{
        width: 46%;
        margin: 4% 2%;
        float: left;
    }
    
	.site-content,
	.content-area,
    .sidebar-1{
		width: 100%;
		float: none;
        margin: 0 auto;
	}

	.page-template-default .site-content > .wrapper {
		padding-left: 0;
		padding-right: 0
	}

	.menu-1 .nav-menu > li:first-child {
	  margin-left: 0;
	}

    .page-template-default .entry-content >.su-tabs{
        max-width: 100%;
    }

    
    .header-inner{
        max-width: 96%!important;
	    margin-left: auto;
	    margin-right: auto;
    }
    
    .wrapper,
    .page-template-default .post-thumbnail,
	.page-template-default .entry-footer,
	.page-template-default .comments-area,
	.page-template-default .post-navigation{
	    
	    margin-left: auto;
	    margin-right: auto;
	}


	.post-template-full-width .post-thumbnail,
	.post-template-full-width .entry-footer,
	.post-template-full-width .comments-area,
	.post-template-full-width .post-navigation{
	    max-width: 92%!important;
	    margin-left: auto;
	    margin-right: auto;
	}
    
    /*.post-template-full-width .entry-content > **/
    .wp-block-editor-blocks-vertical-feature .vertical-feature__subheading,
    .wp-block-editor-blocks-horizontal-feature .horizontal-feature__subheading,
    .wp-block-editor-blocks-team .team-member__position {
        margin-top: -1.25em;
    }

}