body{
  font: 14px/150% Helvetica,Arial,"Noto Sans CJK TC","微軟正黑體",sans-serif; 
  color: #000; 
  min-width: 320px;
}
.border-box{
  -webkit-box-sizing:border-box;
   -moz-box-sizing:border-box;
        box-sizing:border-box;
}
.bg-white{background:#fff;}
a {
  text-decoration: none;
  color:#07a;
}
/**/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {display:none; height:0;}
[hidden] {display: none;}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  outline: none;
  behavior:expression(this.onFocus=this.blur());
}
a:focus {outline:0;}
a:active,a:hover {outline:0;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
hr {height:0; -moz-box-sizing:content-box; box-sizing:content-box;}
mark {color:#000; background:#ff0;}
code,kbd,pre,samp {font-family:monospace, serif;  font-size: 1em;}
pre {white-space:pre-wrap;}
q {quotes: "\201C" "\201D" "\2018" "\2019";}
small {font-size: 80%;}
sub,sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 0;}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}
button,input {line-height: normal;-webkit-appearance: none;}
button,select {text-transform: none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {padding:0;  border: 0;}
textarea {overflow: auto;  vertical-align: top;}

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

/***************************************************************************************************/

.cf:before, .cf:after {
  content: " "; 
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

ol {
  list-style: decimal;
  margin: 0 0 0 1.2em;
}

p {
  margin: 0 0 1em;
}

body {
  background: #f7f7f5;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.italic {
  font-style: italic;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.container {
  margin: 0 auto;
  max-width: 960px;
  width: 960px;
  position: relative;
}

#header {
  width: 100%;
  background: #fff;
  border-top: 6px solid #810027;
  padding: 30px 0;
  z-index: 100;
  position: relative;
}

#logo {
  float: left;
  margin: 0 0 20px;
}

#logo a {
  background: url(../images/img-Logo.png) no-repeat;
  width: 195px;
  height: 29px;
  line-height: 999px;
  overflow: hidden;
  display: block;
  -webkit-transition: none;
  transition: none;
}

#header.fixed #logo a {
  background: url(../images/img-Logo_mini.png) no-repeat;
  width: 110px;
  height: 46px;
  -webkit-transition: none;
  transition: none;
}

#header .menu {
  text-align: center;
  font-size: 14px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-left: 1px solid #9e9a98;
}

#header .mega-menu > li {
  width: 16.6666%;
  float: left;
}

#header .menu a {
  color: #000;
  padding: 10px 0;
  display: block;
  border-right: 1px solid #9e9a98;
  position: relative;
}

#header .menu a:hover, #header .menu a:active {
  color: #db0143;
}

.slider, .page-image {
  background: #f7f7f5;
}

.page-image {
  height: 140px;
  overflow: hidden;
  position: relative;
}

.page-image h1 {
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 203px;
  padding: 66px 0;
  text-align: center;
  background: url(../images/bg-pageTitle.png);
  text-shadow: 0 0 5px rgba(0,0,0,.5);
}

.page-image .image {
  width: 100%;
  height: 140px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.img-about {
  background: url(../images/img-about.jpg) no-repeat;
}

.img-service {
  background: url(../images/img-service.jpg) no-repeat;
}

.img-contact {
  background: url(../images/img-contact.jpg) no-repeat;
}

.img-products {
  background: url(../images/img-products.jpg) no-repeat;
}

.img-search {
  background: url(../images/img-search.jpg) no-repeat;
}



#content {
  background: #fff;
}

#footer {
  background: #f7f7f5;
  font-size: 12px;
}

#footer a {
  color: #000;
}

#footer a:hover, #footer a:active {
  color: #db0143;
}

#footer .menu {
  border-bottom: 1px solid #ccc;
  padding: 25px 0 35px;
}

#footer .menu li {
  position: relative;
  float: left;
  padding: 0 13px;
  text-transform: uppercase;
}

