@import "bootstrap/bootstrap.css";
@import "default.css";
@import "../styles/font/style.css";
@import "plugins.css";
@import "animate.css";
/* ==============================================================

email:         web@e-creative.tw
website:       http://e-creative.tw
 ================================================================*/
/*icon*/
/*jquery css*/
/* ==============================================================
    Basic
 ================================================================*/
.colorBlue {
  color: #005099 !important;
}
.colorBlue02 {
  color: #119be4 !important;
}
.colorGray {
  color: #8b8b8b !important;
}
.colorRed {
  color: #d83131 !important;
}
body {
  font-family: "Microsoft JhengHei", "新細明體", arial;
  background: #d6d6d6;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
body.start {
  opacity: 1;
}
.wrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}
.page-contents {
  width: 100%;
  margin: 40px 0;
  position: relative;
}
.max-sm-size .page-contents {
  margin: 25px 0;
}
.main {
  border-top: 5px solid #d6d6d6;
  position: relative;
}
.main.inner {
  padding: 20px 30px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #ffffff 8%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, #ffffff 8%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 8%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.max-sm-size .main.inner {
  padding: 20px 10px;
}
/* ==============================================================
   [ .html.article  ]
 ================================================================*/
p,
h5 {
  color: #333333;
}
h2.pageTitle {
  font-size: 36px;
  line-height: 50px;
  color: #005099;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 25px;
  text-align: left;
}
.max-sm-size h2.pageTitle {
  font-size: 20px;
  line-height: 35px;
}
h5 {
  width: 100%;
}
p.subTitle {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  margin: 10px 25px;
}
p.subTitle a:hover,
p.subTitle a:focus,
p.subTitle a.active {
  text-decoration: underline;
}
.html {
  padding: 15px 25px;
  min-height: 300px;
  height: auto;
  position: relative;
}
.html p {
  font-size: 15px;
  line-height: 28px;
  color: #333333;
  text-align: left;
  margin-bottom: 20px;
}
.html h3 {
  font-size: 16px;
  color: #005099;
  margin: 0 0 20px 0;
  text-align: center;
}
.max-sm-size .html h3 {
  margin: 10px 0 20px 0;
}
.html img {
  text-align: center;
  margin: auto;
  height: auto;
}
.html ul li {
  margin-left: 20px;
  position: relative;
}
.html ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  line-height: 4px;
  background: #a7a7a7;
  /*background:#FFF;*/
  border-radius: 99em;
  display: block;
  text-align: center;
  position: absolute;
  top: 9px;
  left: -14px;
}

.html ol li {
	list-style-type: decimal;
}

.html a {
  text-decoration: underline;
  color: #005099;
}

.html hr {
  background: #dddddd;
  width: 100%;
  height: 1px;
  margin: 20px 0;
  padding: 0;
  display: block;
}
.html .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px auto 0 0;
}
.html .video-container iframe,
.html .video-container object,
.html .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.max-sm-size .html {
  padding: 15px;
  min-height: 100px;
}
@font-face {
  font-family: 'Century Gothic', 'MHei', 'PingFang TC', "Microsoft JhengHei";
  src: url(Century Gothic.ttf);
}
.eng {
  font-family: 'Century Gothic', Arial;
}


#ru {
  font-family: 'ER Bukinist KOI-8', Arial;
}



/* ============================================================
    common
 ==============================================================*/
.trangle {
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
}
.line {
  width: 100%;
  height: 1px;
  display: block;
  clear: both;
  background: #bbbbbb;
}
/* ========  .btnGroup   =======*/
.btnGroup {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  clear: both;
}
.max-sm-size .btnGroup {
  margin: 20px auto;
}
.max-sm-size .btnGroup .btn {
  margin: 5px 5px;
}
.btn {
  margin: 0 15px;
  font-size: 15px;
  line-height: initial;
  padding: 3px 15px;
  position: relative;
  border-radius: 15px;
}
.btn.w200 {
  width: 200px;
}
.max-xs-size .btn.w200 {
  width: 90%;
}
.btn.blueBG {
  background: #005099;
  color: #fff;
  transition: background 0.2s ease-out;
}
.btn.blueBG:hover,
.btn.blueBG:focus {
  background: #119be4;
  transition: background 0.2s ease-out;
}
.btn.grayBG {
  background: #d4d4d6;
  color: #000;
  transition: background 0.2s ease-out;
}
.btn.grayBG:hover,
.btn.grayBG:focus {
  background: #bababa;
  transition: background 0.2s ease-out;
}
/* ========  .Top   =======*/
.Top {
  width: 40px;
  height: auto;
  text-align: center;
  display: none;
  cursor: pointer;
  position: fixed;
  right: 70px;
  bottom: 66px;
  z-index: 299;
  transition: all 0.2s ease-out;
}
.Top .center {
  width: 40px;
  height: 40px;
  background: #005099;
  border-radius: 5px;
  border: 1px solid #ddeaf3;
  box-shadow: 1px 1px 1px #596147;
}
.Top .arrow {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 8px 0 0 1px;
  position: relative;
}
.Top:hover .center,
.Top:focus .center {
  background: #317DC1;
  transition: all 0.2s ease-out;
}
.max-sm-size .Top {
  right: 20px;
  bottom: 20px;
}
/* ========  .slider   =======*/
.slider .slick-prev,
.slider .slick-next {
  margin-top: -50px;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  font-family: 'icomoon';
  display: block;
  top: 1px;
  position: relative;
}
.slider .slick-prev,
.slider .slick-next {
  transition: all 0.2s ease-out;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
  transition: all 0.2s ease-out;
}
.slider .slick-prev:before {
  content: "\e609";
  right: 1px;
}
.slider .slick-next:before {
  content: "\e622";
  right: -1px;
}
.slider .slick-dots li button {
  border-radius: 99em;
  background: #005099;
  transition: all 0.2s ease-out;
  width: 11px;
  height: 11px;
}
.slider .slick-dots li button:hover {
  background: #119be4;
  transition: all 0.2s ease-out;
}
.slider .slick-dots li.slick-active button {
  background: #119be4;
  transition: all 0.2s ease-out;
}
/* ========  #Iframe   =======*/
#Iframe {
  padding: 25px;
}
#Iframe p {
  font-size: 16px;
  text-align: center;
}
#Iframe .btn {
  width: 100%;
  max-width: 170px;
  margin-top: 20px;
}
/* ========  .subMenu   =======*/
.subMenu {
  height: auto;
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0 40px 0;
}
.subMenu li {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.subMenu li a {
  font-size: 14px;
  color: #606060;
}
.subMenu li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #606060;
  position: relative;
  top: -2px;
  left: -21px;
  float: left;
}
.subMenu li:hover a {
  color: #005099;
}
.subMenu li.active a {
  color: #005099;
  font-weight: bold;
}
.max-lg-size .subMenu li {
  padding: 0 10px;
}
.max-lg-size .subMenu li:before {
  height: 25px;
  top: 0;
  left: -12px;
}
.max-md-size .subMenu {
  margin: 25px 0;
}
.max-md-size .subMenu li {
  width: 49%;
  padding: 3px;
}
.max-md-size .subMenu li:before {
  display: none;
}
.max-md-size .subMenu li a {
  font-size: 14px;
  color: #fff;
  background: #119be4;
  padding: 13px 5px;
  display: block;
}
.max-md-size .subMenu li a:hover,
.max-md-size .subMenu li a:focus {
  background: #005099;
}
.max-md-size .subMenu li.active a {
  background: #005099;
}
.max-sm-size .subMenu li a {
  font-size: 13px;
  padding: 13px 0px;
}
/* ========  .pagination   =======*/
.pagination li a {
  color: #444;
  margin: 0 1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: transparent;
  border-radius: 99em;
  display: block;
  text-align: center;
  text-indent: -3px;
  transition: all 0.2s ease-out;
}
.pagination li.active a {
  color: #333333;
}
.pagination li:hover a,
.pagination li:focus a,
.pagination li.left a,
.pagination li.right a {
  background-color: #9e9e9e;
  color: #fff;
  transition: all 0.2s ease-out;
}
.pagination li.left a {
  padding: 0px 13px 6px 10px;
}
.pagination li.right a {
  padding: 0px 8px 6px 14px;
}
.pagination li.disabled a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
/* ========  .breadcrumb    =======*/
.breadcrumb {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  margin: 0 0 60px 0;
  padding: 0;
  /*list-style: none;*/
}
.max-sm-size .breadcrumb {
  margin: 0 0 30px 0;
}
.breadcrumb li {
  color: #333333;
  font-size: 14px;
  float: left;
}
.max-sm-size .breadcrumb li {
  font-size: 13px;
}
.breadcrumb li a {
  color: #333333;
  font-size: 14px;
}
.breadcrumb li a.About .icon {
  color: #aaabab;
  font-size: 19px;
  margin-right: 10px;
  position: relative;
  float: left;
}
.max-sm-size .breadcrumb li a {
  font-size: 13px;
}
.breadcrumb li + li:after {
  content: "\e622";
  font-family: 'icomoon';
  padding: 0 5px;
  color: #cecece;
  display: block;
  float: left;
  font-size: 12px;
  position: relative;
  top: 2px;
}
.max-sm-size .breadcrumb li {
  font-size: 13px;
}
.arilliantMask {
  position: relative;
}
.arilliantMask:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 60%;
  top: -60%;
  opacity: 0;
  width: 200%;
  height: 60%;
  transform: rotate(45deg);
  transition: all 1s;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.7);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(22%, rgba(255, 255, 255, 0.7)), color-stop(80%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 22%, rgba(255, 255, 255, 0.7) 80%, rgba(255, 255, 255, 0) 100%);
}
.arilliantMask:hover:after,
.arilliantMask:focus:after {
  left: -120%;
  top: 120%;
  opacity: 1;
}
.margin25 {
  margin-right: 25px;
  margin-left: 25px;
}
.tableWrapper {
  width: 100%;
  overflow-x: auto;
}
.ContentWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  margin-top: 45px;
  border-top: 1px solid #e6e6e6;
}
.max-lg-size .ContentWrapper {
  margin: 0;
}
.grayGradient {
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.marginT {
  margin-top: 50px;
}
.max-sm-size .marginT {
  margin-top: 30px;
}
/* ==============================================================
* header
 ================================================================*/
#header {
  background-color: #fff;
  position: relative;
  width: 100%;
  z-index: 100;
  font-family: arial, "微軟正黑體", "新細明體";
}
.max-sm-size #header {
  height: 65px;
}
#header h1.logo {
  width: 180px;
  display: inline-block;
  z-index: 9999;
  margin: 15px 0 0 30px;
  overflow: hidden;
}
#header h1.logo img {
  width: 100%;
  height: auto;
}
.max-md-size #header h1.logo {
  width: 140px;
  margin: 15px 0 0 20px ;
}
.max-sm-size #header h1.logo {
  margin: 13px 0 0 15px ;
}
#header .navbar-default {
  background: inherit;
  border: inherit;
  min-height: inherit;
  margin-bottom: 0px;
}
#header .navbar-default .navbar-collapse {
  background: inherit;
  border: inherit;
  overflow-x: hidden;
  padding-right: 0px;
  padding-left: 0px;
}
#header .navbar-default .navbar-toggle {
  border-radius: 0;
  margin: 11px 11px 8px 0;
  width: 50px;
  height: 45px;
  border: 1px solid #d4d4d6;
  background: #fff;
}
#header .navbar-default .navbar-toggle .icon-bar {
  background-color: #bababa;
  width: 29px;
  transition: all 0.2s ease-out;
}
#header .navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0px;
}
#header .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  -webkit-transform: translateY(-0.7rem);
  -ms-transform: translateY(-0.7rem);
  transform: translateY(-0.7rem);
}
#header .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  opacity: 1;
  margin-top: -2px;
}
#header .navbar-default .navbar-toggle .icon-bar:nth-child(4) {
  -webkit-transform: translateY(0.45rem);
  -ms-transform: translateY(0.45rem);
  transform: translateY(0.45rem);
}
#header .navbar-default .navbar-toggle.active .icon-bar:nth-child(2) {
  -webkit-transform: translateY(0rem) rotate(-45deg);
  -ms-transform: translateY(0rem) rotate(-45deg);
  transform: translateY(0rem) rotate(-45deg);
}
#header .navbar-default .navbar-toggle.active .icon-bar:nth-child(3) {
  opacity: 0;
}
#header .navbar-default .navbar-toggle.active .icon-bar:nth-child(4) {
  -webkit-transform: translateY(-0.2rem) translateX(0rem) rotate(45deg);
  -ms-transform: translateY(-0.2rem) translateX(0rem) rotate(45deg);
  transform: translateY(-0.2rem) translateX(0rem) rotate(45deg);
}
#header .navbar-default .navbar-nav {
  margin: 12px 0 0 20px;
}
.max-sm-size #header .navbar-default .navbar-nav {
  margin: 0px -15px;
}
#header .navbar-default .navbar-nav > li {
  margin: 0;
  padding: 12px 0 0 0;
  position: relative;
}
.min-lg-size #header .navbar-default .navbar-nav > li {
  margin: 0 7px;
}



/*---------------    lug     ---------------*/
.min-lg-size #fr #header .navbar-default .navbar-nav > li ,
.min-lg-size #pt #header .navbar-default .navbar-nav > li ,
.min-lg-size#pt #header .navbar-default .navbar-nav > li ,
.min-lg-size #es #header .navbar-default .navbar-nav > li ,
.min-lg-size #jp #header .navbar-default .navbar-nav > li ,
.min-lg-size#jp #header .navbar-default .navbar-nav > li ,
.min-lg-size #ru #header .navbar-default .navbar-nav > li,
.min-lg-size#ru #header .navbar-default .navbar-nav > li {
  margin: 0 7px;
}


.max-md-size #header .navbar-default .navbar-nav > li {
  margin: 0;
  padding: 12px 0px 0px 0px;
}
.max-sm-size #header .navbar-default .navbar-nav > li {
  padding: 0;
  border-bottom: 1px solid #bbb;
}
.max-sm-size #header .navbar-default .navbar-nav > li:first-child {
  border-top: 1px solid #bbb;
}
#header .navbar-default .navbar-nav > li a {
  color: #000000;
  font-size: 15px;
  text-align: center;
  padding: 15px 25px 20px 25px;
  position: relative;
  transition: all 0.2s ease-out;
}

