@charset "UTF-8";

/* CSS Document */
.eStore_block980{
	width: 980px;
	margin: 0 auto;}

.eStore_container,  .eStore_block980 {

	margin: 0 auto;
}

*{
	font-family:  'Open Sans', Microsoft JhengHei, Microsoft YaHei, Meiryo, Malgun Gothic, sans-serif;
}

div{
	display: block;}
	
h1, h2, h3, h4, h5, h6, a, .fl-button {
	font-family:  'Open Sans', Microsoft JhengHei, Microsoft YaHei, Meiryo, Malgun Gothic, sans-serif;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}
.h1 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
	font-size: 45px;
	text-transform:uppercase;
}

.cta{color: #fff;
    text-decoration: none;
    padding: 5px 35px;
    background-color: #004280;
    font-size: 14px;
	border-radius: 3px;
}
	
.cta:hover{
	background-color: #015fb6;
	color: #fff;
	}

/*form styles*/
.form{margin-top: 40px;}
input[type=text]:focus, textarea:focus {
   outline: -webkit-focus-ring-color auto 5px;
}
label{
	margin-top: 20px;
	font-family: 'Open Sans', Tahoma, Arial, non-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-right: 20px;
	}
.message{
	min-height: 100px;
	width: 50%;
		}
input{
	width: 38%;
	border-radius: 3px;
	border: 1px solid #c8d6e0;
	margin-top: 4px;
	font-family: 'Open Sans', Tahoma, Arial, non-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	margin-bottom: 20px;
	  background-color: #f8f8f8;
	padding: 3px 5px;
	}

textarea {
    width: 50%;
    height: 150px;
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid #c8d6e0;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: 'Open Sans', Tahoma, Arial, non-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}
#sbSendEmail{
	padding: 8px 20px;
	font-family: 'Open Sans', Tahoma, Arial, non-serif;
	color: #ffffff;
	background-color: #004280;
	border: none;
	margin-bottom: 50px;
	width: 15%}
	

#sbSendEmail:hover{
	background-color: #015fb6;
	cursor: pointer;
	}
/*end of form styles*/		
		
	.center{
		text-align:center;}
.blue{

    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    background-image: url(img/bg.jpg);
    background-repeat: repeat-y;
    background-position: right center;
    min-height: 300px;
    background-attachment: fixed;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    }

.sub {
	padding-top: 50px;
	margin-bottom: 20px;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #4C5559;
	text-align: center;
	font-size: 28px;
}
/**layout**/
.col-12{
	width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
     margin-top: 20px;
}
.col-10{
	width: 80%;
	margin-left: 10%;
	overflow: hidden;
}
.col-11{
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	overflow: hidden;
}

.col-6{
	text-align:center;
	width: 16%;
	float: left;
	text-align:center;
	margin-top: 0px;
}

.col-5{
	text-align:center;
	width: 20%;
	float: left;
	text-align:center;
	margin-top: 0px;
}
.col-4{
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align:center;
	margin-top: 20px;
}
.col-4-product{
	width: 23%;
	margin-left: 1%;
	float: left;
	text-align:center;
	margin-top: 20px;
}
.col-3 {
    width: 32%;
    margin-left: 1%;
    float: left;
    text-align: center;
    margin-top: 20px;
	padding-bottom: 30px;
	}
 
	
	
.col-2{
	width: 48%;
	float: left;
	text-align: left;
	margin-bottom: 35px;
	margin-top: 20px;
	
}
.col-2-2{
	width: 48%;
	float: left;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 20px;
	
}

.col-2-long-version{
	width: 53%;
	float: left;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 20px;
	
}

/**end of layout**/
.left{
	margin-right: 2%;
}
.link{
	color: #004280;
	text-decoration: none;
	padding-bottom: 0px;
	
}
.link:hover{
	text-decoration: underline;
}


.expandable{
	margin-top: 80px;}
.h2 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;	
	font-weight: 400;
	color: #fff;
	font-size: 24px;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.h2-title {
	padding-bottom: 10px;
}
.h3 {
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 10px 5px 0px;
	
	color: #fff;
	width: 90%;
	border-bottom: none;
	text-align: left;
}

h4{margin-top: 20px;}
element.style {
    width: 100%;
    height: auto;
}


p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 21px;
	margin: 0;
	text-align: left;
	margin-bottom: 20px;
}
.nav-background{
	 background-color: #004280;
	 width: 100%;
	     overflow: hidden;
	         overflow: auto;
	}

.nav-background-sticky{
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
	font-size: 14px;
}
ul.nav{
	margin: 0 auto;
    text-align: center;
    background-color: #004280;
}
.nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 28px;
    text-decoration: none;
	text-transform:uppercase;
}
/* .joinwebinar{
	background-color:red;
} */

/* Change the link color to #111 (black) on hover */
.nav li a:hover, .nav li a:active {
    background-color: #015fb6;
	color: #ffffff;
	text-decoration: none;
}
.os-name{
	font-size: 15px;
	font-weight: bold;
	}