#footer .menu li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 14px;
  width: 1px;
  background: #000;
}

#footer .menu li:first-child {
  padding: 0 13px 0 0;
}

#footer .menu li:first-child:before {
  display: none;
}

.copyright {
  padding: 10px 0 35px;
}

.btn {
  border: 2px solid #fff;
  padding: 10px 20px;
  color: #f6f6f6;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1em;
  font-size: 16px;
  text-align: center;
}

.btn:hover, .btn:active {
  color: #fff;
  background: rgba(255,255,255,.2);
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 38px;
  height: 38px;
  border: none;
  text-indent: 100%;
  background: url(../images/btn-toTop.png) no-repeat left top;
  z-index: 110;
}

#toTopHover {
  background: url(../images/btn-toTop.png) no-repeat left top;
  width: 38px;
  height: 38px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
  outline:none;
}


#language {
  float: right;
  margin: 0 0 0 10px;
  position: relative;
}

#language li {
  display: block;
  position: relative;
}

#language .language-toggle {
  font-size: 10px;
  line-height: 26px;
  width: 48px;
  height: 26px;
  text-align: center;
  border: 1px solid #949494;
  color: #000;
  border-radius: 2px;
  display: block;
}

#language .language-toggle:hover, #language .language-toggle:active, #language .language-toggle.on {
  border: 1px solid #000;
  color: #fff;
  background: #000;
}

.language-menu {
  position: absolute;
  right: 0;
  display: none;
  background: #fff;
  z-index: 101;
  border: 1px solid #ccc;
  border-top: 0;
  margin: 12px 0 0;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.language-menu.on {
  display: block;
}

.language-menu:before {
    content: "";
    background: url(../images/bg-languageToggleArrow.png) no-repeat;
    width: 17px;
    height: 9px;
    position: absolute;
    right: 13px;
    top: -8px;
    z-index: 2;
}

.language-menu li {
  width: 80px;
  position: relative;
  text-align: center;
}

.language-menu a {
  padding: 5px 10px;
  background: #fff;
  display: block;
  color: #000;
  border-top: 1px solid #ccc;
}

.language-menu .active {
  font-weight: 700;
}

#search {
  float: right;
  border: 1px solid #949494;
  border-radius: 2px;
  padding: 5px;
  background: #fff;
  display: block !important;
}

#search .form-control {
  width: 85px;
  height: 16px;
  float: left;
  border: 0;
  border-right: 1px solid #949494;
  font-size: 10px;
  color: #909090;
  border-radius: 0;
  -webkit-appearance: none;
}

#search .btn-submit {
  background: url(../images/btn-submit.png) center center no-repeat;
  border: 0;
  width: 16px;
  height: 16px;
  line-height: 999px;
  overflow: hidden;
  float: left;
  margin: 0 0 0 4px;
  font-size: 16px;
}

#search .btn-submit:hover, #search .btn-submit:active {
  opacity: .7;
}

.side {
  padding: 40px 0 60px;
}

.side.pull-left {
  width: 21.5%;
}

.main {
  padding: 40px 0;
}

.main.pull-right {
  width: 71.8%;
}

.side-category-menu {
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  overflow: hidden;
  display: block !important;
}

.side-category-menu li a {
  background: #f7f6f5;
  border-bottom: 1px solid #999493;
  cursor: pointer;
  padding: 12px 15px;
  display: block;
  color: #000;
}

.side-category-menu li a:hover {
  background: #e7e4e3;
  border-bottom: 2px solid #550d20;
  box-shadow: 0 0 3px #bbb9b8 inset;
}

.category-item {
  font-size: 13px;
  line-height: 1.1em;
  background: #e7e4e3;
}

.category-item a {
  color: #000;
}

.category-item a:hover, .category-item a:active {
  color: #db0143;
}

.category-item .category-header {
  padding: 15px;
  background: #f7f6f5;
  border-bottom: 1px solid #999493;
  cursor: pointer;
  position: relative;
}