/*.min-lg-size #jp #header .navbar-default .navbar-nav > li a ,
.min-lg-size#jp #header .navbar-default .navbar-nav > li a ,
.min-lg-size#pt #header .navbar-default .navbar-nav > li a ,
.min-lg-size #pt #header .navbar-default .navbar-nav > li a ,
.min-lg-size #ru #header .navbar-default .navbar-nav > li a ,
.min-lg-size#ru #header .navbar-default .navbar-nav > li a {
  padding: 15px 25px 20px 25px;
}*/


.max-lg-size #header .navbar-default .navbar-nav > li a {
  font-size: 13px;
  padding: 15px 15px 20px 15px;
}
.max-md-size #header .navbar-default .navbar-nav > li a {
  padding: 9px 10px 22px 10px;
}
.max-sm-size #header .navbar-default .navbar-nav > li a {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 15px;
}
#header .navbar-default .navbar-nav > li a:hover > a {
  background: #119be4;
  color: #fff;
  transition: all 0.2s ease-out;
}
#header .navbar-default .navbar-nav > li a:hover > a:after {
  content: "";
  position: absolute;
  z-index: 2000;
  transition: all 0.3s ease-out;
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 14px 12px 0 12px;
  border-color: #119be4 transparent transparent transparent;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}
.max-sm-size #header .navbar-default .navbar-nav > li a:hover > a:after {
  display: none;
}

.max-sm-size #header .navbar-default .navbar-nav > li .icon-earth {
	margin: 0 5px;
	position: relative;
	top: 2px;
}


#header .navbar-default .navbar-nav > li.open > a,
#header .navbar-default .navbar-nav > li:hover > a {
  background: #119be4;
  color: #fff;
}
#header .navbar-default .navbar-nav > li.open .open > a,
#header .navbar-default .navbar-nav > li:hover .open > a,
#header .navbar-default .navbar-nav > li.open .open > a:hover,
#header .navbar-default .navbar-nav > li:hover .open > a:hover,
#header .navbar-default .navbar-nav > li.open .open > a:focus,
#header .navbar-default .navbar-nav > li:hover .open > a:focus {
  background: #119be4;
}
#header .navbar-default .navbar-nav > li:nth-child(1).open > a:after,
#header .navbar-default .navbar-nav > li:nth-child(2).open > a:after,
#header .navbar-default .navbar-nav > li:nth-child(1):hover > a:after,
#header .navbar-default .navbar-nav > li:nth-child(2):hover > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 14px 12px 0 12px;
  border-color: #119be4 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -10px;
  z-index: 2000;
  transition: all 0.3s ease-out;
}
.max-sm-size #header .navbar-default .navbar-nav > li:nth-child(1).open > a:after,
.max-sm-size #header .navbar-default .navbar-nav > li:nth-child(2).open > a:after,
.max-sm-size #header .navbar-default .navbar-nav > li:nth-child(1):hover > a:after,
.max-sm-size #header .navbar-default .navbar-nav > li:nth-child(2):hover > a:after {
  display: none;
}
#header .navbar-default .navbar-nav > li:nth-child(1).open > a:before,
#header .navbar-default .navbar-nav > li:nth-child(2).open > a:before,
#header .navbar-default .navbar-nav > li:nth-child(1):hover > a:before,
#header .navbar-default .navbar-nav > li:nth-child(2):hover > a:before {
  content: "";
  position: absolute;
  z-index: 2000;
  transition: all 0.4s ease-out;
  width: 100%;
  height: 5px;
  display: block;
  background: #119be4;
  bottom: -5px;
  left: 0;
}
#header .navbar-default .navbar-nav .sub-arrow {
  margin-left: 6px;
}
.min-sm-size #header .navbar-default .navbar-nav .sub-arrow {
  display: none;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu {
  margin: 4px 0 0 -1px !important;
  padding: 20px 0px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: opacity 0.15s ease-out;
  background-color: rgba(0, 80, 153, 0.95);
  /*first*/
  /*sceond*/
  /*third*/
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu a {
  text-align: left;
  color: #fff;
  padding: 7px 25px;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu a:hover {
  background-color: #119be4;
  transition: background 0.2s ease-out;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu {
  width: 100%!important;
  height: 500px;
  max-width: 1180px !important;
  margin-left: -590px !important;
  border: none;
  z-index: 999;
  text-align: center;
  position: fixed;
  top: 80px !important;
  left: 50% !important;
  padding: 30px 0;
  background: #005099;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu li {
  display: block;
  width: 190px;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  padding:8px 20px;
  white-space: pre-wrap;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu {
  width: 990px!important;
  height: 501px!important;
  max-width: 100% !important;
  margin-left: -400px !important;
  margin-top: 0 !important;
  border: none;
  z-index: 999;
  text-align: center;
  position: fixed;
  top: 84px !important;
  left: 50% !important;
  padding: 25px 5px;
  border-radius: 0;
  box-shadow: none;
  /*opacity: 0;*/
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li {
  display: inline-block;
  width: 145px;
  height: 235px;
  float: left;
  margin-right: 9px;
  margin-left: 9px;
  position: relative;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li:nth-child(1):after,
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li:nth-child(2):after,
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li:nth-child(3):after,
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li:nth-child(4):after,
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li:nth-child(5):after,
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li:nth-child(1):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ededed;
  position: absolute;
  bottom: 0;
}
.max-lg-size .min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li {
  width: 16%;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 5px;
  background: transparent;
  position: relative;
  transition: all 0.2s ease-out;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a .name {
  width: 100%;
  height: 50px;
  font-size: 15px;
  letter-spacing: 0;
  color: #005099;
  margin: 0;
  display: inline-block;
  /*word-break: break-all;*/
  word-wrap: break-word;
  line-height: 25px;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a .mask {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 99em;
  display: block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 40px;
  opacity: 0;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a .mask:after {
  content: "+";
  font-size: 30px;
  font-weight: bold;
  color: #005099;
  text-align: center;
  position: relative;
  line-height: 60px;
  transition: opacity 0.3s ease-out;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a:hover,
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a:focus {
  /*font-weight: bold;*/
  transition: all 0s;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a:hover .mask,
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a:focus .mask {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.min-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a img {
  max-width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0px auto 0px auto;
}
.max-md-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu {
  height: 430px!important;
  overflow: hidden;
}
.max-md-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu li a {
  font-size: 13px;
  padding: 8px 15px !important;
}
.max-md-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu {
  height: 430px!important;
}
.max-md-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li {
  height: 200px;
}
.max-md-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li a .name {
  font-size: 12px !important;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu {
  height: auto!important;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu li a {
  font-size: 15px;
  padding: 20px 15px !important;
}
.max-lg-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu {
  left: 0 !important;
  margin-left: 0px !important;
}
.max-lg-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu li {
  display: block;
  width: 20%;
}
.max-lg-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu {
  width: 80% !important;
  margin-left: -30% !important;
}
.max-lg-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu li {
  width: 16.5%;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu {
	width: 100% !important;
  	padding: 0;
  	top: 0 !important;
  	float: none !important;
  	margin: 0 !important;
  	border-bottom: 0px;
  	box-shadow: none;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu a {
  border-bottom: 1px solid #4e7ed6;
  background: #005099;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  transition: background 0.2s ease-out;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu a:hover,
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu a:focus,
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu a.active {
  background: #1E5ED6;
  transition: background 0.2s ease-out;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu li {
  display: block;
  width: 100%;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu.classMenu li .sub-arrow {
  display: none;
}
.max-sm-size #header .navbar-default .navbar-nav .dropdown-menu.productMenu {
  display: none !important;
}
#header .navbar-default .navbar-nav .open .dropdown-menu ,
#header .navbar-default .navbar-nav .collapsible .dropdown-menu  {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s ease-out;
}
#header .navbar-default .navbar-right {
  width: 140px;
  margin: 30px 25px 0 10px;
}
.max-md-size #header .navbar-default .navbar-right {
  width: 90px;
}
#header .navbar-default .navbar-right .dropdown {
  float: right;
  position: static;
}
#header .navbar-default .navbar-right .dropdown button {
  width: 31px;
  height: 31px;
  line-height: 31px;
  background: #d4d4d6;
  border-radius: 99em;
  display: block;
  color: #565654;
  text-align: center;
  position: relative;
  top: 5px;
  margin: 0 4px;
  transition: all 0.2s ease-out;
}
#header .navbar-default .navbar-right .dropdown button span {
  font-size: 19px;
  position: relative;
  display: inline-block;
  top: 2px;
}
#header .navbar-default .navbar-right .dropdown button:hover {
  background: #DCDCE6;
  transition: all 0.2s ease-out;
}
.max-md-size #header .navbar-default .navbar-right .dropdown button {
  width: 23px;
  height: 23px;
  line-height: 23px;
  background: #d4d4d6;
  border-radius: 99em;
  display: block;
  text-align: center;
  margin: 0 3px;
}
.max-md-size #header .navbar-default .navbar-right .dropdown button span {
  font-size: 15px;
}
#header .navbar-default .navbar-right .dropdown.open button {
  background: #DCDCE6;
  transition: all 0.2s ease-out;
}
#header .navbar-default .navbar-right .dropdown.open ul {
  opacity: 1;
  transition: all 0.2s ease-out;
}
#header .navbar-default .navbar-right .dropdown ul {
  right: 0;
  left: inherit;
  width: 240px;
  float: right;
  margin: 0 !important;
  padding: 15px 0px  !important;
  border-radius: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
}
#header .navbar-default .navbar-right .dropdown ul.padding01 {
  padding: 5px 0px 12px 0 !important;
}
#header .navbar-default .navbar-right .dropdown ul li a {
  font-size: 15px;
}
#header .navbar-default .navbar-right .dropdown ul li span {
  margin-right: 10px;
  display: inline-block;
}
#header .navbar-default .navbar-right .dropdown ul input {
  width: 100%;
  height: 100%;
  height: 0\9;
  background: transparent;
  border-width: 0 0 0 1px;
  border-color: #61B4FF;
  padding: 9px 20px;
  padding: 1px 20px\9;
  font-size: 14px;
  margin: 0;
  color: #fff;
  border: 0;
  transition: all 0.2s ease-out;
  position: relative;
}
#header .navbar-default .navbar-right .dropdown ul input:focus {
  background: #119be4;
  transition: all 0.2s ease-out;
}

.gsc-search-button:before {
    /*content: "\e637";*/
    display: block;
    position: absolute;
    top: 12px;
    right: 23px;
    font-size: 18px;
    color: #fff;
  /*  z-index: 9;*/
    font-family: 'icomoon';
    /*background: #119be4;*/
    width: 22px;
    height: 22px;
}


#header .navbar-default .navbar-right .dropdown ul ::-webkit-input-placeholder {
  color: #FFFFFF;
}
#header .navbar-default .navbar-right .dropdown .bottom {
  width: 100%;
  height: 16px;
  background: #083e76;
  border-top: 1px solid #276eb8;
  text-align: center;
  position: absolute;
  bottom: 0;
}
#header .navbar-default .navbar-right .dropdown .bottom .trangle {
  border-width: 0 4px 6.9px 4px;
  border-color: transparent transparent #276eb8 transparent;
  display: inline-block;
  position: relative;
  top: -4px;
}
.max-sm-size #header .navbar-default .navbar-right {
  display: none;
}
#header .navbar-default .searchLi {
  padding: 9px 15px !important;
  position: relative;
}
#header .navbar-default .searchLi input {
  line-height: 1.3;
  font-size: 14px;
  padding: 7px 10px;
  color: #fff;
  display: block;
  width: 90%;
  background: transparent;
  border: 1px solid #CCC;
  margin: 1px auto 3px auto;
  transition: all 0.2s ease-out;
}
#header .navbar-default .searchLi input:focus {
  border: 1px solid #4A4A4A;
  transition: all 0.2s ease-out;
}
#header .navbar-default .searchLi button {
  position: absolute;
  right: 8%;
  top: 11px;
  color: #444;
}

.max-sm-size #header .navbar-default .searchLi .gsc-input-box {
	width: 100%;
}

.max-sm-size #header form.gsc-search-box {
	margin-right: 20px;
	margin-left: 20px;
	width: 310px;
}

@media screen  (max-width: 330px) {
    .max-sm-size #header form.gsc-search-box {
		width: 285px;
	}
}

.max-sm-size #header .navbar-default .searchLi input.gsc-input {
	position: relative;
	border: 0;
	padding: 2px 0px !important;
	color: #2d2d2d;
}

.max-sm-size #header .navbar-default .searchLi input.gsc-search-button {
    border: 0;
    padding: 5px 22px 2px 22px !important;
    height: 19px;
    width: 82%;
}



.max-sm-size #header .gsc-search-button {
	position: relative;
}

.max-sm-size #header .gsc-search-button:before {
	top: 0;
    right: 0;
    text-align: center;
    padding-top: 2px;
    width: 100%;
    z-index: 99;

    display: none;
}



#header .navbar-default .lugLi {
  text-align: center;
}
#header .navbar-default .lugLi span,
#header .navbar-default .lugLi a {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
#header .navbar-default .lugLi li:hover a,
#header .navbar-default .lugLi li:focus a {
  background: #d4d4d6;
}
#header .navbar-default .lugLi a {
  color: #333 !important;
  width: auto;
  height: auto;
  background: #d4d4d6 !important;
  padding: 7px 15px !important;
  margin: 10px 5px !important;
}
#header .navbar-default .lugLi a.social {
  width: 141px;
}
#header .navbar-default .lugLi a:hover,
#header .navbar-default .lugLi a:focus,
#header .navbar-default .lugLi a.active {
  background: #119be4 !important;
  color: #fff !important;
}
#header .navbar-default .lugLi a:before {
  display: none;
}
/* ==============================================================
* footer
 ================================================================*/