.nav{
		z-index: 170;
		margin: 0 auto;
		display: block;
		text-align: center;
		}
ul.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0;
}
.header-section{
	    color: #999;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-family: 'Open Sans', Helvetica, Sans serif;
    font-weight: 300;
    margin-top: 50px;
    text-transform: uppercase;
}	
	
.white{
		color: #ffffff;
		}
h2.white{
		margin-top: 50px;
		border: none;
		margin-bottom: 20px;}
.expansion{
		background-color: #eee;}
.comparison {
    margin-top: 20px;
    margin-bottom: 30px;
   	}
.descr {
	font-size: 14px;
	line-height: 18px;
	padding: 10px;
	width: 85%;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 20px;
}
.celltitle{
	font-weight: bold;
	text-align: left;
	border-bottom: 3px solid #fff;
	font-family: 'Open sans', Helvetica, arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	}
.cell{
	font-weight: 300;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-family: 'Open sans', Helvetica, arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	}
.no-border{bfont-weight: 300;
	text-align: left;
	border-bottom: none;
	font-family: 'Open sans', Helvetica, arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
}


.top {
	width: 100%;
	height: auto;
	display: block;
}
.title {
	position: absolute;
	top: 5%;
	text-align: right;
	width: 100%;
	padding: 1em;
	float: right;
	margin-left: 0%;
	padding-left: 0;
	
}
.column {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	float: left;
	margin-bottom: 50px;
	width: 32%;
	overflow: hidden;
	height: 340px;
	background-color: #ffffff;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
.column:hover {
 box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}
.cards {
	width: 100%;
	margin-bottom: 70px;
	overflow:auto;
}
.description {
	text-align: center;
}

img.logo {
	padding: 10px;
}
.product {
	padding: 10px 5px;
	padding-left: 15px;
	font-size: 14px;
}
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: #004280;
	font-size: 13px;
	padding: 1em;
	font-family: 'Open Sans', Verdana, Tahoma, sans-serif;
	display: none;
}

.go-top:hover {
	background-color: #801a7a;
	Color: #ffffff;
	text-decoration: none;
}



.h6{
		margin: 0;
		color: #666666;
		font-weight: normal;
		font-size: 11px;
		font-family: 'Open Sans', Helvetica, sans-serif;
		padding-top: 5px;}
.sharing{
	padding-left: 0px;
	padding-top: 40px;
	margin-bottom: 50px;
	}
ul.share-buttons>li {
	display: inline;
	}
ul.share-buttons>li a img{
	display: inline;
	text-align: left;
	display:inline;
	padding-left: 3px;
	}
div.sharing{
	clear: both;
	}
ul.share-buttons{
	text-align: left;
	padding-left: 0;}


.select1 {
    margin-top: 90px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    background-image: url(img/2017092.jpg);
    background-repeat: repeat-y;
    background-position: right center;
    /* background-attachment: fixed; */
    /* background-size: cover; */
    /* background-color: #2d7cd9; */
}

.container {
  position: relative;
  width: 95%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 66, 128, 0.79);
}

.container:hover .overlay {
  opacity: 1;
}
.col-2 img{
	max-width: 100%;
	}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Open Sans', Helvetica, sans-serif;
}



.h2-selector{
	color: #ffffff;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: left;
    padding-top: 20px;
    margin-top: 0;
    font-size: 28px;
    padding-bottom: 0px;
    margin-bottom: 0;}


.share-buttons{
	margin-top: 40px;}
.disclaimer {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #808080;
    padding-top: 60px;
    text-align: left;
}
.col-3 img{
	max-width: 100%;}
.card{
	margin-top: 45px;
    float: left;
    width: 22%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 50px;
	margin-right: 1%;
	text-align: center;
	padding-bottom: 30px;
	}
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.no-margin{
	margin-right: 0;
	margin-left: 0;}
.card .cta{
	text-align: center;}

.h5 {
	    font-weight: 300;
    color: #666666;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 20px;
	}
	
.h6{
 	font-weight:200 ;
    color: #666666;
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 20px;
	}	
	
	
	#contact{
		background-color: #efefef;
		    margin-top: 40px;}
.left{
	 text-align: left;}