.category-item .category-content {
  background: #e7e4e3;
}

.category-item .category-content li:first-child {
  border-top: 0;
}

.category-item .category-content li a {
  padding: 15px;
  display: block;
  border-top: 1px solid #746e6c;
  border-bottom: 2px solid #e7e4e3;
}

.category-item .category-content li:first-child a {
  border-top: 0;
}

.category-item .category-content li a:hover, .category-item .category-content li a:active {
  border-bottom: 2px solid #550d20;
  background: #e7e4e3;
  color: #000;
}

.side-header {
  border-bottom: 4px solid #ccc;
  margin: 0 0 16px;
  height: 22px;
  position: relative;
}

.productPageStyle .side-header {
  display: none;
}

.side-header .heading {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 4px solid #810027;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.main-header {
  border-bottom: 4px solid #ccc;
  margin: 0 0 16px;
  height: 20px;
  position: relative;
}

.main-header .heading {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 4px solid #810027;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.main-header .full-line {
  width: 100%;
}

.main-header .breadcrumb {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

.main-content {
  line-height: 1.7em;
}

.divider_red {
  background: #810027;
  height: 4px;
  margin: 0 0 30px;
  display: block;
}


.information-list li {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  border-radius: 10px;
  background: url(../images/bg-infoListItem.png) left bottom repeat-x #f9f9f9;
}

.information-list .item {
  position: relative;
  padding: 46px 50px;
  text-align: right;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  color: #000;
}

.information-list .arrow {
  background: url(../images/icon-infoListArrow.png) 0 1px no-repeat;
  padding: 0 0 0 10px;
  z-index: 2;
  position: relative;
  width: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: left;
}

.information-list .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transform: scale3d(1, 1, 1);
  -webkit-transition: 2s ease;
  transition: 2s ease;
}

.information-list .item:hover .image, .information-list .item:active .image {
  transform: scale3d(1.05, 1.05, 1.05);
  opacity: .5;
}

.information-list .img-about {
  background-image: url(../images/img-infoItem1.png);
}

.information-list .img-products {
  background-image: url(../images/img-infoItem2.png);
  background-position: left center;
}

.information-list .img-service {
  background-image: url(../images/img-infoItem3.png);
}

.information-list .img-ebook {
  background-image: url(../images/img-infoItem4.png);
}

.information-list .img-contact {
  background-image: url(../images/img-infoItem5.png);
}

#header .breadcrumb {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
}

.breadcrumb li {
  float: left;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb li a {
  padding: 0 18px 0 0;
  color: #f00;
}

.breadcrumb li a:before {
  content: ">";
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
}

.slicknav_menu {
  display: none;
}

.search-toggle {
  background: url(../images/icon-search_w.png) center center no-repeat;
  width: 48px;
  height: 48px;
  display: none;
  line-height: 999px;
  overflow: hidden;
  position: absolute;
  top: -83px;
  right: 25px;
}

.sideMenu-toggle  {
  background: url(../images/icon-sideMenuArrow.png) 99.5% 0 no-repeat;
  width: 100%;
  height: 100%;
  display: none;
  line-height: 999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.mega-menu ul, .mega-menu ul li {
  list-style: none;
  text-align: left;
  vertical-align: top;
  text-transform: none;
}
.mega-menu ul {position: relative; padding: 0; margin: 0;}
.mega-menu ul li ul {display: none;}
.mega-menu .sub {display: none;}
.mega-menu .sub ul {display: block;}
.mega-menu ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  position: relative;
  margin: 0 0 10px;
}

.mega-hover .sub-container {
  background: #333;
  position: absolute;
  top: 64px !important;
  left: 0 !important;
  width: 810px !important;
  height: 280px;
  padding: 40px 75px;
}

.mega-hover .dc-mega:before {
  content: "";
  width: 30px;
  height: 16px;
  background: url(../images/bg-megaArrow.png) no-repeat;
  position: absolute;
  bottom: -31px;
  left: 50%;
  margin: 0 0 0 -15px;
}

.mega-menu .sub ul li {
  float: left;
  width: 100%;
  display: block;
}

.mega-menu .sub ul {
  width: 155px;
  float: left;
  position: absolute;
  background: #333;
  padding: 10px 15px;
  display: none;
  border: 1px solid #484848;
  border-radius: 10px;
  margin: 8px 0 0;
  z-index: 10;
}

.mega-menu .sub ul li  {
  width: 100%;
  display: block;
}

#header .sub a {
  border: 0;
  text-align: left;
  color: #fff;
  padding: 0 10px 0 18px;
  background: url(../images/icon-megaSubItemArrow.png) no-repeat;
  font-size: 14px;
  line-height: 1.2em;
  height: auto !important;
}