footer {
	max-width: 1180px;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
    clear: both;
    position: relative;
    padding: 10px 25px 0 25px;
    background: #d6d6d6;
    z-index: 9;
}
.max-sm-size footer {
  padding: 0px;
}
footer .footerLogo {
  width: 130px;
  float: left;
  display: block;
}
footer .footerLogo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
footer .social_network {
  width: 370px;
  float: right;
}
footer .social_network li {
  display: inline-block;
  float: right;
}
footer .social_network li a {
  width: 36px;
  height: 36px;
  line-height: 40px;
  background: #ffffff;
  border-radius: 99em;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 0 ;
  margin: 0 8px;
  display: inline-block;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-out;
}
footer .social_network li a.youtube {
  background: #c21f24;
}
footer .social_network li a.youtube:after {
  box-shadow: 0 0 0 #c21f24;
}
footer .social_network li a.youtube:hover:after,
footer .social_network li a.youtube:focus:after {
  box-shadow: 2px 2px 0 #c21f24;
}
footer .social_network li a.fb {
  background: #325599;
}
footer .social_network li a.fb:after {
  box-shadow: 0 0 0 #325599;
}
footer .social_network li a.fb:hover:after,
footer .social_network li a.fb:focus:after {
  box-shadow: 2px 2px 0 #325599;
}
footer .social_network li a.twitter {
  background: #10c2ff;
}
footer .social_network li a.twitter:after {
  box-shadow: 0 0 0 #10c2ff;
}
footer .social_network li a.twitter:hover:after,
footer .social_network li a.twitter:focus:after {
  box-shadow: 2px 2px 0 #10c2ff;
}
footer .social_network li a.linkedin {
  background: url(../images/common/linkedin-letters.png) center 8px #0170c1 no-repeat;
  display: block;
  background-size: 18px 18px;
}
footer .social_network li a.linkedin:after {
  box-shadow: 0 0 0 #0170c1;
}
footer .social_network li a.linkedin:hover:after,
footer .social_network li a.linkedin:focus:after {
  box-shadow: 2px 2px 0 #0170c1;
}
footer .social_network li a.instagram {
  background: #c74400;
}
footer .social_network li a.instagram:after {
  box-shadow: 0 0 0 #c74400;
}
footer .social_network li a.instagram:hover:after,
footer .social_network li a.instagram:focus:after {
  box-shadow: 2px 2px 0 #c74400;
}


footer .social_network li a.slideshare {
  background: url(../images/common/slideshare.png) center #5ba6a8 no-repeat;
  display: block;
  background-size: 19px 19px;
}
footer .social_network li a.slideshare:after {
  box-shadow: 0 0 0 #5ba6a8;
}
footer .social_network li a.slideshare:hover:after,
footer .social_network li a.slideshare:focus:after {
  box-shadow: 2px 2px 0 #5ba6a8;
}



footer .social_network li a:after {
  top: -5px;
  left: -7px;
  padding: 5px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: opacity 0.2s, box-shadow 0.2s;
  -moz-transition: opacity 0.2s, box-shadow 0.2s;
  transition: opacity 0.2s, box-shadow 0.2s;
}
footer .social_network li a:hover,
footer .social_network li a:focus {
  transition: all 0.2s ease-out;
}
footer .social_network li a:hover:after,
footer .social_network li a:focus:after {
  opacity: 1;
}
.max-sm-size footer .footerLogo,
.max-sm-size footer .social_network {
  float: none;
  margin: 13px auto;
}
footer .line {
  margin: 15px 0;
}
footer .footerMenu > li {
  width: 16%;
  text-align: left;
  padding: 0 15px;
}
.max-sm-size footer .footerMenu > li {
  width: 33%;
}
.max-sm-size footer .footerMenu > li:nth-child(1),
.max-sm-size footer .footerMenu > li:nth-child(2),
.max-sm-size footer .footerMenu > li:nth-child(3) {
  height: 240px;
}
.max-sm-size footer .footerMenu > li:nth-child(4),
.max-sm-size footer .footerMenu > li:nth-child(5),
.max-sm-size footer .footerMenu > li:nth-child(6) {
  /*height: 160px;*/
  height:auto;
}
.max-xs-size footer .footerMenu > li:nth-child(1),
.max-xs-size footer .footerMenu > li:nth-child(2),
.max-xs-size footer .footerMenu > li:nth-child(3) {
	height: auto;
  	min-height: 340px;
}



.max-xs-size footer .footerMenu > li {

}

footer .footerMenu > li > .title {
  font-size: 15px;
  color: #333333;
  padding-bottom: 5px;
  display: block;
  font-weight: bold;
}
footer .footerMenu > li > ul > li {
  width: 100%;
  padding: 0;
}
footer .footerMenu > li > ul > li:nth-child(1),
footer .footerMenu > li > ul > li:nth-child(3),
footer .footerMenu > li > ul > li:nth-child(3),
footer .footerMenu > li > ul > li:nth-child(4),
footer .footerMenu > li > ul > li:nth-child(5),
footer .footerMenu > li > ul > li:nth-child(6) {
  height: auto;
}
footer .footerMenu > li > ul > li a {
  padding: 0;
  font-size: 13px;
  color: #666;
  display: block;
  line-height: 17px;
  margin: 7px 0;
}

.max-sm-size footer .footerMenu > li > ul > li a {
  margin: 0px 0;
}

footer .footerMenu > li > ul > li a:hover {
  text-decoration: underline;
}
.max-lg-size footer .footerMenu > li > ul > li a {
  padding: 3px 0;
  line-height: 17px;
}
footer .copyright {
  width: 100%;
  height: 100px;
  clear: both;
  text-align: center;
}
footer .copyright a {
  line-height: 50px;
  font-size: 15px;
  color: #a6a6a6;
}
.max-sm-size footer .copyright {
  height: auto;
  padding: 20px 15px 20px 15px;
}

.max-sm-size #ru footer .copyright {
  padding: 40px 15px 20px 15px;
}

.max-sm-size footer .copyright a {
	line-height: normal;
}
.max-sm-size footer .copyright p {
  line-height: 24px;
}
/* ==============================================================
    [ .form-group .label .form-control ]
 ================================================================*/
.form {
  position: relative;
}
.form.pa25 {
  padding: 25px 0 0 0 ;
}
.form .form-control {
  height: auto;
  padding: 7px 12px;
  border-radius: 4px;
  float: left;
}
.form .form-control.w200 {
  width: 212px;
}
.max-lg-size .form .form-control.w200 {
  width: 190px;
}
.max-sm-size .form .form-control.w200 {
  width: 100%;
}
.form .form-control.w130 {
  width: 100px;
}
.max-sm-size .form .form-control.w130 {
  width: 100%;
}
.form .form-control.select {
  margin-right: 10px;
}
.form .form-control.select:last-child {
  margin-right: 0px;
}
.max-sm-size .form .form-control.select {
  margin-right: 0px;
  margin-bottom: 10px;
}
.form .control-label {
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  float: left;
  text-align: right;
  line-height: 30px;
}
.form .control-label.required:after {
  content: '*';
  margin-left: 7px;
  color: #f00;
  position: absolute;
}
.max-sm-size .form .Verity .control-label {
  float: none;
}
.form .Verity img {
  cursor: pointer;
  margin-left: 10px;
}
.gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+39,dededf+100 */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 39%, #dededf 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 39%, #dededf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 39%, #dededf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px;
}
/* ==============================================================
   [ #home ]
 ================================================================*/
#home .indexBannerSilder {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  background: #ddd;
}
#home .indexBannerSilder .bannerImg {
  width: 100%;
  display: block;
}
#home .indexBannerSilder .slick-dots {
  /*text-align: left;
  width: auto;
  left: 15%;*/
  bottom: 10px;
}
.max-sm-size #home .indexBannerSilder .slick-dots {
  bottom: 5px;
}
#home .proWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.max-lg-size #home .proWrapper {
  margin: 5px 0px;
}
#home .proWrapper .proBox {
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 292px;
  height: 185px;
  padding: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  float: left;
  margin: 4px 2px 0 2px;
  overflow: hidden;
}
#home .proWrapper .proBox:nth-child(1),
#home .proWrapper .proBox:nth-child(5) {
  margin: 4px 2px 0 0px;
}
#home .proWrapper .proBox:nth-child(4),
#home .proWrapper .proBox:nth-child(8) {
  margin: 4px 0px 0 2px;
}
.max-lg-size #home .proWrapper .proBox {
  width: 49%;
}
.max-lg-size #home .proWrapper .proBox:nth-child(1),
.max-lg-size #home .proWrapper .proBox:nth-child(5),
.max-lg-size #home .proWrapper .proBox:nth-child(4),
.max-lg-size #home .proWrapper .proBox:nth-child(8) {
  margin: 0;
}
.max-lg-size #home .proWrapper .proBox:nth-child(even) {
  margin: 5px 0 5px 1%;
}
.max-lg-size #home .proWrapper .proBox:nth-child(odd) {
  margin: 5px 1% 5px 0 ;
}
.max-sm-size #home .proWrapper .proBox {
  width: 50%;
}
.max-sm-size #home .proWrapper .proBox:nth-child(even),
.max-sm-size #home .proWrapper .proBox:nth-child(odd) {
  height: 205px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.max-sm-size #home .proWrapper .proBox:nth-child(even) {
  border-left: 1px solid #ccc;
}
#home .proWrapper .proBox .imgBox {
  max-width: 165px;
  width: 100%;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}


#home #ru .proWrapper .proBox .imgBox {
  max-width: 135px;
  height: 100px;
}

#home .proWrapper .proBox .imgBox img {
  width: 100%;
  height: auto;
}
#home .proWrapper .proBox h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 10px auto;
  clear: both;
  transition: color 0.2s ease-out;
}
#home .proWrapper .proBox:hover h5,
#home .proWrapper .proBox:focus h5 {
  color: #005099;
  transition: color 0.2s ease-out;
}


/*UVS Only*/
#home .proWrapper2 {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.max-lg-size #home .proWrapper2 {
  margin: 5px 0px;
}
#home .proWrapper2 .proBox {
  background: #f0f0f0;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 292px;
  height: 185px;
  padding: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  float: left;
  margin: 4px 2px 0 2px;
  overflow: hidden;
}
#home .proWrapper2 .proBox:nth-child(1),
#home .proWrapper2 .proBox:nth-child(5),
#home .proWrapper2 .proBox:nth-child(9) {
  margin: 4px 2px 0 0px;
}
#home .proWrapper2 .proBox:nth-child(4),
#home .proWrapper2 .proBox:nth-child(8),
#home .proWrapper2 .proBox:nth-child(12) {
  margin: 4px 0px 0 2px;
}
.max-lg-size #home .proWrapper2 .proBox {
  width: 49%;
}
.max-lg-size #home .proWrapper2 .proBox:nth-child(1),
.max-lg-size #home .proWrapper2 .proBox:nth-child(5),
.max-lg-size #home .proWrapper2 .proBox:nth-child(4),
.max-lg-size #home .proWrapper2 .proBox:nth-child(8) {
  margin: 0;
}
.max-lg-size #home .proWrapper2 .proBox:nth-child(even) {
  margin: 5px 0 5px 1%;
}
.max-lg-size #home .proWrapper2 .proBox:nth-child(odd) {
  margin: 5px 1% 5px 0 ;
}
.max-sm-size #home .proWrapper2 .proBox {
  width: 50%;
}
.max-sm-size #home .proWrapper2 .proBox:nth-child(even),
.max-sm-size #home .proWrapper2 .proBox:nth-child(odd) {
  height: 205px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.max-sm-size #home .proWrapper2 .proBox:nth-child(even) {
  border-left: 1px solid #ccc;
}
#home .proWrapper2 .proBox .imgBox {
  max-width: 165px;
  width: 100%;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
}


#home #ru .proWrapper2 .proBox .imgBox {
  max-width: 135px;
  height: 100px;
}

#home .proWrapper2 .proBox .imgBox img {
  width: 100%;
  height: auto;
}
#home .proWrapper2 .proBox h5 {
  font-size: 16px;
  line-height: 20px;
  margin: 10px auto;
  clear: both;
  transition: color 0.2s ease-out;
}
#home .proWrapper2 .proBox:hover h5,
#home .proWrapper2 .proBox:focus h5 {
  color: #005099;
  transition: color 0.2s ease-out;
}
/*UVS Only*/


/*UVS3 Only*/
#home .proWrapper3 {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 0;
  display: inline-block;
  text-align: center;
  margin-bottom:-5px;
}
.max-lg-size #home .proWrapper3 {
  margin: 5px 0px;
}
#home .proWrapper3 .proBox {
  background: #f0f0f0;
  /* Old browsers */
  /*background: -moz-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);*/
  /* FF3.6-15 */
  /*background: -webkit-linear-gradient(top, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);*/
  /* Chrome10-25,Safari5.1-6 */
  /*background: linear-gradient(to bottom, #f0f0f0 0%, #f5f6f6 18%, #f5f6f6 86%, #f0f0f0 100%);*/
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 295px;
  height: 90px;
  padding: 5px 25px 0px 25px;
  display: inline-block;
  position: relative;
  text-align: center;
  float: left;
  margin: 4px 0px 0 0px;
  overflow: hidden;
}
#home .proWrapper3 .proBox:nth-child(1),
#home .proWrapper3 .proBox:nth-child(5) {
  margin: 4px 0px 0 0px;
}
#home .proWrapper3 .proBox:nth-child(4),
#home .proWrapper3 .proBox:nth-child(8) {
  margin: 4px 0px 0 0px;
}
.max-lg-size #home .proWrapper3 .proBox {
  width: 49%;
}
.max-lg-size #home .proWrapper3 .proBox:nth-child(1),
.max-lg-size #home .proWrapper3 .proBox:nth-child(5),
.max-lg-size #home .proWrapper3 .proBox:nth-child(4),
.max-lg-size #home .proWrapper3 .proBox:nth-child(8) {
  margin: 0;
}
.max-lg-size #home .proWrapper3 .proBox:nth-child(even) {
  margin: 5px 0 5px 1%;
}
.max-lg-size #home .proWrapper3 .proBox:nth-child(odd) {
  margin: 5px 1% 5px 0 ;
}
.max-sm-size #home .proWrapper3 .proBox {
  width: 50%;
}
.max-sm-size #home .proWrapper3 .proBox:nth-child(even),
.max-sm-size #home .proWrapper3 .proBox:nth-child(odd) {
  height: 205px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
.max-sm-size #home .proWrapper3 .proBox:nth-child(even) {
  border-left: 1px solid #ccc;
}



#home #ru .proWrapper3 .proBox .imgBox {
  max-width: 80px;
  height: 80px;
}

#home .proWrapper3 .proBox .imgBox img {
  width: 80px;
  height: 80px;
}
@media (min-device-width: 1180px) {
#home .proWrapper3 .proBox h5 {
  font-size: 16px;
  line-height: 20px;
  width:150px;
  float:right;
  text-align:left;
  padding:5px 0 0 5px;
  /*margin: 10px auto;*/
  /*clear: both;*/
  transition: color 0.2s ease-out;
}
#home .proWrapper3 .proBox .imgBox {
  max-width: 80px;
  width: 80px;
  height: 80px;
/*  display: inline-block;
  overflow: hidden;
  text-align: center;*/
}
}
@media screen and (min-width: 768px) and (max-width: 1179px) {
#home .proWrapper3 .proBox h5 {
  font-size: 16px;
  line-height: 20px;
  width:55%;
  float:right;
  text-align:left;
  padding:5px 0 0 5px;
  /*margin: 10px auto;*/
  /*clear: both;*/
  transition: color 0.2s ease-out;
}
#home .proWrapper3 .proBox .imgBox {
  /*max-width: 80px;*/
  width: 40%;
  height: 80px;