.cycle-slideshow div.cycle-slideitem {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    min-height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.no-top{
	margin-top: 0;}

.cycle-slideshow {
    /* width: 100%; */
    margin: 10px auto;
    padding: 0;
    /*height: 400px;*/
    position: relative;
    background: url(images/spinner.gif) 50% 50% no-repeat;
    background: url(images/banner-02.jpg) 50% 50% no-repeat;
	margin-bottom: 0;

	    background-position: bottom;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    /* background-size: contain; */
    background-image: url(img/mi-wind-kv-bg.jpg);
}

.cycle-overlay {
    font-family: tahoma,arial;
    position: absolute;
    top: 20%;
    z-index: 101;
    background: none;
    color: #fff;
    height: 70%;
    width: 100%;
}
.cycle-pager{
	display: none;}

.cycle-overlay h1 {
    font-family: 'Open Sans',Tahoma,arial;
    padding: 10px 25px 0 0;
    font-size: 48px;
    font-weight: 700;
  color: #ffffff;
    text-transform: uppercase;
    width: 40%
}

.cycle-overlay h4 {
    font-family: 'Open Sans',tahoma,arial;
    padding: 20px 25px 0 0;
    padding-top: 20px;
    padding-right: 25px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.cycle-overlay .eStore_btn {
        position: relative;
    bottom: 10px;
    right: 10px;
    margin-left: 0;
    left: 0;
    background-color: rgb(243, 153, 3);
    padding: 5px 30px;
    font-size: 14px;
}
.cycle-overlay .eStore_btn:hover {
	background-color: #e47c01;
}
div.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0;
}
.cycle-overlay .eStore_block980.small h1 {
    font-size: 3em;
    width: 100%;
    line-height: 52px;
    text-align: center;
}

.cycle-overlay .eStore_block980.small h4 {
    font-size: 1.8em;
}

div#HeaderBanner {
    margin-top: 0px
}

.widget-simple-form-btn-blue {
    background-color: #004280;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 24px;
    color: white;
    border-radius: 3px;
}

.widget-simple-form-btn-blue:hover {
    background-color: #015fb6;
    color: #fff;
}


@media screen and (max-width: 1024px){
	.cycle-overlay{top: 20%;
	}
.cycle-overlay .eStore_block980.small h1 {
    font-size: 4em;
	}	
	ul.nav.stickytop {
    padding-left: 5%;
    margin-left: 0;
}
.blue{
	background-position: right;}
	}
	