#header .sub .on {
  color: #db0143;
}

#header .sub ul a {
  color: #fff;
  padding: 5px 0;
  background: none;
  font-size: 12px;
  line-height: 1.2em;
}

.mobile-show {
  display: none;
}

.ol-list {
  margin: 0 0 1em;
}

.ol-list li {
  background: url(../images/icon-dot_blue.png) 0 6px no-repeat;
  padding: 0 0 0 15px;
  list-style: none;
}

.dash-list {
  margin: 0 0 1em;
}

.dash-list li {
  padding: 0 0 0 10px;
  list-style: none;
  position: relative;
}

.dash-list li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.service-mod .section {
  margin: 0 0 30px;
}

.service-mod h3 {
  font-size: 16px;
}

.service-mod .section-header {
  border-top: 1px solid #000;
  font-style: italic;
  margin: 0 0 30px;
  font-size: 16px;
}

.about-mod .heading {
  margin: -1em 0 2em;
}

.contact-mod {
  padding: 0 0 100px;
}

.contact-form {
  width: 53%;
  float: left;
  position: relative;
}

.contact-form .row {
  padding: 0 0 20px;
}

.contact-form .form-control {
  width: 91%;
  padding: 10px 15px;
  border: 1px solid #979291;
  line-height: 1.1em;
}

.contact-form select.form-control {
  width: 100%;
}

.contact-form .CAPTCHA .form-control {
  width: 100px;
}

.contact-form .CAPTCHA .img {
  width: 85px;
  border: 1px solid #979291;
  height: 35px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  overflow: hidden;
}