/*  display: inline-block;
  overflow: hidden;*/
  text-align: right;
}
}
@media (max-device-width: 767px) {
#home .proWrapper3 .proBox h5 {
  font-size: 14px;
  line-height: 20px;
  width:55%;
  float:right;
  text-align:left;
  padding:5px 0 0 5px;
  /*margin: 10px auto;*/
  /*clear: both;*/
  transition: color 0.2s ease-out;
}
#home .proWrapper3 .proBox .imgBox {
  /*max-width: 80px;*/
  width: 40%;
  height: 80px;
/*  display: inline-block;
  overflow: hidden;*/
  text-align: right;
}
.max-sm-size #home .proWrapper3 .proBox:nth-child(even),
.max-sm-size #home .proWrapper3 .proBox:nth-child(odd) {
  height: auto;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
}

@media (max-device-width: 480px) {
#home .proWrapper3 .proBox h5 {
  font-size: 12px;
  line-height: 20px;
  width:55%;
  float:right;
  text-align:left;
  padding:5px 0 0 15px;
  /*margin: 10px auto;*/
  /*clear: both;*/
  transition: color 0.2s ease-out;
}
#home .proWrapper3 .proBox .imgBox img {
  width: 60px;
  height: 70px;
  padding-top:10px;
}
.max-sm-size #home .proWrapper3 .proBox:nth-child(even),
.max-sm-size #home .proWrapper3 .proBox:nth-child(odd) {
  height: 90px;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
}

#home .proWrapper3 .proBox:hover h5,
#home .proWrapper3 .proBox:focus h5 {
  color: #005099;
  transition: color 0.2s ease-out;
}
/*UVS3 Only*/



#home .newsWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  text-align: center;
}
.max-lg-size #home .newsWrapper {
  margin: 5px 0 15px 0;
}
#home .newsWrapper .newsTitle {
  font-size: 17px;
  text-align: left;
  font-weight: normal;

  width: 100%;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 15px;
  left: 0;
  margin: 0;
  z-index: 99;
}
#home .newsWrapper .newsTitle:before {
  content: "\e608";
  font-family: 'icomoon';
  display: block;
  position: relative;
  margin: 0px 5px 0 10px;
  float: left;
  color: #0077c0;
  font-weight: bold;
  font-size: 18px;
  top: 1px;
}
#home .newsWrapper .newsBox {
  width: 588px;
  height: 185px;
  position: relative;
  float: left;
  margin: 5px 0 10px 0;
}
#home .newsWrapper .newsBox:nth-child(1) {
  margin-right: 4px;
}
.max-lg-size #home .newsWrapper .newsBox {
  width: 49%;
  height: 260px;
}

#home .newsWrapper .newsBox:nth-child(1) .imgBox{
  width: 100%;
}

.max-lg-size #home .newsWrapper .newsBox:nth-child(1) {
  margin: 15px 1% 15px 0;
}
.max-lg-size #home .newsWrapper .newsBox:nth-child(2) {
  margin: 15px 0 15px 1%;
}
.max-sm-size #home .newsWrapper .newsBox {
  width: 100%;
  height: auto;
}
.max-sm-size #home .newsWrapper .newsBox:nth-child(1),
.max-sm-size #home .newsWrapper .newsBox:nth-child(2) {
  margin: 0;
}
.max-sm-size #home .newsWrapper .newsBox:nth-child(1) {
  margin-bottom: 5px;
}
#home .newsWrapper .newsSilder {
  width: 100%;
  text-align: center;
  padding: 15px 25px;
  margin-top: 34px;
}
#home .newsWrapper .newsSilder .box {
  display: block;
}
#home .newsWrapper .newsSilder .box:hover .textBox {
  color: #005099;
  transition: color 0.2s ease-out;
}
#home .newsWrapper .newsSilder .box:hover .btn {
  background: #bababa;
  transition: background 0.2s ease-out;
}


.min-lg-size #home .newsWrapper .goCloud .imgBox {
  position: absolute;
  bottom: 0;
  left: 120px;
  top:25px;
}

.max-lg-size #home .newsWrapper .goCloud .imgBox {
  position: relative;
  margin-top: 55px;
  left: 0px;
  clear: both;
}

.max-xs-size #home .newsWrapper .goCloud .imgBox {
 padding: 0 25px;
}

.min-lg-size #home .newsWrapper .goCloud p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 80px;
}

.max-lg-size  #home .newsWrapper .goCloud p{
    width: 100%;
    position: relative;
    margin:20px 0;
    left: 0;
    top: 0px;
    transform: initial;
    clear: both;
}

#home .newsWrapper .imgBox img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.max-sm-size #home .newsWrapper .newsSilder .imgBox img {
  padding: 0 10px;
}
#home .newsWrapper .newsSilder .imgBox,
#home .newsWrapper .newsSilder .textBox {
  width: 45%;
  float: left;
}
 #home .newsWrapper .newsSilder .imgBox{
  height: 137px;
}
.max-sm-size  #home .newsWrapper .newsSilder .imgBox{
  height: 80px;
  overflow:hidden;
}
.max-lg-size #home .newsWrapper .newsSilder .imgBox,
.max-lg-size #home .newsWrapper .newsSilder .textBox {
  width: 100%;
  margin: 10px 0;
}
#home .newsWrapper .newsSilder .textBox {
  font-size: 15px;
  height: 55px;
  line-height: 28px;
  overflow: hidden;
  text-align: left;
  margin-left: 30px;
  transition: color 0.2s ease-out;
}
.max-lg-size #home .newsWrapper .newsSilder .textBox {
  height: 75px;
  line-height: 26px;
  text-align: center;
}
.max-xs-size #home .newsWrapper .newsSilder .textBox {
  max-height: 122px;
  overflow: hidden;
}
#home .newsWrapper .newsSilder .btn {
  width: 130px;
  font-size: 14px;
  padding: 4px 12px;
  float: right;
}
.max-lg-size #home .newsWrapper .newsSilder .btn {
  float: none;
  margin: 0px  auto 0 auto;
}
.max-sm-size #home .newsWrapper .newsSilder .btn {
  width: 100%;
}
#home .newsWrapper .newsSilder .slick-prev,
#home .newsWrapper .newsSilder .slick-next {
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #005099;
  border-radius: 99em;
  display: block;
  text-align: center;
  position: absolute;
  font-size: 12px;
  transition: background 0.2s ease-out;
  margin-top: 0px;
  top: -10px;
}
#home .newsWrapper .newsSilder .slick-prev:hover,
#home .newsWrapper .newsSilder .slick-next:hover {
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #119be4;
  border-radius: 99em;
  display: block;
  text-align: center;
  transition: background 0.2s ease-out;
}
.max-sm-size #home .newsWrapper .newsSilder .slick-prev,
.max-sm-size #home .newsWrapper .newsSilder .slick-next {
  top: 50%;
  margin-top: -10px;
}
#home .newsWrapper .newsSilder .slick-prev {
  right: 60px;
  left: auto;
}
.max-sm-size #home .newsWrapper .newsSilder .slick-prev {
  right: auto;
  left: 10px;
}
#home .newsWrapper .newsSilder .slick-next {
  right: 30px;
}
.max-sm-size #home .newsWrapper .newsSilder .slick-next {
  right: 10px;
}
#home .A_dBbox {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  overflow: hidden;
  display: block;
}
#home .toolsWrapper {
  padding: 40px 0;
  margin: 10px 0;
}
.max-sm-size #home .toolsWrapper {
  padding: 15px 0 0 0;
}
#home .toolsWrapper .toolsBox {
  width: 25%;
  padding: 0 25px;
  float: left;
  position: relative;
}
.max-sm-size #home .toolsWrapper .toolsBox {
  width: 50%;
  height: 210px;
}
.max-xs-size #home .toolsWrapper .toolsBox {
    height: auto;
    padding: 0 15px;
    margin:6px 0;
}
#home .toolsWrapper .toolsBox + .toolsBox:before {
  content: "";
  width: 1px;
  height: 155px;
  background: #d4d4d4;
  display: block;
  position: absolute;
  left: 0;
  top: 0px;

}

.max-sm-size #home .toolsWrapper .toolsBox + .toolsBox:before {
	display: none;
}

#home .toolsWrapper .toolsBox .imgBox {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  text-align: center;
}
#home .toolsWrapper .toolsBox .imgBox span {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #d4d4d6;
  border-radius: 99em;
  color: #9c9a9b;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all 0.2s;
}
#home .toolsWrapper .toolsBox .imgBox span:after {
  content: '';
  position: absolute;
  border: #d4d4d6 solid 4px;
  border-radius: 99em;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
#home .toolsWrapper .toolsBox h5 {
  font-size: 17px;
  margin: 0 0 15px 0;
  transition: color 0.2s ease-out;
}
#home .toolsWrapper .toolsBox p {
  font-size: 14px;
  line-height: 26px;
  max-height: 80px;
  overflow: hidden;
}
.max-sm-size #home .toolsWrapper .toolsBox p {
  text-align: center;
}
#home .toolsWrapper .toolsBox:hover .imgBox span:after,
#home .toolsWrapper .toolsBox:focus .imgBox span:after {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
#home .toolsWrapper .toolsBox:hover h5,
#home .toolsWrapper .toolsBox:focus h5 {
  color: #005099;
  transition: color 0.2s ease-out;
}




/* ==============================================================
   [ #About ]
 ================================================================*/
#About .yearLable {
  background: url(../images/about/about-award_bg.png);
  width: 133px;
  height: 28px;
  line-height: 28px;
  font-size: 1.333rem;
  color: #fff;
  text-align: center;
  padding: 0 0.417rem;
  position: absolute;
  top: -1.250rem;
  left: 0;
}