@media screen and (max-width: 980px) {
	.cards {
		width: 98%;
		margin: 0 auto;
	}
	top{width: 120%;}
	.column {
		width: 46%;
		margin-left: 1%;
		height: 335px;
	}
	.h1 {
		font-size: 33px;
	}
	.h2 {
		font-size: 23px;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	
	.title {
		top: 8%;
	}
	.productPic {
		width: 25%;
	}
	
	.productDescription {
		width: 70%;
		margin: 0;
		padding-bottom: 60px;
	}
	.title{margin-left: 5%;}
	iframe{width: 750px;}
	.go-top{
		bottom: 1em; right: 1em;}
	

.productPic {
	text-align: center;
}
.subscriptionPrice{
	width: 48%;
}
.marketplace-info {
	width: 100%:
}
.esotre_btn, .estore_btn1 {
	width: 45%;
}
.videodescription, .videopic{
		width: 50%;
		float: left; 
		position: relative;
		}
		
.io{width: 25%;
text-align: center;
float: left;
padding-bottom: 10px;
height: 150px;}
.mid{text-align: center;}	



ul.nav{padding-left: 10%;}
.nav li a {padding: 10px 15px;}	
		.cycle-overlay {
        font-family: 'Open Sans', tahoma, arial;
        position: absolute;
           top: 10%;
    z-index: 101;
    background: none;
    color: #fff;
    padding: 0px;
    height: 70%;
    width: 100%;
    margin-right: 0px;
    }

.cycle-overlay .eStore_block980.small h1 {
    font-size: ;
    width: 100%;
    line-height: 1.3em;
    text-align: center;
}
.cycle-overlay h1 {
    font-family: 'Open Sans', Tahoma, arial;
    padding: 20px 25px 0px 0px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    width: 90%;
    padding-left: 20px;
}
.cycle-overlay h4 {
    font-family: 'Open Sans', tahoma, arial;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}
   .cycle-overlay .eStore_block980.small h4 {
    font-size: 1.8em;
    line-height: 1.3em;
}

    .cycle-overlay .eStore_btn {
        position: relative;
        bottom: 10px;
        left: 25px;
        margin-left: 0px;
    }
	.col-4{
		width: 30%;}
	.col-4-product{
		width: 44%;
		margin-left: 2%;
		}
.col-12 {
    width: 94%;
    margin-left: 3%;
}
.container {
    position: relative;
    width: 100%;
}
div.sharing {
    clear: both;
    margin-left: 10%;
}
	.col-2 a img{width: 80%;}
	
	.form{
		padding-left: 10%;}
	}
  
@media screen and (max-width: 767px) {
	ul.nav{padding-left: 5%;}
	ul.nav.stickytop{
		padding-left: 5%;}
	.expandable{margin-top: 40px;}
	.cards {
		width: 96%;
		margin: 0 auto;
	}
	.card{
		width: 48%;
		margin-right: 1%;
		margin-left: 1%;
	height: 380px;
		}
	iframe{width: 450px;}
	.column {
		width: 48%;
		margin-left: 1%;
		margin-bottom: 40px;
		height: auto;
	}
	.video{
		padding-left: 0;}
	.h1 {
		font-size: 35px;
	}
	
.title {
    top: 8%;
    margin-left: 5%;
}
	.h2 {
		font-size: 20px;
	}
	.h3 {
		font-size: 13px;
	}
	.nav li a{padding: 10px 12px;}
	
	.productPic {
		width: 40%;
	}
	.productDescription {
		width: 60%;
		margin: 0;
	}
	.productPic {
		text-align: center;
	}
	.subscriptionPrice, .cart, .ghost {
		width: 48%;
	}
	.eStore_btn1 {
		margin: 10px 15px 10px;
		display: block;
		line-height: 25px;
	}
	.marketplace-info {
		width: 100%:
	}
	.top{
		width: 150%;}
		
	.io{width: 45%;}
	.title {
		top: 8%;
		margin-left: 5%;
}
.go-top{
	bottom: 1em; right: 1em;}
	.io{width: 45%;}
	.nav li a {
       padding: 10px 30px;
}

 .cycle-overlay {
          top: 3%;
    width: 100%;
    z-index: 101;
    color: #fff;
    padding: 30px;
    height: auto;
}

.cycle-overlay .eStore_block980.small h1 {
    font-size: 4em;
    width: 100%;
    line-height: 1.2em;
    text-align: center;
}

.cycle-overlay .eStore_block980.small h4 {
    font-size: 1.7em;
    line-height: 1.3em;
    text-align: center;
    width: 80%;
    margin-left: 10%;
}

		.col-5 {
    text-align: center;
    width: 33%;
    float: left;
}
.col-4, .col-4-product{
	width: 48%;
	}
	.col-3{width: 46%;}
	.col-2{width: 94%;
	margin-left: 3%;
	margin-bottom: 0;}
	.col-2 a img{width: 100%;}

.blue {
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
   background-image: none;
    background-repeat: repeat-y;
    background-position: right center;
    min-height: 300px;
    background-color: #015fb6;
}
}
@media screen and (max-width: 480px) {
	.cards {
		width: 96%;
		margin: 0 auto;
	}
	iframe{width: 450px;}
	.column {
		width: 80%;
		position: relative;
		margin: 0 auto;
		margin-bottom: 25px;
		height: auto;
		margin-left: 10%;
	}
	.sub{font-size: 20px;}
	.h1 {
		font-size: 29px;
	}
	.title {
		top: 10%;
		margin-left: 5%;
	}
	.top{width: 250%;}
	.h2 {
		display: none;
	}
	ul.nav.stickytop{
		margin-left: 0;}
	.links {
		padding-left: 8px;
	}
	.productPic, .productDescription {
		width: 95%;
	}
	.productPic {
		text-align: center;
	}
	.subscriptionPrice, .cart, .ghost {
		width: 100%;
		text-align: center;
	}
	.estore_btn1 {
		margin: 10px 15px 10px;
		display: block;
		line-height: 25px;
	}
	p {
		margin-right: 20px;
	}
	.h2-title, .h5 .subscription {
		margin-left: 20px;
	}
	.marketplace-info {
		width: 100%:
	}
	.productDescription {
		margin-top: 20px;
	}
	.productDescription {
		margin-top: 20px;
	}
	.manual{    margin: 0 20px;}
	.h5{
		margin-left: 20px;
	}
	
img {
    max-width: 100%;
    height: auto;
}
.video{padding-left: 0;}
.product{padding-left: 0;

}
.view, .datasheet{
	width: 90%}
	.go-top{
		right: 1em;
		bottom: 1em;}
.card{
	width: 70%; margin-left: 15%}
	.h3{
		    font-size: 14px;
    padding-top: 15px;} 
	
.select1 {
    margin-top: 90px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #2d7cd9;
	background-image: none;
}
.thirty {
    width: 90%;
    float: left;
    padding: 10px;
    padding-top: 0;
    margin-bottom: 30px;
	margin-top: 20px;
}
.pWhite{
	height: auto;}
.h3{display: none;}
ul.nav.stickytop {
    position: fixed;
    top: 0;
    width: 100%;
    padding-left: 22%;
    margin-left: 0;
    display: none;
}
.cycle-slideshow {
            width: 100%;
            margin: 10px auto;
            padding: 0;
            height: auto;
            position: relative;
            
        }
		.card{
	width: 70%; margin-left: 15%}

.cycle-overlay {
    top: 10%;
    width: 100%;
    z-index: 101;
    color: #fff;
    padding: 10px;
    height: auto;
	background: none;
	left: 0%;
}

        .cycle-overlay h1 {
            font-family: Open Sans, Arial, Helvetica, sans-serif;
            font-weight: 700;
            color: #fff;
            font-size: 30px;
            text-align: left;
            padding: 0px 0px 3px 3px;
            width: 90%;
        }

        .cycle-overlay h4 {
            font-family: open Sans, Arial, Helvetica, sans-serif;
            font-weight: 400;
            color: #fff;
            padding: 10px 0px 0px 0px;
            font-size: 17px;
            text-align: left;
            width: 100%;
        }

        .cycle-slideshow {
            width: 100%;
            margin: 10px auto;
            padding: 0;
        
            position: relative;

        }

        .eStore_wrapper .cycle-overlay .eStore_btn {
            position: relative;
            bottom: 10px;
            left: 0px;
            margin-left: 0px;
            width: 50%;
			
        }
		.col-4, .col-4-product, .col-3{
			width: 90%;
    margin-left: 5%;}
	.card, .card-product{
		padding-top: 30px;}
	.col-2 a img{width: 100%;}
	.col-2{width: 94%;
	margin-left: 3%;
	margin-bottom: 0;}
	

.cycle-overlay .eStore_block980.small h1 {
     font-size: 2.8em;
    width: 100%;
    line-height: auto;
	margin-bottom: 0;
}
.cycle-overlay .eStore_block980.small h4 {
    font-size: 1.4em;
}
.cycle-overlay .eStore_block980.small h4 {
    line-height: 1.3em;
    text-align: center;
    width: 96%;
    margin-left: 2%;
}
.disclaimer{width: 85%;}
.cta {
    color: #fff;
    text-decoration: none;
    padding: 10px 70px;
    background-color: #004280;
    font-size: 1.3em;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 40px;
}

textarea{
	width: 85%;}
ul.nav{
	padding-left: 1%}
.nav li a {
    padding: 10px 20px;
}
p {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    color: #666666;
    line-height: 1.5em;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
	width: 95%;
}
.h4{margin-left: 5%;}
#sbSendEmail {
    padding: 8px 20px;
    font-family: 'Open Sans', Tahoma, Arial, non-serif;
    color: #ffffff;
    background-color: #004280;
    border: none;
    margin-bottom: 50px;
    width: 50%;
}
.header-section{
	    font-size: 2em;
    line-height: 40px;}
}