.contact-form .btn-row {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-form .btn-submit {
  background: #aaacac;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  border-radius: 2px;
}

.contact-form .btn-submit:hover, .contact-form .btn-submit:active {
  background: #db0143;
  color: #fff;
}

.contact-info {
  width: 40%;
  float: right;
  padding: 0 0 0 20px;
  border-left: 1px solid #979291;
}

.contact-info a {
  color: #000;
}

.contact-info a:hover, .contact-info a:active {
  color: #db0143;
}

.contact-info .heading {
  font-weight: 700;
  border-bottom: 1px solid #9e9a98;
  margin: 0 0 20px;
  font-size: 14px;
}

.contact-info-table th, .contact-info-table td {
  text-align: left;
  vertical-align: top;
  padding: 0 0 15px;
}

.contact-info-table th {
  width: 60px;
}

.search-list {
  padding: 30px 0 0;
  border-top: 1px solid #9e9a98;
}

.search-list .item {
  margin: 0 0 40px;
}

.search-list .title {
  font-size: 15px;
}

.search-list .title a {
  color: #000;
}

.search-list .title a:hover, .search-list .title a:active {
  text-decoration: underline;
}

.search-list .link a {
  color: #f00;
}

.search-list .content {
  font-size: 13px;
  line-height: 16px;
}

.search-list .content p {
  margin: 0;
}

.searchResults {
  max-width: 644px;
  margin: 0 auto;
  padding: 40px 0;
}

.searchResults .main-header {
  max-width: 392px;
}

.searchResults .search-row {
  width: 370px;
  background: url(../images/bg-searchRow.jpg) #fff repeat-x;
  border: 1px solid #949494;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  margin: 15px 0 10px;
}

.searchResults .form-control {
  background: transparent;
  border: 0;
  width: 80%;
  overflow: hidden;
}

.searchResults .btn-submit {
  background: url(../images/btn-submit_md.png) center center no-repeat;
  border: 0;
  width: 36px;
  height: 27px;
  line-height: 999px;
  overflow: hidden;
  position: absolute;
  top: 8px;
  right: 5px;
  border-left: 1px solid #d7d7d7;
}

.results-number {
  margin: 0 0 25px;
  font-size: 12px;
}

.pagination li {
  display: inline;
  margin: 0 5px 0 0;
  float: left;
}

.pagination a {
  color: #9f9f9f;
  padding: 3px 5px;
  border: 1px solid #d9d9d9;
  font-size: 11px;
  line-height: 1em;
}

.pagination a:hover, .pagination a:active {
  color: #000;
}

.pagination .active {
  color: #000;
  font-weight: 700;
  background: #ebebeb;
}

.product-menu {
  padding: 40px 95px;
}

.product-menu .item {
  float: left;
  width: 25%;
}

.product-menu .heading {
  font-size: 14px;
  color: #9fa0a0;
  border-bottom: 1px solid #9e9a98;
  min-height: 40px;
  margin: 0 0 5px;
}

.product-menu .row {
  margin: 0 0 40px;
}

.product-menu .item li a {
  background: url(../images/icon-productItemArrow.png) 0 5px no-repeat;
  border: 0 none;
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  padding: 5px 10px 5px 18px;
  text-align: left;
}

.productPageStyle {
  display: none;
}

.productPageStyle.pull-left {
  display: block;
}

.productPageStyle .side-category-menu {
  border: 0;
  border-radius: 0;
  overflow: hidden;
}


.productPageStyle .category-item .category-content {
  background: #fff;
  border-bottom: 1px solid #999493;
  font-size: 13px;
}

.productPageStyle .category-header {
  background: #fff;
}

.productPageStyle.pull-left .category-header {
  font-size: 12px;
}

.productPageStyle.pull-left .category-content {
  font-size: 11px;
}

.productPageStyle .category-content li {
  position: relative;
  display: block;
  width: 100%;
}

.productPageStyle .category-content li a {
  border-bottom: 2px solid #fff;
  border-top: 1px solid #fff;
  padding: 10px 15px;
  background: #fff;
}

.productPageStyle .category-content li a:hover,.productPageStyle .category-content li a:active {
  border-bottom: 2px solid #550d20;
  color: #000;
  box-shadow: 0 0 3px #bbb9b8 inset;
}

.productPageStyle .category-content li .active {
  background: #e7e4e3;
  border-bottom: 2px solid #550d20;
  box-shadow: 0 0 3px #bbb9b8 inset;
}


.productPageStyle .category-header .arrow {
  background: url(../images/icon-sideMenuArrow_sm.png) no-repeat;
  width: 11px;
  height: 7px;
  overflow: hidden;
  position: absolute;
  top: 19px;
  right: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.productPageStyle .category-header.on .arrow {
  -moz-transform:rotate(3.14159rad);
  -webkit-transform:rotate(3.14159rad);
  -o-transform:rotate(3.14159rad);
  -ms-transform:rotate(3.14159rad);
  transform:rotate(3.14159rad);
}

.products-mod .item {
  padding: 0 0 30px;
  border-bottom: 1px solid #bfbfbf;
  margin: 0 0 30px;
}

.products-mod .heading {
  font-size: 17px;
  margin: 0 0 20px;
}

.products-mod .image {
  width: 50%;
  float: right;
  /*border: 1px solid #bfbfbf;*/
  overflow: hidden;
  margin: 0 0 20px;
  max-width: 350px;
  text-align: center;
}

.products-info .dash-list li {
  line-height: 14px;
  font-size: 13px;
  margin: 0 0 10px;
}

.products-info {
  width: 40%;
  float: left;
  margin: 0 0 20px;
}

.specifications {
  clear: both;
  margin: 0 0 20px;
}

.specifications .content {
  overflow: auto;
  position: relative;
  padding: 0 0 10px;
}

.btn-download {
  width: 184px;
  height: 52px;
  background: url(../images/btn-download.png);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 999px;
  overflow: hidden;
}

.default-table {
  width: 100%;
  background: #fff;
  font-size: 12px;
  line-height: 1.2em;
  min-width: 686px;
}

.default-table th, .default-table td {
  padding: 10px;
  border: 1px solid #696969;
  text-align: left;
}

.default-table .hd {
  background: #efc7b4;
}

.default-table .sub-hd {
  background: #c9c9ca;
}




.post-iframe iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
@media only screen and (max-device-width:800px), only screen and (device-width:1024px) and (device-height:600px), only screen and (width:1280px) and (orientation:landscape), only screen and (device-width:800px), only screen and (max-width:767px){.post-iframe{padding-top:0;}}
/*video responsive END*/


@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  #logo a {
    background: url(../images/img-Logo@2x.png) no-repeat;
    background-size: 195px 29px;
  }
  #search .btn-submit {
    background: url(../images/btn-submit@2x.png) center center no-repeat;
    background-size: 10px 11px;
  }
}


