body {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
  color: #000;
  background-image: url(img/common/bg.png);
  overflow-y: scroll;
  min-width: 360px;
}
.clear {
  clear: both;
}
p {
  margin: 0px;
  padding: 0px;
}
ul,
ol {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #cacaca;
  margin: 1em 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table tr td {
  margin: 0px;
  padding: 0px;
}
input[type="text"] {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  border-radius: 0px;
}
input[type="password"] {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  border-radius: 0px;
}
textarea {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  border-radius: 0px;
}
.reqdot {
  color: #f16172;
  padding-left: 5px;
}
.reqlabel {
  color: #f16172;
  font-weight: normal;
}
#success-msg {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #00a5e0;
  display: none;
}
#warning-msg {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fef3f3;
  border: 1px #ffb7b9 solid;
  margin-bottom: 20px;
}
#loading-container {
  position: fixed;
  background-color: #fff;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 9999;
  display: none;
}
#loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
#cboxTitle {
  text-align: left;
  color: #00a5e0;
  font-size: 15px;
  font-weight: bold;
}
#cboxTopLeft {
  width: 10px;
  height: 10px;
  background: #fff;
}
#cboxTopCenter {
  width: 10px;
  height: 10px;
  background: #fff;
}
#cboxTopRight {
  width: 10px;
  height: 10px;
  background: #fff;
}
#cboxBottomLeft {
  width: 10px;
  background: #fff;
}
#cboxBottomCenter {
  width: 10px;
  background: #fff;
}
#cboxBottomRight {
  width: 10px;
  background: #fff;
}
#cboxMiddleLeft {
  width: 10px;
  background: #fff;
}
#cboxMiddleRight {
  width: 10px;
  background: #fff;
}
#cboxClose {
  width: 18px;
  height: 18px;
  background: url(img/common/close_icon.png);
}
.bx-wrapper .bx-viewport {
  border: 0px;
  box-shadow: none;
  left: 0px;
  background: transparent;
}
.bx-wrapper {
  margin: 0px;
}
.bx-wrapper img {
  width: 100%;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 800;
}
.bx-controls-direction a {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1;
}
.form-row-line {
  height: 2px;
  background-color: #00a5e0;
  margin-top: 20px;
}
.form-row1 {
  float: left;
  width: 48%;
  padding-top: 20px;
}
.form-row2 {
  float: right;
  width: 48%;
  padding-top: 20px;
}
.form-row3 {
  width: 100%;
  padding-top: 20px;
}
.form-row-label {
  float: left;
  width: 100px;
  font-size: 15px;
  font-weight: bold;
  line-height: 34px;
  position: relative;
}
.form-row-input {
  float: left;
  position: relative;
}
.form-row-input2 {
  float: left;
  position: relative;
}
.inputbox1 {
  border: 2px #b4b4b4 solid;
  font-size: 15px;
  width: 98%;
  padding-left: 1%;
  height: 30px;
  line-height: 30px;
}
.inputbox2 {
  border: 2px #b4b4b4 solid;
  font-size: 15px;
  width: 98.5%;
  padding-left: 1%;
  height: 80px;
  line-height: 30px;
}
.inputbox3 {
  border: 2px #b4b4b4 solid;
  font-size: 15px;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.inputboxhide {
  opacity: 0;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.selectfilebtn {
  position: absolute;
  display: block;
  width: 120px;
  height: 32px;
  top: 0px;
  left: 0px;
  background: #2188c9;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 32px;
  border: 2px #2188c9 solid;
}
.file_label {
  position: absolute;
  display: block;
  top: 0px;
  left: 130px;
  font-size: 15px;
  font-weight: bold;
  color: #5c5c5c;
  line-height: 36px;
}
.hoverbox {
  color: #acacac;
}
.hoverbox2 {
  color: #000;
}
.scheckedbox {
  background-image: url(img/registration/checked.jpg);
  background-repeat: no-repeat;
}
.suncheckedbox {
  background-image: url(img/registration/uncheck.jpg);
  background-repeat: no-repeat;
}
.myselectbox {
  width: 100% !important;
  max-width: 100%;
}
.selectBox-dropdown {
  height: 28px;
  line-height: 28px;
  border: 2px #b4b4b4 solid;
}
.selectBox-dropdown .selectBox-label {
  line-height: 28px;
  font-size: 15px;
}
.selectBox-dropdown .selectBox-arrow {
  width: 11px;
  height: 6px;
  background-image: url(img/registration/down_arrow.png);
}
.form-row-input .errorfield {
  border-color: #f16172;
}
.pathselectbox .errorfield {
  border-color: #f16172;
}
#captcha-img {
  float: left;
}
#captcha-refresh {
  float: left;
  background-color: #fff;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
}
#captcha-input {
  float: left;
}
#submitbtn {
  display: block;
  font-size: 15px;
  font-weight: bold;
  width: 90px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  float: right;
  margin-right: 10px;
  background-color: #00a5e0;
}
#resetbtn {
  display: block;
  font-size: 15px;
  font-weight: bold;
  width: 90px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background-color: #717171;
  float: right;
}
.ui-widget-header {
  background: #00a5e0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #00a5e0 !important;
}
.ui-widget-header .ui-icon {
  background-image: url(css/images/ui-icons_ffffff_256x240.png);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #00a5e0 !important;
  border-color: #00a5e0 !important;
  color: #fff !important;
}
#header-container {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 999999;
}
#header-container-inner {
  position: relative;
  max-width: 1920px;
  height: 130px;
  margin: auto;
  border-bottom: 1px #eaeaea solid;
}
#mobile-icon {
  position: absolute;
  top: 64px;
  right: 10px;
  display: block;
  width: 32px;
  height: 32px;
  display: none;
}
#mobile-trial-icon {
  position: absolute;
  top: 52px;
  right: 60px;
  display: none;
  width: 110px;
}
#web-logo {
  float: left;
  display: block;
  width: 140px;
  height: 95px;
  overflow: hidden;
  margin-top: 9px;
  margin-left: 23px;
}
#web-logo-link {
  display: block;
  width: 140px;
  height: 95px;
  overflow: hidden;
}
#header-right {
  float: right;
  font-size: 14px;
  margin-top: 13px;
  margin-right: 27px;
}
#header-shortcut {
  float: right;
}
#header-group1 {
  float: left;
  margin-top: 8px;
}
#header-group2 {
  float: left;
  margin-top: 8px;
}
#header-group3 {
  float: right;
  margin-left: 10px;
}
#header-hello {
  float: left;
  line-height: 23px;
  margin-right: 29px;
}
#header-account {
  float: left;
  line-height: 23px;
}
#header-record {
  float: left;
  line-height: 23px;
}
#header-logout {
  float: left;
  line-height: 23px;
  margin-right: 29px;
}
.header-vline {
  float: left;
  width: 1px;
  height: 23px;
  overflow: hidden;
  background-image: url(img/common/vline.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  margin-right: 5px;
}
#header-memberlogin {
  float: left;
  margin-right: 29px;
  line-height: 23px;
}
#header-registeration {
  float: left;
  margin-right: 30px;
  line-height: 23px;
}
#header-wishlist {
  float: left;
  margin-right: 18px;
}
#wishlist-label {
  float: left;
  margin-right: 9px;
  line-height: 23px;
}
#wishlist-counter {
  float: left;
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(img/header/counter_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 12px;
}
#header-shoppingcart {
  float: left;
}
#shoppingcart-label {
  float: left;
  margin-right: 5px;
  line-height: 23px;
}
#shoppingcart-counter {
  float: left;
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(img/header/counter_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 23px;
  color: #fff;
  font-size: 12px;
}
#header-break {
  display: none;
}
#header-menu {
  position: relative;
  margin-top: 45px;
  margin-right: 2px;
  float: right;
}
#menu-list {
  list-style: none;
}
#menu-list .menu-item {
  float: left;
  display: block;
  height: 33px;
}
#menu-list .menu-item .menu-link {
  display: block;
  height: 27px;
  background-repeat: no-repeat;
}
#menu-itemp {
  width: 230px;
  margin-right: 40px;
  margin-top: -8px;
}
#menu-itemp .menu-link {
  background-image: url(img/header/item1_p.png);
  border-bottom: 5px transparent solid;
}
#menu-itemp .menu-link-selected {
  background-image: url(img/header/item1_p.png);
}
#menu-itemp .menu-link:hover {
  background-image: url(img/header/item1_p.png);
}
#menu-item1 {
  width: 99px;
  margin-right: 40px;
  margin-top: -8px;
}
#menu-item1 .menu-link {
  background-image: url(img/header/item1_2.png);
  border-bottom: 5px transparent solid;
}
#menu-item1 .menu-link-selected {
  background-image: url(img/header/item1_2.png);
}
#menu-item1 .menu-link:hover {
  background-image: url(img/header/item1_2.png);
}
#menu-item0 {
  width: 100px;
  margin-right: 40px;
}
#menu-item0 .menu-link {
  background-image: url(img/header/item0_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item0 .menu-link-selected {
  background-image: url(img/header/item0_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item0 .menu-link:hover {
  background-image: url(img/header/item0_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item2 {
  width: 67px;
  margin-right: 40px;
}
#menu-item2 .menu-link {
  background-image: url(img/header/item2_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item2 .menu-link-selected {
  background-image: url(img/header/item2_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item2 .menu-link:hover {
  background-image: url(img/header/item2_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item3 {
  width: 67px;
  margin-right: 40px;
}
#menu-item3 .menu-link {
  background-image: url(img/header/item3_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item3 .menu-link-selected {
  background-image: url(img/header/item3_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item3 .menu-link:hover {
  background-image: url(img/header/item3_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item4 {
  width: 67px;
  margin-right: 40px;
}
#menu-item4 .menu-link {
  background-image: url(img/header/item4_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item4 .menu-link-selected {
  background-image: url(img/header/item4_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item4 .menu-link:hover {
  background-image: url(img/header/item4_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item5 {
  width: 67px;
  margin-right: 40px;
}
#menu-item5 .menu-link {
  background-image: url(img/header/item5_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item5 .menu-link-selected {
  background-image: url(img/header/item5_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item5 .menu-link:hover {
  background-image: url(img/header/item5_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item6 {
  width: 85px;
  margin-right: 40px;
}
#menu-item6 .menu-link {
  background-image: url(img/header/item6_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item6 .menu-link-selected {
  background-image: url(img/header/item6_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item6 .menu-link:hover {
  background-image: url(img/header/item6_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item7 {
  width: 67px;
  margin-right: 40px;
}
#menu-item7 .menu-link {
  background-image: url(img/header/item7_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item7 .menu-link-selected {
  background-image: url(img/header/item7_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item7 .menu-link:hover {
  background-image: url(img/header/item7_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item8 {
  width: 67px;
  margin-right: 40px;
}
#menu-item8 .menu-link {
  background-image: url(img/header/item8_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item8 .menu-link-selected {
  background-image: url(img/header/item8_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item8 .menu-link:hover {
  background-image: url(img/header/item8_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item9 {
  width: 67px;
}
#menu-item9 .menu-link {
  background-image: url(img/header/item9_1.png);
  border-bottom: 5px transparent solid;
}
#menu-item9 .menu-link-selected {
  background-image: url(img/header/item9_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item9 .menu-link:hover {
  background-image: url(img/header/item9_2.png);
  border-bottom: 5px #00a5e0 solid;
}
#menu-item10 {
  width: 194px;
  margin-right: 40px;
}
#menu-item10 .menu-link {
  background-image: url(img/header/item10.png);
  border-bottom: 5px transparent solid;
}
#freetrialshorcut {
  position: absolute;
  top: 130px;
  right: 10px;
  display: block;
  width: 130px;
  height: 130px;
  overflow: hidden;
  z-index: 700;
}
#container {
  position: relative;
  padding-top: 131px;
  padding-bottom: 64px;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}
#page-top {
  position: relative;
  overflow: hidden;
  min-height: 352px;
  background-repeat: repeat-x;
  background-color: #fff;
}
#page-top .desktop {
  display: block;
}
#page-top .mobile {
  display: none;
}
#page-top-banners {
  position: absolute;
  background-repeat: no-repeat;
  background-position: right top;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
#page-top-inner {
  position: relative;
  max-width: 1224px;
  margin: auto;
  padding-top: 40px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 40px;
}
#page-top-left {
  position: relative;
  float: left;
  width: 480px;
}
#page-top-left-title {
  position: relative;
}
#page-top-left-line {
  clear: both;
  display: block;
  height: 5px;
  background-color: #00a5e0;
  width: 75px;
  margin-top: 5px;
}
#page-top-left-desc {
  font-size: 15px;
  margin-top: 20px;
  line-height: 24px;
}
#page-top-left-desc ol,
#page-top-left-desc ul {
  padding-left: 20px;
}
#data-form-container {
  position: relative;
  max-width: 1224px;
  margin: auto;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 20px;
  min-height: 420px;
  overflow: hidden;
}
#data-top-label {
  font-size: 15px;
  font-weight: bold;
  color: #00a5e0;
}
#footer-container {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
}
#footer-container-inner {
  position: relative;
  height: 64px;
  margin: auto;
  background-color: #f0f0f0;
  overflow: hidden;
}
#socail-media {
  float: left;
  margin-top: 17px;
  margin-left: 25px;
}
#fb-link {
  float: left;
  display: block;
  width: 31px;
  height: 31px;
  overflow: hidden;
}
#twitter-link {
  float: left;
  display: block;
  width: 31px;
  height: 31px;
  overflow: hidden;
}
#footer-menu {
  float: left;
  margin-left: 21px;
}
#menu-list2 {
  list-style: none;
}
#menu-list2 .menu-item2 {
  float: left;
  margin-right: 30px;
}
#menu-list2 .menu-item2 .menu-link2 {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #727272;
  line-height: 64px;
}
#menu-list2 .menu-item2 .menu-link2:hover {
  color: #00a5e0;
}
#footer-copyright {
  float: right;
  line-height: 64px;
  font-size: 12px;
  color: #969696;
  margin-right: 20px;
}
#footer-copyright a {
  color: #969696;
}
#mobile-header-group {
  padding: 10px;
  border-bottom: 1px #b4b4b4 solid;
  background-color: #fff;
  display: none;
}
#mobile-hello {
  float: left;
  width: 50%;
}
#mobile-logout {
  float: right;
  width: 50%;
}
#mobile-account {
  float: left;
  width: 50%;
}
#mobile-record {
  float: right;
  width: 50%;
}
#mobile-memberlogin {
  float: left;
  width: 50%;
}
#mobile-registeration {
  float: right;
  width: 50%;
}
#mobile-hello,
#mobile-hello a,
#mobile-logout a,
#mobile-account a,
#mobile-record a,
#mobile-memberlogin a,
#mobile-registeration a {
  font-size: 16px;
  color: #676767;
}
#mobile-memberlogin a:hover,
#mobile-registeration a:hover {
  color: #00a5e0;
}
.myselectbox {
  width: 100%;
}
.ui-widget {
  font-size: 13px;
}
.ui-state-default .ui-icon {
  background-image: url(img/registration/down_arrow.png);
  background-position: 0px 0px;
}
.ui-selectmenu-button span.ui-icon {
  margin-top: -3px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #5a5a5a;
  font-weight: normal;
  border: 2px #b4b4b4 solid;
}
.ui-selectmenu-menu {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  color: #5a5a5a;
}
@media only screen and (max-width: 1662px) {
  #page-top-banners {
    width: 1662px;
  }
}
@media only screen and (max-width: 1616px) {
  #menu-list2 .menu-item2 {
    margin-right: 15px;
  }
  #menu-item1 {
    margin-right: 15px;
  }
  #menu-item0 {
    margin-right: 15px;
  }
  #menu-item2 {
    margin-right: 15px;
  }
  #menu-item3 {
    margin-right: 15px;
  }
  #menu-item4 {
    margin-right: 15px;
  }
  #menu-item5 {
    margin-right: 15px;
  }
  #menu-item6 {
    margin-right: 15px;
  }
  #menu-item7 {
    margin-right: 15px;
  }
  #menu-item8 {
    margin-right: 15px;
  }
  #menu-item10 {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1416px) {
  #mobile-icon {
    display: block;
  }
  #header-menu {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    float: none;
    top: 113px;
    left: 0px;
    width: 100%;
    border-top: 1px #b4b4b4 solid;
    display: none;
  }
  #menu-list {
    background-color: #fff;
    padding: 20px 12px;
    max-height: 360px;
    overflow: auto;
  }
  #menu-list .menu-item {
    float: none;
    padding: 8px 0px;
    padding-left: 0px;
    height: 27px;
  }
  #menu-list .menu-item .menu-link {
    background-position: 5px center;
  }
  #menu-itemp {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item1 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item0 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item2 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item3 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item4 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item5 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item6 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item7 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item8 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item9 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-item10 {
    width: 100%;
    margin-right: 0px;
  }
  #menu-itemp .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item1 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item1 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item1 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item0 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item0 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item0 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item2 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item2 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item2 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item3 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item3 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item3 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item4 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item4 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item4 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item5 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item5 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item5 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item6 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item6 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item6 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item7 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item7 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item7 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item8 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item8 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item8 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item9 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item9 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item9 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item10 .menu-link {
    border-left: 5px transparent solid;
    border-bottom: 0px;
  }
  #menu-item10 .menu-link-selected {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
  #menu-item10 .menu-link:hover {
    border-left: 5px #00a5e0 solid;
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 1210px) {
  #page-top-left {
    width: 360px;
  }
  #data-form-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1128px) {
  #header-container-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  #web-logo {
    margin-left: 0px;
  }
  #header-right {
    margin-right: 0px;
  }
  #container {
    padding-bottom: 0px;
  }
  #footer-container {
    position: relative;
  }
  #footer-container-inner {
    height: auto;
  }
  #socail-media {
    margin-top: 10px;
    margin-left: 10px;
  }
  #footer-menu {
    margin-left: 15px;
  }
  #menu-list2 .menu-item2 .menu-link2 {
    line-height: 50px;
  }
  #footer-copyright {
    width: 100%;
    text-align: center;
    line-height: normal;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1080px) {
  #page-top {
    width: 1024px;
  }
}
@media only screen and (max-width: 780px) {
  .form-row1 {
    width: 100%;
  }
  .form-row2 {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  #web-logo {
    margin-top: 10px;
  }
  #header-right {
    margin-top: 10px;
  }
  #header-group1 {
    float: right;
    display: none;
  }
  #header-group2 {
    float: right;
  }
  #header-group3 {
    float: left;
    margin-right: 10px;
    margin-left: 0px;
  }
  #header-hello {
    margin-right: 10px;
  }
  #header-logout {
    margin-right: 0px;
  }
  #header-break {
    clear: both;
    display: block;
    height: 10px;
  }
  #header-memberlogin {
    margin-right: 50px;
  }
  #header-registeration {
    margin-right: 15px;
  }
  #socail-media {
    float: none;
    width: 31px;
    margin: auto;
    padding-top: 10px;
  }
  #footer-menu {
    display: none;
  }
  #footer-copyright {
    float: none;
    width: auto;
    padding: 10px;
  }
  #mobile-header-group {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 680px) {
  #page-top {
    width: auto;
    height: auto;
    background-image: none !important;
  }
  #page-top .desktop {
    display: none;
  }
  #page-top .mobile {
    display: block;
  }
  #page-top-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px !important;
  }
  #page-top-left {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #web-logo {
    width: 120px;
    height: auto;
  }
  #web-logo-link {
    width: 120px;
    height: auto;
  }
  #header-right {
    margin-top: 5px;
  }
  #header-hello {
    display: none;
  }
  #mobile-icon {
    top: 55px;
  }
  #mobile-trial-icon {
    display: block;
  }
  #wishlist-label {
    margin-right: 5px;
  }
  #header-wishlist {
    margin-right: 8px;
  }
  #header-memberlogin {
    margin-right: 35px;
  }
  #header-container-inner {
    height: 96px;
  }
  #header-menu {
    top: 96px;
  }
  #freetrialshorcut {
    display: none;
  }
  #container {
    padding-top: 97px;
  }
  #page-top-left-line {
    width: 60px;
  }
  #page-top-left-desc {
    font-size: 16px;
    line-height: 28px;
  }
  #data-top-label {
    font-size: 16px;
  }
  .form-row-label {
    font-size: 16px;
  }
}
#page-top {
  min-height: 471px;
}
.branch-item-title {
  font-size: 15px;
  font-weight: bold;
  color: #00a5e0;
}
.branch-item-title img {
  display: block;
  margin-left: 5px;
}
.branch-item-address {
  font-size: 15px;
  padding-bottom: 10px;
}
.mapbtn2 {
  color: #00a5e0;
}
#mapcontainer {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
#map_canvas {
  width: 680px;
  height: 480px;
}
@media only screen and (max-width: 680px) {
  #page-top {
    background-image: none;
  }
  #page-top-banners {
    height: 300px;
  }
  #page-top-inner {
    margin-top: 300px;
  }
}
@media only screen and (max-width: 500px) {
  #page-top-leftt-title img {
    width: 124px;
  }
  .branch-item-title {
    font-size: 16px;
  }
  .branch-item-address {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