/*****新版內容正式開始*****/

.mi-win-kv{
    width: 100%;
    max-width: 1200px;
     max-width: 980px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
        padding: 2% 0%;
           padding-bottom: 1%;
}

.mi-win-kv-box{
	width: 100%;
}

.mi-win-kv-box-l{
	width: 60%;
}

.mi-win-kv-box-r{
	width: 40%;
}

.mi-win-kv-tt{
    margin-bottom: 10%;
}

.mi-win-kv-tt-b{
    color: #004280;
    font-weight: bold;
    font-size: 2.4rem;
        line-height: 3.5rem;
}

.mi-win-kv-tt-s{
    color: #3f3f3f;
    font-weight: bold;
     font-weight: normal;
    font-size: 1.8rem;
        line-height: 2rem;
}

.mi-win-kv-btn{
    width: 35%;
}

.mi-img-100{
	    margin: auto;
	 width: 100%;
}

.mi-img-90{
	    margin: auto;
	 width: 90%;
}

.mi-img-70{
	    margin: auto;
	 width: 70%;
}

.mi-img-50{
	    margin: auto;
	 width: 50%;
}

.mi-img-40{
	    margin: auto;
	 width: 40%;
}


.mi-img-20{
	    margin: auto;
	 width: 20%;
}


.mi-win-kv-img{

}

.mi-win-kv-btn-a{
background-color: #004280;
    color: #fefefe;
    text-decoration: none;
    padding: 3.5% 8%;
    border-radius: 5px;
    display: block;
       font-size: 1.1rem;
    text-align: center;
        /*margin-bottom: 5%;*/
}

.mi-win-kv-btn-num{
	    margin-top: 5%;
text-align: center;
font-size:1rem;
}
.mi-win-kv-btn-num a{
	text-decoration: solid;
}

.nav li a{
	font-size: 0.7rem;
}

.mi-win-box{
	width: 100%;
    max-width: 1200px;
     max-width: 980px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
       padding: 3% 0%;
}

.mi-win-box-z04{
	padding: 1% 0%;
}

.mi-win-how-btn{
width: 45%;
}

.mi-win-z01{
	background-color: #f9faf9;
}

.mi-win-z02{
	background-color: #fefefe;
}

.mi-win-z03{
	background-color: #f9faf9;
}

.mi-win-z04{
	background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    background-image: url(img/mi-wind-bg-01.png);

	background-color: #f1f9ff;
}

.mi-win-z05{
background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    background-image: url(img/mi-wind-bg-02.png);

	background-color: #f9faf9;
}

.mi-win-z07{
background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    background-image: url(img/mi-wind-bg-03.png);

	background-color: #f9faf9;
}

.mi-win-z09{
background-color: #f9faf9;
}

.mi-win-z10{
	background-position: center;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    background-image: url(img/mi-wind-bg-03.png);

	background-color: #f9faf9;
}

.mi-win-z12{
background-position: bottom;
    background-repeat: no-repeat;
    margin: auto;
    background-size: cover;
    background-image: url(img/mi-wind-bg-04.png);

	background-color: #f5fbff;
}