@media (max-width:1024px) {
  * {
    -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  }

  .mega-hover .sub-container {
    width: 960px !important;
  }
}

@media (max-width:1023px) {
  .pull-left, .pull-right {
    float: none;
  }
  .side.pull-left, .main.pull-right {
    width: 100%;
  }
  .container {
    padding: 0 40px;
    width: auto;
  }
  .slider .container {
    padding: 0;
  }
  .slider .bx-wrapper .bx-prev {
    left: 20px;
  }
  .slider .bx-wrapper .bx-next {
    right: 20px;
  }
  #header {
    border-top: 48px solid #7e0628;
    padding: 35px 0;
  }
  #logo {
    margin: 0;
  }
  #menu {
    display: none;
  }
  #language {
    position: absolute;
    top: -75px;
    left: 40px;
    margin: 0;
  }
  #search {
    position: absolute;
    top: -35px;
    left: 0;
    width: 100%;
    border-radius: 0;
    border:  0;
    border-bottom: 1px solid #ccc;
    padding: 10px 40px;
    z-index: 100;
    display: none !important;
  }
  #search.on {
    display: block !important;
  }
  #search .form-control {
    width: 70%;
    border: 0;
    font-size: 16px;
    padding: 10px 0;
    height: inherit;
  }
  #search .btn-submit {
    width: 25%;
    margin: 0;
    background: none #eee;
    line-height: 1.1em;
    padding: 10px 0;
    height: inherit;
    float: right;
  }
  .breadcrumb {
    display: none;
  }
  .main.pull-right {
    padding: 35px 0 15px;
  }
  .side.pull-left {
    padding: 0 0 60px;
  }
  #language .language-toggle {
    border: 1px solid #949494;
    background: #fff;
    color: #000;
  }
  #language:before {
    content: "LANGUAGE";
    font-size: 10px;
    position: absolute;
    top: 3px;
    left: 54px;
    color: #fff;
  }
  .slicknav_menu {
    display: block;
  }
  .search-toggle {
    display: block;
  }
  .sideMenu-toggle {
    display: block;
  }
  .side-header {
    margin: 0;
  }
  .side-category-menu {
      border: 0;
      border-radius: 0;
  }
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block;
  }
  #header .mega-menu > li {
    width: 100%;
  }
  .service-mod img.pull-right {
    float: right;
    margin: 0 0 0 1em;
  }
  .main-header .breadcrumb {
    display: block;
  }
  .contact-form .form-control {
    width: 100%;
  }
  .contact-form {
    width: 55%;
  }
  .searchResults .main-header {
    max-width: 100%;
  }
  .product-menu {
    display: none;
  }
  .productPageStyle {
    padding: 0 0 60px;
  }
  .productPageStyle.pull-left {
    padding: 40px 0 60px;
  }
  .products-info {
    font-size: 15px;
    line-height: 24px;
  }
  .products-info .dash-list li {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
  }
  .productPageStyle {
    display: block;
  }
  .language-menu {
    right: inherit;
    left: 0;
  }
  .language-menu:before {
    right: inherit;
    left: 13px;
  }
  .side-category-menu {
    display: none !important;
  }
  .productPageStyle .side-category-menu {
    display: block !important;
  }
  .side-category-menu.on {
    display: block !important;
  }
  .contact-form .form-control {
    padding: 9px 15px;
  }
  .breadcrumb li {
    max-width: 400px;
  }
}