/* base on  12px  */
/*#About .yearLable:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 1.250rem 0 1.250rem 1.167rem;
  border-color: transparent transparent transparent #005099;

  position: absolute;
    right: -1.167rem;
    top: 0;
  /*position: relative;
  right: -115px;
  top: -30px;*/
}*/
#About .icon-download {
  font-size: 22px;
  margin-left: 8px;
}
#About.Award .yearLine {
  position: relative;
  margin: 60px 0 30px 0;
}
#About.Award .yearLine .yearLable {
  min-width: 120px;
}
.max-sm-size #About.Award .yearLine {
  margin: 30px 0 30px 0;
}
#About.Award .awardBox {
  width: 23%;
  height: 235px;
  float: left;
  margin: 10px 1%;
  display: block;
}
#About.Award .awardBox .imgBox {
  height: 140px;
  text-align: center;
}
#About.Award .awardBox .name p {
  font-size: 14px;
  color: #717171;
  line-height: 24px;
  text-align: center;
  margin: 10px 0;
}
.max-sm-size #About.Award .awardBox {
  width: 48%;
  height: 260px;
  margin: 3px 0.5%;
}
.max-sm-size #About.Award .awardBox .name {
  display: block;
}
.max-sm-size #About.Award .awardBox .name p {
  font-size: 13px;
  line-height: 23px;
  margin-top: 0;
}
#About.Ston .yearLable {
  background: url(../images/about/about-award_bg02.png);
  width: 94px;
  margin-right: 45px;
  float: left;
  position: relative;
  top: 5px;


}
.max-lg-size #About.Ston .yearLable {
  top: 0;
  margin: 0 0 25px 0;
  clear: both;
}
#About.Ston .yearStonWrapper {
  width: 100%;
  height: auto;
  clear: both;
  margin: 60px 0px;
  padding: 0 25px;
  position: relative;
}
#About.Ston .yearStonWrapper .monWrapper {
  width: 930px;
  float: left;
}
.max-lg-size #About.Ston .yearStonWrapper .monWrapper {
  width: 100%;
}
#About.Ston .yearStonWrapper .strip {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #dcdcdc;
}
#About.Ston .yearStonWrapper .strip:first-child {
  border-top: 1px solid #dcdcdc;
}
#About.Ston .yearStonWrapper .strip > div {
  float: left;
}
#About.Ston .yearStonWrapper .strip .mon {
  width: 40px;
  font-size: 14px;
  color: #119be4;
  margin-right: 15px;
}
#About.Ston .yearStonWrapper .strip .intro {
  width: 860px;
  font-size: 15px;
  color: #333333;
  padding: 10px 15px;
}
.max-lg-size #About.Ston .yearStonWrapper .strip .mon {
  width: 5%;
}
.max-lg-size #About.Ston .yearStonWrapper .strip .intro {
  width: 90%;
}
.max-sm-size #About.Ston .yearStonWrapper .strip .mon,
.max-sm-size #About.Ston .yearStonWrapper .strip .intro {
  width: 100%;
  display: block;
}
.max-sm-size #About.Ston .yearStonWrapper .strip .mon {
  text-align: left;
  padding: 15px 0 0 15px;
}
.max-sm-size #About.Ston .yearStonWrapper .strip .intro {
  width: 90%;
}
#About.Ston.Financial .yearStonWrapper .monWrapper a {
  display: block;
  transition: background 0.2s ease-out;
  background: #fbfbfb;
}
#About.Ston.Financial .yearStonWrapper .monWrapper a:hover {
  background: rgba(185, 206, 226, 0.3);
  transition: background 0.2s ease-out;
}
#About.Ston.Financial .yearStonWrapper .monWrapper a:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#About.Ston.Financial .yearStonWrapper .strip {
  border-bottom: 0;
}
#About.Ston.Financial .yearStonWrapper .strip .mon {
  width: 90px;
}
#About.Ston.Financial .yearStonWrapper .strip .intro {
  width: 800px;
}
.max-sm-size #About.Ston.Financial .yearStonWrapper .mon,
.max-sm-size #About.Ston.Financial .yearStonWrapper .intro {
  width: 100%;
  display: block;
}
.max-sm-size #About.Ston.Financial .yearStonWrapper .mon {
  text-align: left;
  padding: 15px 0 0 15px;
}
.max-sm-size #About.Ston.Financial .yearStonWrapper .intro {
  width: 90%;
}
#About.Ston.Reports .yearStonWrapper .intro {
  width: 100%;
}
#About.Ston.Reports .yearStonWrapper .intro a:hover {
  color: #005099;
}
#About.Financial .subTitle {
  margin: 0 25px;
}
#About.Financial .subTitle h5 {
  margin: 0;
}
#About.faq .panel {
  border: 1px solid #eee;
  margin-bottom: 15px;
}
#About.faq .panel-heading {
  background: #eee;
  padding: 1px 15px;
}
#About.faq .panel-heading h4 {
  margin: 14px 0;
}
#About.faq .panel-heading a {
  font-size: 16px;
  color: #005099;
  padding-right: 20px;
  display: block;
  position: relative;
}
#About.faq .panel-heading a .icon {
  position: absolute;
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  right: -5px;
  top: 3px;
}
#About.faq .panel-heading a .icon:before,
#About.faq .panel-heading a .icon:after {
  content: "";
  display: block;
  position: absolute;
  background: #b5b5b5;
}
#About.faq .panel-heading a .icon:before {
  width: 17px;
  height: 2px;
  top: 7px;
}
#About.faq .panel-heading a .icon:after {
  width: 2px;
  height: 17px;
  right: 10px;
  opacity: 0;
}
#About.faq .panel-heading a.collapsed .icon:after {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
#About.faq .html {
  min-height: auto;
}
#About h5 {
  font-weight: bold;
  font-size: 18px;
  margin: 40px 0 25px 0;
  text-align: left;
}
#About.Service .tableWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  margin: 30px 0;
}
#About.Service .tableWrapper .serviceBox {
  background: #eee;
  font-size: 14px;
  line-height: 22px;
}
#About.Service .tableWrapper .serviceBox img {
  max-width: 100%;
  height: auto;
}
#About.Service .tableWrapper .serviceBox .imgBox {
  width: 50%;
}
#About.Service .tableWrapper .serviceBox .logBox {
  width: 20%;
}
#About.Service .tableWrapper .serviceBox .text {
  width: 30%;
}
.max-sm-size #About.Service .tableWrapper .serviceBox {
  width: 100%;
}
.max-sm-size #About.Service .tableWrapper .serviceBox .imgBox,
.max-sm-size #About.Service .tableWrapper .serviceBox .logBox,
.max-sm-size #About.Service .tableWrapper .serviceBox .text {
  width: 100%;
  display: block;
}
#About.Service .tableWrapper .serviceBox .text {
  padding: 10px 20px;
}
#About.Service .marginB0 {
  margin-bottom: 0;
}
#About.Service .linkWrapper {
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
#About.Service .linkWrapper a {
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  padding: 9px 20px;
  display: block;
}
#About.Service .linkWrapper a:hover {
  color: #005099;
  /* text-decoration: underline;*/
}
#About.Service .linkWrapper a:nth-child(even) {
  background: #f5f5f5;
}
#About.Service .tablePrompt {
  display: none;
  color: #119be4;
  font-size: 14px;
  margin: 0px 0 20px 0;
}
.max-xs-size #About.Service .tablePrompt {
  display: block;
}
#About.Service .RevenueTable {
  font-size: 14px;
  text-align: center;
  min-width: 480px;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#About.Service .RevenueTable .bgGray {
  background: #eaeaea;
}
#About.Service .RevenueTable td {
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
#About.Service .RevenueTable .totleTitl {
  width: 78%;
}
#About.Service .RevenueTable .title {
  width: 26%;
}
#About.Service .addWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  margin: 30px 0;
}
#About.Service .addWrapper .googleMapBox {
  width: 55%;
  float: left;
}
#About.Service .addWrapper .addBox {
  width: 45%;
  float: left;
  padding: 0 20px;
}
#About.Service .addWrapper .addBox h5 {
  margin: 0 0 15px 0;
}
#About.Service .addWrapper .addBox p {
  font-size: 14px;
}
.max-sm-size #About.Service .addWrapper .googleMapBox,
.max-sm-size #About.Service .addWrapper .addBox {
  width: 100%;
  margin-top: 15px;
}
#About.Service .StakeholderHtml {
  background: #f1f1f1;
  padding: 15px 25px;
  margin: 30px 0;
  min-height: auto;
}
#About.Service .StakeholderHtml p {
  font-size: 14px;
  line-height: 22px;
}
#About.Service .StakeholderHtml a {
  color: #969696;
  text-decoration: underline;
}
#About.Service .StakeholderHtml a:hover {
  color: #d5d2d2;
}
#About.Service .contactTable {
  width: 100%;
  font-size: 14px;
  color: #333333;
  margin: 10px 0;
  border-bottom: 1px solid #e0e0e0;
}
#About.Service .contactTable td {
  padding: 17px 0;
}
#About.Service .contactTable .imgBox {
  width: 120px;
}
.max-sm-size #About.Service .contactTable td {
  width: 100%;
  padding: 10px 0;
  display: block;
}
#About.Corporate .linkWrapper {
  margin: 0 0 40px 0;
}
#About.Corporate .linkWrapper a {
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  padding: 9px 20px;
  display: block;
}
#About.Corporate .linkWrapper a:before {
  content: "";
  width: 5px;
  height: 5px;
  line-height: 5px;
  background: #a7a7a7;
  border-radius: 99em;
  display: block;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 13px;
  margin-right: 15px;
}
#About.Corporate .linkWrapper a:hover {
  color: #005099;
  /*.text-decoration: underline;*/
}
#About.Corporate .linkWrapper a:nth-child(even) {
  background: #f5f5f5;
}
/* ==============================================================
   [ #Support ]
 ================================================================*/
#Support.support .bannerWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
}
#Support.support .bannerWrapper h2,
#Support.support .bannerWrapper p {
  position: absolute;
  width: 100%;
  text-align: center;
}
#Support.support .bannerWrapper h2 {
  font-size: 55px;
  color: #333333;
  font-weight: normal;
  letter-spacing: 1px;
  top: 55px;
  margin: 0;
}
.max-lg-size #Support.support .bannerWrapper h2 {
  font-size: 40px;
}
.max-md-size #Support.support .bannerWrapper h2 {
  font-size: 30px;
  top: 25px;
}
#Support.support .bannerWrapper p {
  font-size: 15px;
  color: #868686;
  top: 100px;
}
.max-sm-size #Support.support .bannerWrapper p {
  display: none;
}
#Support.support .bannerWrapper img {
  width: 100%;
  height: auto;
}
#Support.support .linkWrapper {
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  width:100%;
}

.max-sm-size #Support.support .linkWrapper {
	padding-top: 20px;
}
#Support.support .linkWrapper .box {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  padding: 25px;
  position: relative;
}
#Support.support .linkWrapper .box .imgBox {
  width: 80px;
  height: 90px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto 10px auto;
  transition: width 0.2s ease-out;
}
#Support.support .linkWrapper .box .imgBox img {
  width: 100%;
  height: auto;
}
#Support.support .linkWrapper .box:last-child .imgBox {
  width: 110px;
}
#Support.support .linkWrapper .box h5 {
  color: #333333;
  font-size: 19px;
  font-weight: bold;
  margin: 15px 0;
  transition: color 0.2s ease-out;
}
#Support.support .linkWrapper .box p {
  font-size: 13px;
  line-height: 20px;
}
#Support.support .linkWrapper .box + .box:before {
  content: "";
  width: 1px;
  height: 80%;
  display: block;
  background: #dbdbdb;
  position: absolute;
  top: 10%;
  left: 0;
}

.max-sm-size #Support.support .linkWrapper .box + .box:before {
	opacity: 0;
}


#Support.support .linkWrapper .box:hover h5,
#Support.support .linkWrapper .box:focus h5 {
  color: #005099;
}
.max-sm-size #Support.support .linkWrapper .box {
  width: 50%;
  padding: 10px;
}
#Support.support .evenrtWrapper .box {
  display: block;
  width: 33.3%;
  height: 260px;
  float: left;
  overflow: hidden;
  position: relative;
  background: #fff;
}
#Support.support .evenrtWrapper .box img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
#Support.support .evenrtWrapper .box h5 {
  font-size: 19px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  text-align: left;
  margin: 0;
}
#Support.support .evenrtWrapper .box:hover h5,
#Support.support .evenrtWrapper .box:focus h5 {
  color: #005099;
}
#Support.support .evenrtWrapper .box:hover img,
#Support.support .evenrtWrapper .box:focus img {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}
.max-lg-size #Support.support .evenrtWrapper .box {
  height: auto;
  font-size: 16px;
}
.max-xs-size #Support.support .evenrtWrapper .box {
  width: 100%;
  max-height: 260px;
}
#Support.tools .toolsBox {
  width: calc(50%);
  height: 380px;
  padding: 0 25px;
  float: left;
}
.max-sm-size #Support.tools .toolsBox {
  width: 100%;
  height: auto;
  padding-top: 25px;
  border-top: 1px solid #d4d4d6;
}
#Support.tools .toolsBox h3 {
  font-size: 27px;
  margin: 0 0 10px 0;
}
.max-sm-size #Support.tools .toolsBox h3 {
  font-size: 20px;
}
#Support.tools .toolsBox p {
  height: 44px;
  overflow: hidden;
}
.max-sm-size #Support.tools .toolsBox p {
  height: auto;
}
#Support.tools .toolsBox h3,
#Support.tools .toolsBox p {
  width: 90%;
  float: left;
}
#Support.tools .toolsBox .imgBox {
  width: 140px;
  height: 170px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
#Support.tools .toolsBox .imgBox img {
  width: 100%;
  height: auto;
}
.max-sm-size #Support.tools .toolsBox .imgBox {
  width: 100px;
  height: 120px;
  margin: 20px auto;
}
#Support.tools .toolsBox .btn {
  width: 140px;
}
#Support.tools .toolsBox:last-child h3,
#Support.tools .toolsBox:last-child p {
  float: right;
}
#Support.tools .toolsBox + .toolsBox:after {
  content: "";
  width: 1px;
  height: 380px;
  display: block;
  position: absolute;
  background: #dbdbdb;
  top: 0px;
  margin-left: -25px;
}
.max-sm-size #Support.tools .toolsBox + .toolsBox:after {
  display: none;
}
/* ==============================================================
   [ #News ]
 ================================================================*/
#News .newsWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 0 25px;
}
.max-sm-size #News .newsWrapper {
  padding: 0 0px;
}
#News .toggleBtn {
  position: relative;
  float: right;
  border: 1px solid #bababa;
}
#News .toggleBtn a.btn {
  color: #737373;
  background: #fff;
  font-size: 15px;
  text-align: center;
  transition: all 0.2s ease-out;
  border-radius: 0;
  padding: 5px 12px;
  margin: 0;
  display: block;
  float: left;
}
.max-sm-size #News .toggleBtn a.btn {
  padding: 8px 12px;
}
#News .toggleBtn a.btn .icon {
  margin: 0 4px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#News .toggleBtn a.btn:hover,
#News .toggleBtn a.btn:focus,
#News .toggleBtn a.btn.active {
  color: #fff;
  background: #005099;
  transition: all 0.2s ease-out;
}
.max-sm-size #News .toggleBtn {
  width: 85%;
  float: none;
  margin: 0 auto;
}
.max-sm-size #News .toggleBtn a.btn {
  width: 50%;
}
#News.list #TradeShowTable_wrapper .dataTables_length {
  color: #262525;
  margin-bottom: 10px;
}
#News.list #TradeShowTable_wrapper .dataTables_length select {
  margin: 0 5px;
}
#News.list #TradeShowTable_wrapper tfoot {
  display: none;
}
#News.list #TradeShowTable_wrapper .dataTables_paginate {
  margin-top: 10px;
}
#News.list #TradeShowTable_wrapper .dataTables_paginate .paginate_button {
  padding: 2px 10px;
}
#News.list #TradeShowTable_wrapper .dataTables_paginate .paginate_button:hover {
  background: #005099;
  color: #fff !important;
}
#News.list #TradeShowTable_wrapper .dataTables_paginate .paginate_button.disabled {
  background: #fff;
  color: #666 !important;
}
.max-sm-size #News.list #TradeShowTable_wrapper {
  width: 100%;
  overflow-x: auto;
  padding: 25px 20px;
  box-sizing: border-box;
}
#News.list #TradeShowTable {
  min-width: 600px;
  border-bottom: 1px solid #e6e6e6;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}
#News.list #TradeShowTable .sorting_asc,
#News.list #TradeShowTable .sorting {
  background-position: 96% 65%;
}
#News.list #TradeShowTable th,
#News.list #TradeShowTable td {
  padding: 10px 20px;
  box-sizing: border-box;
}
.max-sm-size #News.list #TradeShowTable th,
.max-sm-size #News.list #TradeShowTable td {
  padding: 7px 10px;
}
#News.list #TradeShowTable th {
  background-color: #005099;
  color: #fff;
  border-bottom: 0;
  border-right: 1px solid #fff;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  font-size: 15px;
}
#News.list #TradeShowTable th.date {
  width: 200px !important;
}
.max-sm-size #News.list #TradeShowTable th.date {
  width: 100px !important;
}
#News.list #TradeShowTable th.trade {
  width: 360px  !important;
}
.max-sm-size #News.list #TradeShowTable th.trade {
  width: 220px !important;
}
#News.list #TradeShowTable th.location {
  width: 190px  !important;
}
.max-sm-size #News.list #TradeShowTable th.location {
  width: 120px !important;
}
#News.list #TradeShowTable th.at,
#News.list #TradeShowTable th.contact {
  pointer-events: none;
  background-image: none;
}
#News.list #TradeShowTable th.at {
  width: 120px  !important;
}
.max-sm-size #News.list #TradeShowTable th.at {
  width: 70px !important;
}
#News.list #TradeShowTable td {
  font-size: 14px;
  vertical-align: middle;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top: 0px;
  border-left: 0px;
}
#News.list #TradeShowTable td.name a {
  color: #005099;
  line-height: 35px;
}
#News.list #TradeShowTable td.contact {
  border-right: 0;
}
#News.list #TradeShowTable td.contact .icon {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
#News.list #TradeShowTable td.name,
#News.list #TradeShowTable td.contact {
  transition: all 0.2s ease-out;
}
#News.list #TradeShowTable td.name:hover,
#News.list #TradeShowTable td.contact:hover,
#News.list #TradeShowTable td.name:focus,
#News.list #TradeShowTable td.contact:focus {
  background: #119be4;
  transition: all 0.2s ease-out;
}
#News.list #TradeShowTable td.name:hover a,
#News.list #TradeShowTable td.contact:hover a,
#News.list #TradeShowTable td.name:focus a,
#News.list #TradeShowTable td.contact:focus a {
  color: #fff;
  transition: color 0.2s ease-out;
}
#News.list #TradeShowTable td a {
  display: block;
  transition: color 0.2s ease-out;
}
#News.list #TradeShowTable .imgBox {
  width: 50px;
  float: left;
  margin: 0 10px 0 0;
}
#News.list #TradeShowTable .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}
#News.calendar #calendar {
  margin: 25px 0;
}
#News.calendar #calendar .fc-header-title {
  float: left;
  position: relative;
  left: 26%;
}
.max-sm-size #News.calendar #calendar .fc-header-title {
  float: right;
  left: 0;
}
#News.calendar #calendar h2 {
  color: #444;
}
#News.calendar #calendar th {
  padding: 10px 15px;
  color: #737373;
}
#News.calendar #calendar .fc-today {
  background: #B8CCDE;
}
#News.calendar #calendar .fc-event {
  border: 0px;
  background-color: #005099 !important;
  color: #fff !important;
  font-size: 13px;
  padding: 4px 5px;
  margin: 3px 0;
  transition: background 0.2s ease-out;
}
#News.calendar #calendar .fc-event:hover {
  background-color: #119be4 !important;
  transition: background 0.2s ease-out;
}
#News.calendar #calendar .fc-content-skeleton table {
  min-height: 85px;
}
#News.calendar #calendar .fc-header-right {
  display: none;
}
/* ==============================================================
   [ #Download ]
 ================================================================*/