.mi-win-tt{
    color: #004280;
    color: #202020;
	/*font-weight: bold;*/
    font-size: 1.8rem;
    line-height: 2rem;
     margin-bottom: 3%;
     width: 100%;
     max-width: 820px;
     text-align: center;
     font-size: 30px;
    line-height: 36px;
}

.mi-win-st{
	    color: #64a1d8;
    margin-bottom: 3%;

}

.mi-win-find-box{
	margin: auto;
    display: flex;
	
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(#f9f9f9, #f7f7f7);
        padding: 2.5%;
         margin-bottom: 2%;
}


.mi-win-tt-pp{
	color: #414398;
	font-size: 1.5rem;
    line-height: 1.7rem;
	 
}

.mi-win-tt-b{
	color: #004280;
	font-size: 1.5rem;
    line-height: 1.7rem;
        font-weight: bold;
}

.mi-win-tt-left{
text-align:left;
}

.mi-win-fbox{
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;

        justify-content: space-around;
justify-content: space-between;
    flex-wrap: wrap;
}

.mi-win-2-box{
	width: 50%;
}

.mi-win-8-box{
	width: 80%;
}

.mi-win-7-box{
	width: 70%;
}


.mi-win-4-box{
	width: 24%;
}

.mi-win-3-box{
	width: 30%;
}


.mi-win-icon-box{
	width: 15%;
}

.mi-win-help-box-out{
	    width: 100%;
}

.mi-win-con{
	    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #666666;
    line-height: 21px;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
}

.mi-win-how{
	background-color: #fefefe;
	padding: 3%;
	    padding: 10%;
    margin: auto;
    text-align: center;
}

.mi-win-how-con{
	    color: #414398;
    margin-top: 6%;
    font-size: 1rem;
    line-height: 1.3rem;
        min-height: 100px;
}

/*產品*/

.mi-win-pd-box{
    width: 76%;
    background-color: #fefefe;
    padding: 5% 10%;
        padding-bottom: 2%;
    margin: auto;
        position: relative;
}

.mi-win-pd-time{
    background-color: #73aadc;
    color: #fefefe;
    padding: 2% 1%;
    width: 60%;
    position: absolute;
        width: 220px;
    text-align: center;
    left: -10px;
    border-radius: 5px;
}

.mi-win-pd-pd{
    margin-top: 15%;
    margin-bottom: 5%;
        text-align: center;
}

.mi-win-pd-tt{
    color: #414398;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
        margin-bottom: 5%;
     line-height: 1.8rem;
}

.mi-win-pd-items-box{
    color: #666666;
    font-size: 0.9rem;
    margin-bottom: 5%;
        min-height: 170px;
           line-height: 1.2rem;
}

.mi-win-pd-items{

}

.mi-win-2-box-sm{
	    width: 48%;
    margin-right: 2%;
}

.mi-win-help-box{
	width: 20%;
    margin-right: 2%;
}

.mi-win-how-btn-find{
	    width: 80%;
}

.mi-win-how-btn-find .mi-win-kv-btn-a{
	    padding: 2.5% 8%;
}


.mi-win-pd-items-sp{
	display: inline-block;
	color: #414398;
    font-size: 0.5rem;
}

.mi-win-pd-items-con{
	display: inline-block;
	    margin-bottom: 3%;
}

.mi-win-pd-go{
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
        justify-content: space-around;
    flex-wrap: wrap;
    border-top: 1px solid #f0f0ef;
    padding-top: 0%;
    min-height: 85px;
}

.mi-win-pd-go-pri{
	    width: 30%;
    color: #414398;
        font-size: 2.5rem;
    margin-bottom: 2%;
    font-weight: bold;
        
}
.mi-win-pd-go-pri-lt{
	font-size: 1.9rem;
} 

.mi-win-pd-go-pri span{
	font-size: 1.3rem;
	margin-right: 3%;

}

.mi-win-pd-go-btn{
	width: 60%;
}

/*篩選項目*/

.mi-win-sel{
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
        justify-content: space-around;
    flex-wrap: wrap;
        background-color: #fefefe;
    width: 100%;
}

.mi-win-sel-img{
	background-color: #fefefe;
	width: 80%;
}

.mi-win-sel-img-box{
    width: 100%;
    background-color: #fefefe;
        margin: auto;
    text-align: center;
        border: 1px solid #ebebeb;
}

.mi-win-sel-img-01{

}

.mi-img-sel{
	width: 90%;
	width: 100%;
}

.mi-win-sel-box{
	width: 20%;
}

.mi-win-sel-box-item{
	color: #3e3e3e;
	background-color: #f6f6f6;
	    text-align: center;
         padding: 32.1% 0%;
    border: 1px solid #ebebeb;
        font-size: 1rem;
    font-weight: bold;
}

.mi-win-sel-active{
	color: #414398;
	background-color: #fefefe;
}


.mi-win-chip-box{
    background: linear-gradient(#f9f9f9, #f7f7f7);
}

.mi-win-chip-con{
    min-height: 50px;
    margin-bottom: 15%;
    font-weight: bold;
    font-size: 1.1rem;
}

.mi-win-rev-con{
min-height: 50px;
    margin-bottom: 0%;
    font-weight: bold;
    font-size: 1.1rem;
}

.mi-win-chip-num{
	min-height: 70px;
	    border-top: 2px solid #fefefe;
    padding-top: 5%;
    margin-top: 5%;
}

.mi-win-rev{
	 margin-bottom: 15%;
	     min-height: 165px;
	     color: #666666;
}

.mi-win-chip-btn{
    width: 40%;
    margin-top: 3%;
}

.mi-win-kv-btn-chip-a{
	    padding: 2.5% 8%;
}

.mi-win-cho{

}

.mi-win-cho-con{
	font-weight: bold;
	    color: #202020;
	 font-size: 1.1rem;  
	 margin-right: 0.5%;  
}

.mi-mi-win-rev-sp{
	font-weight: bold;
    color: #222;
}

.mi-win-help-sw{
       display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    line-height: 2rem;
        margin-bottom: 1%;
}

.mi-win-help-sw-sp{
       margin-right: 3%;
}

.mi-win-help-sw-sp img{
    width: 10%;
}

.mi-win-help-call{
	font-size: 1.2rem; 
}

.mi-win-help-team{
	color: #414398;
	font-weight: bold;
	font-size: 1.2rem; 
	    width: 50%;
	        font-weight: bold;
   text-decoration: none;
}

.mi-win-help-pro{
	color: #414398;
	font-weight: bold;
	font-size: 1.2rem; 
	    text-decoration: none;
}

.mi-win-help-st{
	    font-size: 1rem;
    display: inline-block;
    color: #666666;
        font-style: italic;
}

.mi-win-qa{
margin-bottom: 2%;
    width: 100%;
    border-bottom: 2px solid #fefefe;
}

.mi-win-qa-q{
	font-weight: bold;
    color: #202020;
    font-size: 1.3rem;
    margin-right: 0.5%;
    line-height: 2rem;
    margin-bottom: 1%;
}

.mi-win-qa-a{
	font-size: 1rem;
    color: #666666;
     line-height: 1.7rem;
        background-color: #fefefe;
    padding: 2%;
}

.mi-win-qa-click{
	    width: 2.5%;
}

.mi-win-plus{
	font-size: 2rem;
	    color: #004280;
}


/* franny add table */
.bullet-table{
	display: inline-block;
	color: black;
    font-size: 0.5rem;
	margin-right: 5px;
}

.compare-table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	
	border: 1px solid black;
}
.compare-table td, .compare-table th{
    border: 1px solid black; /* 格線顏色 */
	font-size: 0.8rem;
}

.compare-table li{
	font-size: 0.8rem;
	margin-top: 5px;
	margin-bottom: 5px;
	
}

.compare-table th {
	background-color: #f9f9f9;
	color: #666666;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

/*RWD*/
@media screen and (max-width: 1024px){

	.mi-win-kv-tt-s{
		    font-size: 1.6rem;
	}
	.mi-win-kv{
		    width: 90%;
	}

	.mi-win-kv-tt-b{
		font-size: 2.2rem;
		    line-height: 2.6rem;
	}

	.mi-win-kv-btn{
		    width: 50%;
	}

	.mi-win-icon-box{
		    width: 26%;
	}

	.mi-win-box{
		width: 90%;
	}

	.mi-win-how-con{
		min-height: 120px;
	}

	.mi-win-how-btn{
		width: 70%;
	}

	.mi-win-tt{
		    font-size: 1.5rem;
    line-height: 1.8rem;
	}

	.mi-win-tt-pp{
		 font-size: 1.3rem;
    line-height: 1.5rem;
	}

	.mi-win-pd-tt{
		    font-size: 1.2rem;
	}

	.mi-win-how-btn-find{
		width: 90%;
	}

	.mi-win-rev{
		    min-height: 205px;
	}

	.mi-win-help-team{
		width: 90%;
	}

	.mi-win-help-box{
		    width: 25%;
	}
}

@media screen and (max-width: 980px){

	.mi-win-icon-box{
		    width: 26%;
	}
}

@media screen and (max-width: 767px){
	.mi-win-kv-box-l{
	    width: 90%;
	}

	.mi-win-kv-box-r {
	    width: 90%;
	}

	.mi-win-icon-box{
		    width: 45%;
	}

	.mi-win-4-box {
	    width: 48%;
	}

	.mi-win-2-box {
	    width: 90%;
        margin-bottom: 3%;
	}

	.mi-win-find-box{
		margin-bottom: 3%;
		
	}

	.mi-win-2-box-sm{
		width: 90%;
	}

	.mi-win-sel-img{
		    width: 90%;
	}

	.mi-win-sel-box{
		width: 90%;
		margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-around;
        flex-wrap: wrap;
	}

	.mi-win-sel{
		        padding: 4% 0;
	}

	.mi-win-sel-box-item{
		width: 32.3333%;
		    padding: 5% 0%;
		    font-size: 0.8rem;
	}

	.mi-win-4-box {
	    width: 48%;
        margin-bottom: 2%;
	}

	.mi-win-how-btn-find{
		        width: 100%;
	}

	.mi-win-how-btn{
		        width: 100%;
	}

	.mi-win-3-box{
		width: 100%;
        margin-bottom: 3%;
	}

	.mi-win-help-box{
		width: 50%;
		margin-bottom: 3%;
	}

	.mi-win-pd-go-btn{
		width: 90%;
	}

	.mi-win-kv{
        padding-top: 7%;
	}

	.mi-win-7-box{
		width: 90%;
	}

	.mi-win-kv-btn{
		width: 100%;
        margin-bottom: 5%;
	}

	.mi-win-kv-tt-s{
		    font-size: 1.5rem;
    line-height: 1.8rem;
            margin-top: 2%;
	}

	.mi-win-box{
		    padding: 7% 0%;
	}

	.mi-win-pd-box{

	}

	.mi-win-pd-pd{
		    margin-top: 20%;
	}

	.mi-win-pd-go-pri{
		        text-align: center;
		    width: 100%;
	}

	.mi-win-how-con{
		min-height: 55px;
	}

	.mi-win-chip-btn{
		width: 100%;
	}

	.mi-win-kv-btn-chip-a{
		
	}

	.mi-win-rev{
		        min-height: auto;
	}

	.mi-win-help-box-out{
		padding: 7% 2%;
	}

	.mi-win-how{
		        min-height: 200px;
	}

	/* table rwd */
	.compare-table-wrapper{
		overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	}
	.compare-table {
		width: 100%;
		display:table;
	}
	.compare-table thead {
        display: table-header-group;
	}
	.compare-table tbody {
		display: table-row-group; /* 正確的 display 屬性 */
	}
	
	.compare-table td {
		padding-left: 8px; /* 恢復內邊距 */
		text-align: left;
		border: 1px solid black; /* 恢復邊框 */
	}
	.compare-table td:before {
        content: none; /* 移除 data-label */
    }

}

@media screen and (max-width: 480px){
	.mi-win-kv-box-l{
	    width: 90%;
	}

	.mi-win-kv-box-r {
	    width: 90%;
	}

	.mi-win-icon-box{
		    width: 45%;
	}

	.mi-win-4-box {
	    width: 48%;
	}

	.mi-win-2-box {
	    width: 90%;
        margin-bottom: 3%;
	}

	.mi-win-find-box{
		margin-bottom: 3%;
		
	}

	.mi-win-2-box-sm{
		width: 90%;
	}

	.mi-win-sel-img{
		    width: 90%;
	}

	.mi-win-sel-box{
		width: 90%;
		margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-content: space-around;
        flex-wrap: wrap;
	}

	.mi-win-sel{
		        padding: 4% 0;
	}

	.mi-win-sel-box-item{
		width: 32.3333%;
		    padding: 5% 0%;
		    font-size: 0.8rem;
	}

	.mi-win-qa-click{
		    width: 6.5%;
	}

	.mi-win-4-box {
	    width: 48%;
        margin-bottom: 2%;
	}

	.mi-win-how-btn-find{
		        width: 100%;
	}

	.mi-win-how-btn{
		        width: 100%;
	}

	.mi-win-3-box{
		width: 100%;
        margin-bottom: 3%;
	}

	.mi-win-help-box{
		width: 50%;
		margin-bottom: 3%;
	}

	.mi-win-pd-go-btn{
		width: 90%;
	}

	.mi-win-kv{
        padding-top: 7%;
	}

	.mi-win-7-box{
		width: 90%;
	}

	.mi-win-kv-btn{
		width: 100%;
        margin-bottom: 5%;
	}

	.mi-win-kv-tt-s{
		    font-size: 1.5rem;
    line-height: 1.8rem;
            margin-top: 2%;
	}

	.mi-win-box{
		    padding: 7% 0%;
	}

	.mi-win-pd-box{

	}

	.mi-win-pd-pd{
		    margin-top: 20%;
	}

	.mi-win-pd-go-pri{
		        text-align: center;
		    width: 100%;
	}

	.mi-win-how-con{
		min-height: 55px;
	}

	.mi-win-chip-btn{
		width: 100%;
	}

	.mi-win-kv-btn-chip-a{
		
	}

	.mi-win-rev{
		        min-height: auto;
	}

	.mi-win-help-box-out{
		padding: 7% 2%;
	}

	.mi-win-how{
		        min-height: 200px;
	}

	.mi-win-tt{
		    margin-bottom: 7%;
	}

	.mi-win-pd-go-pri-lt{
		font-size: 1.5rem;
	}
}