@media (max-width:768px) {
}

@media (max-width:640px) {
  .service-mod img.pull-right {
    float: none;
    display: block;
    margin: 0 auto 2em;
  }
  .contact-mod {
    padding: 0;
  }
  .contact-form, .contact-info {
    width: 100%;
    float: none;
    padding: 0;
    margin: 0 0 30px;
    height: auto !important;
  }
  .contact-info {
    border: 0;
    border-top: 1px solid #979291;
    padding: 30px 0 0;
  }
  .searchResults .search-row {
    width: 100%;
  }
  .pagination a {
    font-size: 14px;
  }
  .products-info {
    float: none;
    width: 100%;
  }
  .products-mod .image {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
  .information-list .item {
    padding: 40px 15px;
    font-size: 12px;
  }
  .information-list .arrow {
    width: 90px;
  }
  .information-list .img-about {
    background-image: url(../images/img-infoItem1_sm.png);
  }
  .information-list .img-products {
    background-image: url(../images/img-infoItem2_sm.png);
    background-position: left center;
  }
  .information-list .img-service {
    background-image: url(../images/img-infoItem3_sm.png);
  }
  .information-list .img-ebook {
    background-image: url(../images/img-infoItem4_sm.png);
  }
  .information-list .img-contact {
    background-image: url(../images/img-infoItem5_sm.png);
  }
  .breadcrumb li {
    max-width: 230px;
  }
}

@media (max-width:480px) {
  .page-image {
    height: 191px;
  }
  .page-image .image {
    background-position: center center;
    height: 191px;
    background-size: auto 100%;
  }
  .page-image h1 {
    font-size: 20px;
    left: 40px;
    width: 191px;
    padding: 86px 0;
    background: none rgba(191,191,191,.4);
  }
  .img-about {
    background: url(../images/img-about_sm.jpg) no-repeat;
  }
  .img-service {
    background: url(../images/img-service_sm.jpg) no-repeat;
  }
  .img-contact {
    background: url(../images/img-contact_sm.jpg) no-repeat;
  }
  .img-products {
    background: url(../images/img-products_sm.jpg) no-repeat;
  }
  .img-search {
    background: url(../images/img-search_sm.jpg) no-repeat;
  }
  .contact-form .CAPTCHA {
    padding: 0 0 20px;
  }
  .contact-form .btn-row {
    position: relative;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .breadcrumb li {
    max-width: 150px;
  }
}

@media (max-width:360px) {
  .information-list .image {
    background-size: auto 100%;
  }
  .information-list .item {
    padding: 25px 15px;
  }
  .container {
    padding: 0 20px;
  }
  #language {
    left: 20px;
  }
  .search-toggle {
    right: 15px;
  }
  #search {
    padding: 10px 20px;
  }
  .slicknav_btn {
    margin: 24px 15px 24px 0;
  }
  .slicknav_nav {
    padding: 0 20px;
  }
  .page-image h1 {
    left: 20px;
  }
  .breadcrumb li {
    max-width: 120px;
  }
}