.sideBar {
  width: 320px;
  background: #005099;
  color: #fff;
  padding: 20px 0 30px 0;
}
.min-lg-size .sideBar {
  height: auto;
  min-height: 650px;
  display: block;
  position: relative;
  float: left;
}
.max-lg-size .sideBar {
  overflow-y: scroll;
}
.sideBar .SearchForm {
  margin: 0 25px 20px 25px;
}
.sideBar .SearchForm .form-control {
  border-radius: 3px;
}
.sideBar .SearchForm button {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #9d9d9d;
}
.max-sm-size .sideBar .SearchForm button {
  top: 12px;
}

.sideBar .special-flexselect {
  color: #111;
}

.flexselect_dropdown li{
  padding: 4px 7px;
}

.flexselect_dropdown {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.min-lg-size  .flexselect_dropdown {
  /*display: block !important;*/
  top: 374px;
  width: 270px;
}

.max-lg-size .flexselect_dropdown {
  /*display: block !important;*/
  top: 57px !important;
  z-index: 999999999 !important;
  width: 250px;
}

.min-sm-size #Download .wp {
  margin: 0 auto !important;
}

.min-sm-size #Download .main.inner {
  padding: 20px 30px 0 30px;
}
#Download .tableWrapper {
  padding-bottom: 20px;
}

.max-sm-size #Download .tableWrapper {
  position: relative;
}

#Download .ContentWrapper {
  width: 1180px;
  margin: 45px -30px 0 -30px;
}
.max-lg-size #Download .ContentWrapper {
  width: 100%;
}
.max-lg-size #Download .ContentWrapper {
  margin: 30px 0 0 0;
}
#Download .content {
  width: 860px;
  padding: 0px 30px 0px 30px;
  float: right;
  position: relative;
}
.max-lg-size #Download .content {
  width: 100%;
}
.max-sm-size #Download .content {
  padding: 25px 20px;
}
#Download h3 {
  color: #005099;
  font-size: 27px;
  margin: 35px 0 60px 0;
}
.max-sm-size #Download h3 {
  margin: 5px 0 25px 0;
}
#Download .toolBar a.arrow {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #005099;
  border-radius: 99em;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin-top: 7px;
  display: inline-block;
}
#Download .toolBar a.arrow.left {
  margin-right: 10px;
}
#Download .toolBar a.arrow.right {
  margin-left: 10px;
}
#Download .toolBar a.arrow:hover,
#Download .toolBar a.arrow:focus {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: #119be4;
  border-radius: 99em;
  display: block;
  text-align: center;
  display: inline-block;
}
.max-sm-size #Download .toolBar a.arrow:before {
  position: relative;
  top: 1px;
}
#Download .toolBar input,
#Download .toolBar select {
  height: auto;
  padding: 5px 13px;
  display: inline-block;
}
#Download .toolBar input {
  width: 55px;
}
#Download .toolBar select {
  width: 80px;
}

#Download .typeSelect {
  position: absolute;
  left: 50%;
  z-index: 99;
}

.min-sm-size #Download .typeSelect {
  margin-left: -205px;
  font-family: sans-serif , arial;
}

.max-sm-size #Download .typeSelect {
    left: 0;
    margin-left: 0px;
    width: 100%;
    padding: 5px 10px;
    position: relative;
}

#Download .dataTables_length select {
  margin: 0 5px;
}

#Download .dataTables_paginate {
  position: relative;
  top: -4px;
}

.max-sm-size .dataTables_wrapper {

}

.max-sm-size #Download .dataTables_paginate {
	margin-top: 20px;
}

.max-sm-size .dataTables_wrapper .dataTables_paginate .paginate_button {
	margin: 0 15px;
	font-size: 14px;
}

.max-sm-size .dataTables_wrapper .dataTables_length {
	margin: 15px 0 0 0;
}


#Download .downloadTable {
  border: 1px solid #929292;
  margin: 25px 0;
  min-width: 500px;
}
#Download .downloadTable th {
  height: 40px;
  border-bottom: 1px solid #bebebe;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+16,d9d9d9+62,d9d9d9+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 16%, #d9d9d9 62%, #d9d9d9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 16%, #d9d9d9 62%, #d9d9d9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 16%, #d9d9d9 62%, #d9d9d9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0);
  /* IE6-9 */
}
#Download .downloadTable th,
#Download .downloadTable td {
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  border-right: 1px solid #bebebe;
  padding: 1px 15px;
}
#Download .downloadTable th.preview,
#Download .downloadTable td.preview,
#Download .downloadTable th.preview,
#Download .downloadTable td.preview {
  /*border-right: 0;*/
}
#Download .downloadTable th.titleText,
#Download .downloadTable td.titleText {
  text-align: left;
}
#Download .downloadTable td {
  padding: 5px 15px;
  transition: background 0.2s ease-out;
}

#Download .downloadTable tr td:nth-child(2) {
  text-align: left;
}

#Download .downloadTable td .icon {
  position: relative;
}
#Download .downloadTable tr {
  transition: background 0.2s ease-out;
}
#Download .downloadTable tr:hover {
  background: #dcedf5;
  transition: background 0.2s ease-out;
}
#Download .downloadTable .imgBox {
  width: 32px;
  margin: 0 auto;
}
#Download .downloadTable .imgBox img {
  width: 100%;
  height: auto;
}
#Download .downloadTable .icon-download {
  font-size: 21px;
  color: #5F5F5F;
}
#Download #inlineBox {
  width: 500px;
  height: auto;
  padding: 15px 25px 10px 25px;
  text-align: center;
}
#Download #inlineBox p {
  margin: 20px 0;
}
#Download #inlineBox textarea {
  padding: 5px 5px;
  height: 33px;
  overflow: hidden;
}
.max-sm-size #Download #inlineBox {
  width: 100%;
  padding: 15px 15px 10px 15px;
}
.max-sm-size #Download #inlineBox p {
  margin: 0 0 15px 0;
}

.max-sm-size #Download #inlineBox .btnGroup {
  margin: 15px auto 0 auto !important;
}

.max-sm-size #Download #inlineBox .form-control {
  float: none;
  margin: 5px auto;
}


.max-sm-size #Download #inlineBox textarea {
  height: 70px;
}
#Download .sbToggle {
  width: 150px;
  height: auto;
  color: #fff;
  text-align: center;
  background: #119be4;
  position: fixed;
  right: 0;
  top: 130px;
  padding: 7px 0;
  z-index: 999;
  transition: background 0.2s ease-out;
}
.min-lg-size #Download .sbToggle {
	display:none;
}
#Download .sbToggle:hover,
#Download .sbToggle:focus {
  background: #1D7BAD;
  transition: background 0.2s ease-out;
  box-shadow: 0px 1px 5px #111;
}
#Download #cssmenu label {
  line-height: 20px;
}
.max-sm-size #Download #cssmenu label {
  line-height: 26px;
}
#Download #cssmenu .title {
  border-top: 1px solid #36649f;
  border-bottom: 1px solid #36649f;
}
#Download #cssmenu input[type="checkbox"] {
  width: 11px;
  margin: 3px 5px;
  vertical-align: top;
}
.max-sm-size #Download #cssmenu input[type="checkbox"] {
  width: 15px;
}
/*#Download #cssmenu ul li.has-sub a:after {
  top: 16px;
}
#Download #cssmenu ul li.has-sub a:before {
  top: 20px;
}*/
#Download #cssmenu ul ul li.open a:before {
  /*transform: rotate(0deg);
  transition: all 0.2s ease-out;*/
}
/*#Download #cssmenu ul ul li.open ul li a:before {
  transform: rotate(-90deg);
}
#Download #cssmenu ul ul li.open ul li.open a:before {
  transform: rotate(0deg);
}*/
#Download #cssmenu ul ul a {
  color: #fff;
  display: inline-block;
}
#Download #cssmenu ul ul a:before {

      right: 0px;
    top: 8px;
  /*content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  border-width: 8.7px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 0px;
  top: 5px !important;
  cursor: pointer;
  background: transparent;
  transform: rotate(-90deg);
  transition: all 0.2s ease-out;*/
}
#Download #cssmenu ul ul a:after {
  right: 4px;
    top: 4px;
}
#Download #cssmenu ul ul label {
  width:260px;
}
.max-lg-size #Download #cssmenu ul ul label {
  width: 240px;
  padding-right: 10px;
}
#Download #cssmenu ul ul ul label {
  width: 240px;
}
.max-lg-size #Download #cssmenu ul ul ul label {
  width: 220px;
}
#Download #cssmenu ul ul ul ul label {
  width: 120px;
}

#Download.faq .content {
  padding: 0;
}
#Download.faq #faqMenu {
  border-top: 1px solid #36649f;
  padding: 15px 0;
}
#Download.faq #faqMenu li {
  width: 100%;
}
#Download.faq #faqMenu li a {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  padding: 4px 20px;
  text-align: left;
  display: inline-block;
  transition: background 0.2s ease-out;
}
#Download.faq #faqMenu li:hover,
#Download.faq #faqMenu li:focus,
#Download.faq #faqMenu li.active {
  background: #119be4;
  transition: background 0.2s ease-out;
}
#Download.faq #faqList {
  list-style-type: disc;
}
#Download.faq #faqList li {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
#Download.faq #faqList li:before {
  content: "";
  width: 4px;
  height: 4px;
  line-height: 4px;
  background: #a7a7a7;
  border-radius: 99em;
  display: block;
  text-align: center;
  position: relative;
  float: left;
  margin: 22px 15px 15px 15px;
}
#Download.faq #faqList li:first-child {
  border-top: 0px;
}
#Download.faq #faqList li a {
  display: block;
  color: #333333;
  font-size: 14px;
  padding: 12px 15px;
}
/* ==============================================================
   [ #inlineBox ]
 ================================================================*/
#inlineBox {
  width: 540px;
  height: 170px;
  text-align: center;
  padding: 35px 0 0 0;
}
#inlineBox02 {
  width: 540px;
  height: 340px;
  text-align: left;
  padding: 35px 0 0 0;
  overflow: hidden;
}
#inlineBox02 p {
  font-size: 14px;
  width: 90%;
  margin: 15px auto 25px auto;
}
#inlineBox02 form {
  padding: 0 30px;
}
#inlineBox02 form .Verity input {
  width: 130px;
}
#inlineBox02 form .textLine {
  cursor: pointer;
}
.max-sm-size #inlineBox02 {
  width: 100%;
  height: 340px;
  padding: 20px;
}
.max-sm-size #inlineBox02 p {
  width: 100%;
  margin: 0 0 15px 0;
}
.max-sm-size #inlineBox02 form {
  padding: 0;
}
.max-sm-size #inlineBox02 form .Verity input {
  width: 90px;
}
#inlineBox02 .ConcelOrder p {
  margin-top: 15px;
  margin-bottom: 0;
}
/* ==============================================================
   [ #Warranty ]
 ================================================================*/
#Warranty .warrantyTable {
  min-width: 500px;
  color: #005099;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#Warranty .warrantyTable th {
  background: #ddeaf3;
  text-align: center;
  font-weight: normal;
}
#Warranty .warrantyTable .type {
  background: #e6f1f8;
  text-align: center;
}
#Warranty .warrantyTable th,
#Warranty .warrantyTable td {
  padding: 8px 15px;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
#Warranty .warrantyTable td {
  text-align: left;
}
#Warranty .warrantyTable .warranty,
#Warranty .warrantyTable .remark,
#Warranty .warrantyTable .mainClass,
#Warranty .warrantyTable .subClass {
  width: 25%;
}
.max-sm-size #Warranty .warrantyTable .remark {
  width: 50px;
}
#Warranty .warrantyTable .Category,
#Warranty .warrantyTable .mainClass02 {
  width: 50%;
}
.max-sm-size #Warranty .warrantyTable .Category,
.max-sm-size #Warranty .warrantyTable .mainClass02 {
  width: 60%;
}
/* ==============================================================
   [ #Contact ]
 ================================================================*/
#Contact.contact .bannerWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  height: 480px;
}
.max-sm-size #Contact.contact .bannerWrapper {
  height: 300px;
}
#Contact.contact .bannerWrapper .linkWrapper {
  float: right;
  width: 40%;
  margin: 30px 40px;
  color: #333333;
  text-align: left;
  z-index: 99;
  position: relative;
}
.max-sm-size #Contact.contact .bannerWrapper .linkWrapper {
  width: 80%;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 10%;
}
#Contact.contact .bannerWrapper h2 {
  font-size: 55px;
  font-family: arial;
  font-weight: normal;
  margin: 26px 0;
  text-shadow: 0px 0px 3px #EFEBEB;
}



.min-md-size #Contact.contact .bannerWrapper h2 {
  font-size: 32px;
  line-height: 32px;
}


.max-lg-size #Contact.contact #pt .bannerWrapper h2 {
  font-size: 40px;
  line-height: 38px;
}
.max-md-size #Contact.contact .bannerWrapper h2 {
  font-size: 30px;
  text-align: center;
}
#Contact.contact .bannerWrapper p {
  font-size: 15px;
}
.max-sm-size #Contact.contact .bannerWrapper p {
  display: none;
}
.max-sm-size #Contact.contact .topicsBox {
  background: #fff;
}
#Contact.contact .topicsBox h3 {
  color: #005099;
  font-size: 19px;
  padding: 35px 0 10px 0;
  margin: 0;
}
.max-sm-size #Contact.contact .topicsBox h3 {
  padding: 30px 25px 10px 25px;
}
.max-lg-size #Contact.contact .topicsBox ul {
  background: rgba(255, 255, 255, 0.2);
}
#Contact.contact .topicsBox ul li {
  width: 100%;
  border-bottom: 1px solid #dadada;
}
#Contact.contact .topicsBox ul li a {
  width: 100%;
  padding: 12px 25px;
  font-size: 16px;
  display: inline-block;
  background: transparent;
  transition: background 0.2s ease-out;
}
#Contact.contact .topicsBox ul li a:hover,
#Contact.contact .topicsBox ul li a:focus {
  background: rgba(248, 248, 249, 0.7);
  transition: background 0.2s ease-out;
}
#Contact.contact .topicsBox ul li a:after {
  content: "\e622";
  font-family: 'icomoon';
  font-size: 12px;
  float: right;
}
#Contact.contact .topicsBox ul li:last-child {
  border-bottom: 0px;
}
#Contact.contact .linkWrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}
#Contact.contact .linkWrapper .box {
  display: inline-block;
  text-align: center;
  width: 388.6px;
  padding: 0 0px 10px 0;
  float: left;
  position: relative;
}
.max-lg-size #Contact.contact .linkWrapper .box {
  width: 100%;
  margin-bottom: 6px;
}
#Contact.contact .linkWrapper .box .imgBox {
  width: 60px;
  height: 90px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin: 25px auto 10px auto;
}
#Contact.contact .linkWrapper .box .imgBox img {
  width: 100%;
  height: auto;
}
#Contact.contact .linkWrapper .box h3,
#Contact.contact .linkWrapper .box p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  text-align: center;
}
#Contact.contact .linkWrapper .box h3 {
  color: #333333;
  font-size: 19px;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: color 0.3s ease-out;
}
#Contact.contact .linkWrapper .box p {
  font-size: 13px;
  line-height: 20px;
  color: #ababab;
  height: 45px;
  overflow: hidden;
}
.min-sm-size #Contact.contact .linkWrapper .box:nth-child(2) {
  margin-left: 7px;
  margin-right: 7px;
}
#Contact.contact .linkWrapper .box .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e4e4e4+0,f1f1f1+35,f1f1f1+50,f1f1f1+65,e4e4e4+100 */
  background: #e4e4e4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e4e4e4 0%, #f1f1f1 35%, #f1f1f1 50%, #f1f1f1 65%, #e4e4e4 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e4e4e4 0%, #f1f1f1 35%, #f1f1f1 50%, #f1f1f1 65%, #e4e4e4 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e4e4e4 0%, #f1f1f1 35%, #f1f1f1 50%, #f1f1f1 65%, #e4e4e4 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4', endColorstr='#e4e4e4', GradientType=0);
  /* IE6-9 */
}
#Contact.contact .linkWrapper .box:hover .cover,
#Contact.contact .linkWrapper .box:focus .cover {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
#Contact.contact .linkWrapper .box:hover h3,
#Contact.contact .linkWrapper .box:focus h3 {
  color: #005099;
  transition: color 0.3s ease-out;
}
#Contact.phone .box {
  width: calc(33.33333333%);
  display: inline-block;
  padding: 30px 5px 0 5px;
  float: left;
  word-break: break-all;
}
.max-md-size #Contact.phone .box {
  padding: 30px 10px 0 10px;
}
.max-sm-size #Contact.phone .box {
  width: calc(100%);
  padding: 20px 10px 0 10px;
}
#Contact.phone .box h3 {
  font-size: 16px;
  color: #005099;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0;
}
.max-md-size #Contact.phone .box h3 {
  font-size: 17px;
}
#Contact.phone .box h3:before {
  content: "\e603";
  font-family: 'icomoon';
  font-size: 21px;
  position: relative;
  float: left;
  margin: 5px;
  text-indent: -5px;
  top: -6px;
}
.max-md-size #Contact.phone .box h3:before {
  text-indent: -13px;
}
#Contact.phone .box .html {
  min-height: auto;
}
#Contact.phone .wrapper .row {
  border-top: 1px solid #dddddd;
  margin: 30px 25px;
}
.max-sm-size #Contact.phone .wrapper .row {
  border-top: 0;
  margin: 0 10px;
}
.max-sm-size #Contact.phone .wrapper .row:first-child {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
/* ==============================================================
   [ #Solutions ]
 ================================================================*/
#Solutions .main {
  background-color: #eee;
}
#Solutions .bgCover {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center top;
  transition: all 0.7s;
}
#Solutions .bgCover.bgbody {
  background-image: url(../images/solutions/solutions_banner01.jpg);
  z-index: 1;
}
#Solutions .bgCover.bgbody.has {
  background-position: center top;
  transition: all 0.7s;
}
#Solutions .bgCover.bg {
  background-image: url(../images/solutions/solutions_banner02.jpg);
  z-index: 1;
  opacity: 0;
}
#Solutions .bgCover.bg.has {
  opacity: 1;
  background-position: center top;
  transition: all 0.7s;
}
#Solutions h2 {
  margin: 100px 0 80px 0;
  width: 100%;
  text-align: center;
  font-size: 60px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.max-sm-size #Solutions h2 {
  font-size: 27px;
  line-height: 35px;
  margin: 50px 0 20px 0;
}
#Solutions .ListWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  min-height: 700px;
  z-index: 3;
}
#Solutions .og-grid {
  width: 100%;
  min-height: 200px;
  padding: 10px 0 20px 0;
  margin: 0 auto ;
}
.max-sm-size #Solutions .og-grid {
  padding: 20px 0;
  margin: 0 auto 30px auto;
  width: 100%;
  min-height: 300px;
}
#Solutions .og-grid li {
  width: 49%;
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: top;
  overflow: hidden;
  padding: 20px 10px 15px 10px;
}
#Solutions .og-grid li:nth-child(even) {
  text-align: left;
}
#Solutions .og-grid li:nth-child(odd) {
  text-align: right;
}
.max-sm-size #Solutions .og-grid li {
  width: 100%;
}
.max-sm-size #Solutions .og-grid li:nth-child(even),
.max-sm-size #Solutions .og-grid li:nth-child(odd) {
  text-align: center;
}
#Solutions .og-grid li a {
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}
.min-md-size #Solutions .og-grid li a {
  height: 260px;
}
#Solutions .og-grid li a .pic {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#Solutions .og-grid li a .pic img {
  transform: translate(0, 0);
  transition: all 0.3s ease-out;
  display: inline-block;
}
#Solutions .og-grid li a h3 {
  background-color: rgba(0, 80, 153, 0.8);
  font-size: 19px;
  font-weight: normal;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.max-sm-size #Solutions .og-grid li a h3 {
  font-size: 16px;
  line-height: 25px;
}
#Solutions .og-grid li a:hover .pic img,
#Solutions .og-grid li a:focus .pic img {
  transform: translate(0px, -10px);
  transition: all 0.3s ease-out;
}
.max-sm-size #Solutions .og-grid li a:hover .pic img,
.max-sm-size #Solutions .og-grid li a:focus .pic img {
  transform: translate(0px, 0px);
}
#Solutions .og-grid li .og-expander {
  position: absolute;
  background: #fff;
  top: auto;
  left: 0;
  width: 100%;
  text-align: left;
  overflow: hidden;
  display: none;
  opacity: 0;
  transition: height 350ms ease;
  -webkit-transition: height 350ms ease;
  z-index: 99;
  transition: all 0.2s ease-out;
}
#Solutions .og-grid li .og-expander .og-expander-inner {
  padding: 35px 50px;
  height: 100%;
}
.max-lg-size #Solutions .og-grid li .og-expander .og-expander-inner {
  padding: 30px 30px;
}
.max-sm-size #Solutions .og-grid li .og-expander .og-expander-inner {
  padding: 10px 20px;
}
#Solutions .og-grid li .og-expander .og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  transform: rotate(0deg);
  z-index: 99;
  transition: all 0.2s ease-out;
}
#Solutions .og-grid li .og-expander .og-close:before,
#Solutions .og-grid li .og-expander .og-close:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
}
.max-sm-size #Solutions .og-grid li .og-expander .og-close {
  width: 25px;
  height: 25px;
  top: 15px;
  right: 15px;
}
.max-sm-size #Solutions .og-grid li .og-expander .og-close:before,
.max-sm-size #Solutions .og-grid li .og-expander .og-close:after {
  width: 80%;
}
#Solutions .og-grid li .og-expander .og-close:after {
  transform: rotate(-45deg);
}
#Solutions .og-grid li .og-expander .og-close:before {
  transform: rotate(45deg);
}
#Solutions .og-grid li .og-expander .og-close:hover {
  transform: rotate(180deg);
  transition: all 0.25s ease-out;
}
#Solutions .og-grid li .og-expander .list .og-fullimg {
  margin-right: 30px;
  float: left;
  max-width: 50%;
  position: relative;
}
.max-lg-size #Solutions .og-grid li .og-expander .list .og-fullimg {
  max-width: 48%;
  margin-right: 2%;
}
.max-sm-size #Solutions .og-grid li .og-expander .list .og-fullimg {
  max-width: 100%;
  display: none;
}
#Solutions .og-grid li .og-expander .list .og-details {
  width: 49%;
  float: left;
}
.max-lg-size #Solutions .og-grid li .og-expander .list .og-details {
  max-width: 48%;
  margin-left: 2%;
  min-height: initial;
}
.max-sm-size #Solutions .og-grid li .og-expander .list .og-details {
  width: 100%;
  max-width: 100%;
}
#Solutions .og-grid li .og-expander .list .og-details h5 {
  font-size: 19px;
  text-align: left;
  margin: 25px 0;
}
.max-sm-size #Solutions .og-grid li .og-expander .list .og-details h5 {
  display: none;
}
#Solutions .og-grid li.actived .og-expander {
  left: 0;
  /*display:block;*/
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
/* ==============================================================
   [ #Pro ]
 ================================================================*/
#Pro.list .bannerWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  height: 350px;
}
.max-sm-size #Pro.list .bannerWrapper {
  height: 250px;
}
#Pro.list .proSelect {
  width: 555px;
  float: right;
  margin: 100px 25px 0 0;
  position: relative;
  z-index: 9;
}
.max-md-size #Pro.list .proSelect {
  background: rgba(255, 255, 255, 0.5);
  padding: 0px 0 15px 25px;
}
.max-sm-size #Pro.list .proSelect {
  width: 100%;
  margin: 10px 0;
  padding: 10px 25px 15px 25px;
  background: #F4F4F4;
}
#Pro.list .proSelect h2,
#Pro.list .proSelect .titleh2 {
  font-size: 43px;
  color: #005099;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-weight: normal;
  margin-bottom: 15px;
}
#Pro.list .proSelect h2 span,
#Pro.list .proSelect .titleh2 span {
  color: #a2a2a2;
  font-size: 19px;
  float: right;
  position: relative;
  top: 10px;
}
.max-sm-size #Pro.list .proSelect h2 span,
.max-sm-size #Pro.list .proSelect .titleh2 span {
  display: none;
}
.max-sm-size #Pro.list .proSelect h2,
.max-sm-size #Pro.list .proSelect .titleh2 {
  font-size: 27px;
  margin: 0 0px 20px 0;
  text-align: center;
}
#Pro.list .proSelect select {
  float: left;
  margin-right: 15px;
}
.max-sm-size #Pro.list .proSelect select {
  margin-bottom: 10px;
}
#Pro.list .proSelect select.w45 {
  width: 45%;
}
.max-sm-size #Pro.list .proSelect select.w45 {
  width: 100%;
}
#Pro.list .proSelect select.w30 {
  width: 29%;
}
.max-sm-size #Pro.list .proSelect select.w30 {
  width: 100%;
}
#Pro.list .linkWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  padding: 20px 25px 10px 25px;
  margin-top: 5px;
  min-height: 100px;
}
.max-sm-size #Pro.list .linkWrapper {
  padding: 20px 15px 10px 15px;
  min-height: 50px;
}
#Pro.list .linkWrapper .typeBox {
  display: block;
  clear: both;
  float: none;
  left: -25px;
  position: relative;
}
.max-sm-size #Pro.list .linkWrapper .typeBox {
  left: -15px;
}
#Pro.list .linkWrapper .typeBox .typeName {
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: normal;
  background: #005099;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 230px;
  height: auto;
  line-height: 32px;
  display: inline-block;
  position: relative;
  margin: 0 0 25px 0;
  z-index: 99;
}
#Pro.list .linkWrapper .typeBox .typeName:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 15px 15px;
  border-color: transparent transparent transparent #005099;
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
}
#Pro.list .linkWrapper .box {
  width: 32.5%;
  /*height: 300px;*/
  /*float: left;*/
  display: inline-block;
  padding: 22px 15px;
  vertical-align: top;
}

.min-lg-size #Pro.list .linkWrapper .box {
  min-height: 300px;
}

.max-sm-size #Pro.list .linkWrapper .box {
  width: 100%;
  height: auto;
}
.max-sm-size #Pro.list .linkWrapper .box:nth-child(even):after {
  content: "";
  display: block;
  clear: both;
}
#Pro.list .linkWrapper .box .imgBox,
#Pro.list .linkWrapper .box .textBox {
  width: 100%;
  display: inline-block;
  position: relative;
}

#Pro.list .linkWrapper .box .imgBox {
  max-width: 190px;
  height: auto;
  padding: 0px ;
  overflow: hidden;
  margin: 0 auto;
  display: block;
}

#Pro.list .linkWrapper .box .imgBox img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.max-sm-size #Pro.list .linkWrapper .box .textBox {
  padding-left: 0;
}
#Pro.list .linkWrapper .box .textBox h3 {
  color: #005099;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
  margin: 15px 0;
  display: block;
  text-align: center;
}
#Pro.list .linkWrapper .box .textBox .tagList {
  /*text-align: center;*/
}

#Pro.list .linkWrapper .box .textBox .tagList li {
  display: inline-block;
}
#Pro.list .linkWrapper .box .textBox .tagList li span {
  font-size: 12px;
  padding: 0px 15px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 7px;
  display: inline-block;
}
#Pro.list .linkWrapper .box .textBox .tagList li.bgBlue span {
  background: #65bae5;
}
#Pro.list .linkWrapper .box .textBox .tagList li.bgBlue02 span {
  background: #0086ca;
}
#Pro.list .linkWrapper .box .textBox .tagList li.bgBlue03 span {
  background: #005099;
}
#Pro.list .linkWrapper .box .textBox .tagList li.bgBlue04 span {
  background: #089cb2;
}
#Pro.list .linkWrapper .box .textBox .tagList li.bgGreen span {
  background: #004369;
}
#Pro.list .linkWrapper .box .cover {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 99em;
  text-align: center;
  display: block;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#Pro.list .linkWrapper .box .cover:after {
  content: "\e604";
  font-family: 'icomoon';
  color: #005099;
  font-size: 35px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
#Pro.list .linkWrapper .box:hover .cover,
#Pro.list .linkWrapper .box:focus .cover {
  /*opacity: 1;*/
  transition: opacity 0.2s ease-out;
}
#Pro.list.search .linkWrapper {
  border-top: 1px solid #e6e6e6;
  /*margin-top: 50px;*/
}
.max-sm-size #Pro.list.search .linkWrapper {
  margin-top: 30px;
}

/*  software  */

#Pro.list .linkWrapper .softType {
  font-size: 22px;
  font-weight: bold;
  color: #333333;

  display: block;
  clear: both;
  position: relative;
}


#Pro.list .linkWrapper .softType:before {
  content: "\e608";
  font-family: 'icomoon';
  color: #0075c0;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  display: block;
  float: left;
  margin-right: 5px;
}

#Pro.list .linkWrapper .softBox {
  width: 33%;
  height: 215px;
  padding: 10px 10px;
  margin: 30px 0px ;
  float: left;
  position: relative;
}

.max-md-size #Pro.list .linkWrapper .softBox {
  width: 50%;
}

.max-sm-size  #Pro.list .linkWrapper .softBox {
  width: 100%;
  height: auto;
  margin: 20px 0px 15px 0;
}


#Pro.list .linkWrapper .softBox a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #a8a8a8;
  border-radius: 3px;
  text-align: center;
  position: relative;
  padding: 50px 20px 20px 20px;
  transition: border 0.25s ease-out;
}


#Pro.list .linkWrapper .softBox .imgBox {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;

  position:absolute;
  left:0;
  right:0;
  margin:auto;
  top: -25px;

  transform: translateY(0px);
  transition:transform 0.25s ease-out;
}


#Pro.list .linkWrapper .softBox:hover a ,
#Pro.list .linkWrapper .softBox:focus a{
  border: 1px solid #868686;
  transition: border 0.25s ease-out;
}

#Pro.list .linkWrapper .softBox:hover .imgBox ,
#Pro.list .linkWrapper .softBox:focus .imgBox{
  /*transform: translateY(-6px);*/
  transition:transform 0.25s ease-out;
}

#Pro.list .linkWrapper .softBox .imgBox img {
  width: 100%;
  height: auto;
  display: block;
}

#Pro.list .linkWrapper .softBox h3 {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin: 0;
}

.max-sm-size #Pro.list .linkWrapper .softBox h3 {
  font-size: 18px;
  line-height: 28px;
}

#Pro.list .linkWrapper .softBox p {
  font-size: 15px;
  line-height: 28px;
  color: #666;
  height: 80px;
  overflow: hidden;
}

.max-sm-size  #Pro.list .linkWrapper .softBox p {
  height: auto;
}

#Pro.detail .silderBox .maxWrapper {
  width: 100%;
  max-width: 460px;
  height: 380px;
  position: relative;
  margin: 0 auto;
}
#Pro.detail .silderBox .maxWrapper #maximage {
  position: relative !important;
  z-index: 1;
}
#Pro.detail .silderBox .maxWrapper #maximage .mc-image {
  background-size: contain !important;
}
#Pro.detail .silderBox .bx-pager {
  text-align: center;
  margin-top: 40px;
}
.max-md-size #Pro.detail .silderBox .bx-pager {
  margin-top: 20px;
}
#Pro.detail .silderBox .bx-pager li {
  width: 70px;
  margin: 0 2px;
  padding: 2px 5px;
  border: solid #ddd 1px;
  display: inline-block;
  text-align: center;
  transition: border 0.2s ease-out;
}
#Pro.detail .silderBox .bx-pager li:hover,
#Pro.detail .silderBox .bx-pager li:focus,
#Pro.detail .silderBox .bx-pager li.activeSlide {
  border: solid #134f8d 1px;
  transition: border 0.2s ease-out;
}
.max-sm-size #Pro.detail .silderBox .bx-pager li {
  width: 18%;
  margin: 0 1%;
}
#Pro.detail .silderBox .bx-pager li a {
  width: 100%;
  display: block;
}
#Pro.detail .silderBox .bx-pager li a img {
  width: 100%;
  height: auto;
  display: block;
}
#Pro.detail .silderBox .slick-prev {
  left: 15px;
  transition: left 0.2s ease-out;
}
#Pro.detail .silderBox .slick-prev:hover {
  left: 10px;
  transition: left 0.2s ease-out;
}
#Pro.detail .silderBox .slick-prev:before {
  content: "\e609";
}
#Pro.detail .silderBox .slick-next {
  right: 15px;
  transition: right 0.2s ease-out;
}
#Pro.detail .silderBox .slick-next:hover {
  right: 10px;
  transition: right 0.2s ease-out;
}
#Pro.detail .silderBox .slick-next:before {
  content: "\e622";
}
#Pro.detail .silderBox .slick-next:before,
#Pro.detail .silderBox .slick-prev:before {
  font-family: 'icomoon';
  color: #005099;
  font-size: 23px;
}
#Pro.detail .textWrapper h1 {
  font-size: 30px;
  line-height: 37px;
  color: #005099;
  margin: 0 ;
}
.max-md-size #Pro.detail .textWrapper h1 {
  margin: 30px 0 20px 0;
  font-size: 26px;
}
#Pro.detail .textWrapper p.intro {
  color: #a2a2a2;
}
#Pro.detail .textWrapper .html {
  height: auto;
  min-height: auto;
  border-top: 1px solid #ddd;
  padding: 5px 50px 0 0;
}
#Pro.detail .modelsBox h3 {
  color: #005099;
  font-size: 18px;
  margin: 30px 0 20px 0;
}
.max-sm-size #Pro.detail .modelsBox h3 {
  margin: 10px 0 15px 0;
}
#Pro.detail .modelsBox .responsiveTableStatic {
  min-width: 128px;
}
#Pro.detail .modelsBox .responsiveTableStatic tr {
  height: auto !important;
}
#Pro.detail .modelsBox .overflowContainer td {
  min-width: 130px;
}
#Pro.detail .modelsBox table {
  width: 100%;
  font-family: sans-serif, arial;
  display: block!important;
  position: relative;
}
#Pro.detail .modelsBox table td {
  font-size: 14px;
  text-align: left;
  padding: 5px 15px;
  border: 1px solid #ddd;
}
.max-lg-size #Pro.detail .modelsBox table td {
  font-size: 12px;
  padding: 5px 10px;
}
#Pro.detail .bottomWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  margin-top: 80px;
}
.max-sm-size #Pro.detail .bottomWrapper {
  margin-top: 40px;
}
#Pro.detail .tabs .tabContent {
  display: none;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  transition: all 0.3s ease-out;
}
#Pro.detail .tabs .tabContent.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
}
#Pro.detail .videoWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  margin: 30px 0 0 0;
  text-align: center;
}
#Pro.detail .videoWrapper .box {
  width: 48%;
  display: inline-block;
  text-align: center;
  margin: 0 1%;
  float: left;
}
.max-md-size #Pro.detail .videoWrapper .box {
  width: 47%;
  /*height: 255px;*/
}
.max-sm-size #Pro.detail .videoWrapper .box {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}
#Pro.detail .videoWrapper .box iframe {
  width: 100%;
  max-width: 520px;
  height: 320px;
}

.max-lg-size #Pro.detail .videoWrapper .box iframe {
  height: 280px;
}

.max-md-size #Pro.detail .videoWrapper .box iframe {
  height: 280px;
}

.max-md-size #Pro.detail .videoWrapper .box iframe {
  height: 240px;
}

#Pro.detail .videoWrapper .box p {
  width: 100%;
  height: 45px;
  overflow: hidden;
  margin: 10px 0;
  color: #005099;
}
.max-sm-size #Pro.detail .videoWrapper .box p {
  height: auto;
}
#Pro.detail .downWrapper {
  width: 100%;
  height: auto;
  clear: both;
  position: relative;
  width: auto;
  margin: 30px 25px 0 25px;
  text-align: left;
}
.max-sm-size #Pro.detail .downWrapper {
  margin: 00px 20px 0 20px;
}
#Pro.detail .downWrapper li {
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 0 4px 0;
  border-bottom: 1px solid #ddd;
  display: block;
}
#Pro.detail .downWrapper li p {
  margin: 0;
  display: inline;
  color: #005099;
}
#Pro.detail .downWrapper li .fr {
  text-align: right;
}
.max-sm-size #Pro.detail .downWrapper li p,
.max-sm-size #Pro.detail .downWrapper li .fr {
  width: 50%;
  float: left;
}
#Pro.detail .downWrapper li .type {
  width: 65px;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 0px 10px;
  color: #989898;
  font-size: 12px;
  margin: 0 15px 0 0;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
}
#Pro.detail .downWrapper li a {
  font-size: 23px;
  color: #005099;
  position: relative;
  display: inline-block;
}
#Pro.detail .downWrapper li a:hover {
  color: #043A71;
}
.transformer-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 3px solid white;
}
.transformer-tabs li {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
}
.min-md-size .transformer-tabs li {
  width: calc(16.66666667%);
  text-align: center;
  float: left;
  padding: 0 2px;
}
.transformer-tabs li a {
  width: 100%;
  display: inline-block;
  color: #005099;
  background: #eff0f2;
  padding: 9px 20px 11px 20px;
}
.max-lg-size .transformer-tabs li a {
  padding: 9px 10px 11px 10px;
}
.transformer-tabs li a span {
  background-size: 23px 23px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  width: 23px;
  height: 23px;
  font-size: 23px;
  position: relative;
  top: 4px;
}

.EN .transformer-tabs li a {
  width: 100%;
  display: inline-block;
  color: #005099;
  background: #eff0f2;
  padding: 9px 10px 11px 10px;
}

.min-md-size #na .transformer-tabs li {
  width: calc(100%/7);

}

.max-lg-size .EN .transformer-tabs li a {
  padding: 9px 10px 11px 10px;
}




.transformer-tabs li a span.icon-gear {
  background-image: url(../images/pro/icon01_01.png);
}
.transformer-tabs li a span.icon-eye {
  background-image: url(../images/pro/icon02_01.png);
}
.transformer-tabs li a span.icon-cube {
  background-image: url(../images/pro/icon03_01.png);
}
.transformer-tabs li a.active,
.transformer-tabs li a:hover {
  background: #005099;
  color: #fff;
  position: relative;
}
.transformer-tabs li a.active span.icon-gear,
.transformer-tabs li a:hover span.icon-gear {
  background-image: url(../images/pro/icon01_02.png);
}
.transformer-tabs li a.active span.icon-eye,
.transformer-tabs li a:hover span.icon-eye {
  background-image: url(../images/pro/icon02_02.png);
}
.transformer-tabs li a.active span.icon-cube,
.transformer-tabs li a:hover span.icon-cube {
  background-image: url(../images/pro/icon03_02.png);
}
@media (max-width: 990px) {
  .transformer-tabs ul {
    border-bottom: 0;
    overflow: hidden;
    position: relative;
  }
  .transformer-tabs ul::after {
    content: "\e604";
    font-family: 'icomoon';
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    transform: rotate(0deg);
    transition: all 0.2s ease-out;
  }
  .transformer-tabs ul.open:after {
/*    transform: rotate(180deg);
    transition: all 0.2s ease-out;*/
	display:none;
  }
  .transformer-tabs ul.open a {
    position: relative;
    display: block;
  }
  .transformer-tabs li {
    display: block;
    border-bottom: 1px solid #CCD9F5;
  }
  .transformer-tabs li:last-child {
    border-bottom: 0;
  }
  .transformer-tabs li a {
    position: absolute;
    font-size: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 8px 20px 13px 20px !important;
  }
  .transformer-tabs li a.active {
    border: 0;
    z-index: 1;
    background: #005099;
  }
}
.proDetailHtml {
  min-height: initial;
}
.proDetailHtml table th {
  background: #005099;
  padding: 13px 20px;
  color: #fff;
  font-size: 15px;
  text-align: left;
}
.proDetailHtml table th + th {
  border-left: 1px solid #fff;
}
.proDetailHtml table td {
  padding: 13px 20px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.proDetailHtml table td:last-child {
  border-right: 1px solid #ddd;
}
.proDetailHtml table a {
  text-decoration: underline;
  color: #005099;
}
.proDetailHtml .AccessoriesTable {
  border-right: 1px solid #ddd;
  min-width: 600px;
}
.proDetailHtml .AccessoriesTable .model,
.proDetailHtml .AccessoriesTable .name {
  width: 25%;
}
.proDetailHtml .AccessoriesTable .imgbox {
  width: 15%;
}
.proDetailHtml .AccessoriesTable .intro {
  width: 35%;
}
.max-sm-size .proDetailHtml .AccessoriesTable .model,
.max-sm-size .proDetailHtml .AccessoriesTable .name {
  width: 20%;
}

/*#header .navbar-default .navbar-right .dropdown ul.padding01 {
  padding: 10px 0 2px 0 !important;
}*/

.gsc-search-button {
  /*background: #119be4;*/
}

form.gsc-search-box {
  height: 30px;
  padding: 0;
  margin: 0;
}

#___gcse_1 {
  padding: 0 15px;
}

#header .gsib_a {
    padding: 0px 5px 0px 8px !important;
}

.gsst_a {
  padding: 3px  0px !important;
}

.gscb_a {
  padding: 4px 7px !important;
}

table.gsc-search-box {
  margin: 5px 0 0 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}

#header .navbar-default .navbar-right .dropdown ul.padding01 {
    padding: 5px 0px 3px 0 !important;
}


#header .navbar-default .navbar-right .dropdown.search ul input {
  color: #222;
  background: transparent !important;
  top: 1px;
    position: relative;
}

.gsc-search-box-tools .gsc-search-box .gsc-input ,
.gsc-input-box {
  width: 155px;
}

#header .navbar-default .navbar-right .dropdown.search a:hover {
  background: transparent;
}

table.gsc-search-box td {
  height: 18px !important;
  padding-top: 0 !important;
  vertical-align: top  !important;
  line-height: auto !important;
  margin: 0;
  padding: 0;
}

td.gsc-search-button {
  width: 40px !important;
}

#header .navbar-default .navbar-right .dropdown .gsc-search-button button{
  top:-1px;
  right:10px;
  height:26.5px;
  background-color:#2b95e0;
}

svg{
  margin-left:-5px;
  /*width:15px;*/
  height:15px;
}