body, html {
  font-family: "Noto Sans Tc","Microsoft JhengHei", "Helvetica Neue", Helvetica, "PingFang TC", "Heiti TC", sans-serif;
  width: 100%;
  background: #ffffff;
  color: #1C2A55; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none;
  margin: 0; }

a:focus, a:hover {
  text-decoration: none;
  color: #1f2a66; }

.row {
  margin: 0px;
  clear: both;
  overflow: hidden; }

/* dialog */
.ui-widget-overlay {
  background: #000; }

.cloth-box .cloth-menu .ui-tabs-active a {
  outline: none; }

.cloth-box .panel {
  -webkit-box-shadow: 1px 1px 5px rgba(51, 51, 102, 0.5);
  box-shadow: 1px 1px 5px rgba(51, 51, 102, 0.5); }

.ui-widget-content p,
.ui-widget button {
  font-family: "Roboto", sans-serif; }

.ui-widget-content {
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.ui-dialog {
  -webkit-font-smoothing: antialiased; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0; }

.ui-dialog-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  color: #555;
  text-rendering: optimizeLegibility; }
  .ui-dialog-content p a {
    outline: none; }

.ui-widget-header {
  border: none;
  color: #ffffff; }

.ui-widget-header .ui-state-default {
  border: none;
  visibility: visible; }

.ui-widget .ui-widget {
  height: 100%;
  overflow: hidden;
  padding: 0; }

.ui-widget button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  margin: 0 .5em 2.25em;
  padding: .75em 1.25em; }

.ui-widget button:hover {
  background: #ffffff;
  border: none; }

.ui-widget button:first-child {
  background: #999; }

.ui-widget .green {
  background: #4caf50; }

input[type="text"], input[type="password"], input[type="submit"] {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }

.rwd {
  width: 100%;
  height: auto; }

hr {
  background: #1f2a66;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid #1f2a66; }

.hr-fine {
  background: transparent;
  clear: both;
  margin: 10px 0;
  border-top: 1px solid #1f2a66; }

.wrapper {
  width: 1100px;
  margin: 0 auto; }

.select-default {
  border: 1px solid #000;
  font-size: 12px;
  background: #ffffff; }

.page-title {
  font-size: 20px;
  font-style: italic;
  color: #1C2A55;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 10px 0; }

.menu {
  display: none;
  background: center center no-repeat transparent;
  background-image: url(../img/icon_menu.svg);
  background-color: #1f2a66;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 80px;
  left: 5%; }

.logo {
  width: 200px;
  float: left;
  margin: 0px;
  margin-left: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .logo a {
    display: block; }
  .logo img {
    width: 100%;
    height: auto; }

.i-header {
  width: 100%;
  padding: 24px 0 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 26px solid #1f2a66;
  position: relative;
  height: 176px; }
  .i-header ul {
    margin: 0;
    padding: 0; }
    .i-header ul:after {
      display: table;
      clear: both;
      content: ""; }
  .i-header li {
    list-style: none; }

.nav {
  float: left;
  padding-top: 52px;
  margin-left: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .nav li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .nav a {
    font-size: 13px;
    font-style: italic;
    color: #1c2a55;
    text-decoration: none;
    letter-spacing: 3px;
    padding-bottom: 5px; }
    .nav a:hover {
      border-bottom: 1px solid #1c2a55;
      text-shadow: 0px 0px 0px #1c2a55; }
  .nav .active {
    border-bottom: 1px solid #1c2a55;
    text-shadow: 0px 0px 0px #1c2a55; }

.shop-cart {
  position: absolute;
  right: 50px;
  bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .shop-cart li {
    float: left;
    margin-right: 6px; }
  .shop-cart a {
    font-size: 13px;
    font-style: italic;
    color: #1c2a55;
    text-decoration: none;
    padding-bottom: 4px; }
    .shop-cart a:hover {
      border-bottom: 1px solid #1c2a55;
      text-shadow: 0px 0px 0px #1c2a55; }
  .shop-cart .icon-shop-cart img {
    width: 17px;
    height: 15px;
    margin-right: 5px;
    display: inline-block; }

.i-custom {
  overflow: hidden;
  width: 850px;
  margin: 0 auto;
  padding: 70px 0 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .i-custom h2 {
    letter-spacing: 7px;
    font-weight: normal;
    font-size: 32px;
    text-align: center;
    color: #1C2A55;
    margin-bottom: 10px; }
  .i-custom h3 {
    margin: 0 0 37px;
    letter-spacing: 4px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #1C2A55; }
  .i-custom h4 {
    font-size: 15px;
    margin: 0 auto 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background: #1f2a66;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: normal; }
  .i-custom h5 {
    font-size: 15px;
    margin: 25px 0 0;
    font-weight: normal; }
  .i-custom p {
    margin: 0;
    font-size: 13px; }
  .i-custom .grid-item {
    text-align: center;
    margin-bottom: 46px; }

.select-btn {
  margin: 0 auto;
  overflow: hidden;
  width: 630px;
  padding: 140px 0 130px; }
  .select-btn .grid {
    margin: 0 -31px; }
  .select-btn .grid-1-2-2 .grid-item {
    margin-bottom: 0px;
    width: 50%;
    padding: 0 31px; }
  .select-btn a {
    display: block;
    color: #ffffff;
    text-align: center;
    height: 62px;
    padding: 0 40px;
    background: #E6E6E6;
    text-decoration: none;
    line-height: 62px;
    border: none;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: normal; }
    .select-btn a:hover {
      background: #1f2a66; }
  .select-btn .active {
    background: #1f2a66; }

.shop-btn {
  padding: 140px 0 130px;
  margin: 0 auto;
  overflow: hidden;
  width: 890px; }
  .shop-btn .grid {
    margin: 0 -10px; }
  .shop-btn .grid-1-3-3 .grid-item {
    margin-bottom: 0px;
    width: 33%;
    padding: 0 10px; }
  .shop-btn a {
    display: block;
    color: #1f2a66;
    text-align: center;
    height: 62px;
    padding: 0 40px;
    background: #E6E6E6;
    text-decoration: none;
    line-height: 62px;
    border: none;
    letter-spacing: 3px;
    font-size: 15px;
    font-weight: normal; }
    .shop-btn a:hover {
      background: #1f2a66;
      color: #ffffff; }
  .shop-btn .active {
    background: #1f2a66; }

.select-wrapper {
  width: 900px;
  margin: 0 auto; }

.select-style {
  background: #E6E6E6; }
  .select-style .grid-1-3-3 {
    padding-left: 170px;
    padding-right: 170px; }
  .select-style .grid-1-2-2 {
    padding-left: 270px;
    padding-right: 270px; }
  .select-style .grid-1-4-4 {
    padding-left: 90px;
    padding-right: 90px; }
  .select-style .type {
    display: block;
    width: 100%;
    background: #1f2a66;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-size: 13px; }
  .select-style .grid {
    margin: 0 -18px;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px; }
    .select-style .grid .grid-item {
      margin-bottom: 20px; }
  .select-style .grid-1-3-3 .grid-item {
    width: 33%;
    float: left;
    padding: 0 18px; }
  .select-style .grid-1-2-2 .grid-item {
    width: 50%;
    float: left;
    padding: 0 18px; }
  .select-style .grid-1-4-4 .grid-item {
    width: 25%;
    float: left;
    padding: 0 18px; }
  .select-style a {
    display: block;
    border: 1px solid #808080; }
    .select-style a:hover {
      border: 2px solid #1f2a66;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .select-style .active {
    border: 2px solid #1f2a66; }

.type-btn {
  width: 100%; }
  .type-btn:after {
    content: "";
    display: table;
    clear: both; }
  .type-btn .active {
    background: #1f2a66; }
    .type-btn .active span {
      color: #1f2a66; }
  .type-btn span {
    margin-right: 5px;
    color: #E6E6E6;
    background: #ffffff;
    padding: 1px 7px;
    border-radius: 20px;
    font-style: normal; }
  .type-btn a {
    font-style: italic;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    float: left;
    display: block;
    width: 20%;
    background: #E6E6E6;
    line-height: 45px;
    height: 45px; }
    .type-btn a:hover {
      background: #1f2a66; }
      .type-btn a:hover span {
        color: #1f2a66; }
    .type-btn a:nth-child(10) span {
      padding: 2px 5px; }
    .type-btn a:nth-child(11) span {
      padding: 2px 5px; }
    .type-btn a:nth-child(12) span {
      padding: 2px 5px; }

.shop-list {
  position: relative; }
  .shop-list .title {
    margin: 0;
    margin-top: 30px;
    width: 100%;
    background: #F0ECE7;
    height: 75px;
    line-height: 75px; }
  .shop-list .title-wrapper {
    width: 960px;
    margin: 0 auto;
    display: block;
    color: #1f2a66;
    font-variant: normal;
    font-style: italic;
    font-size: 20px;
    text-align: left; }
  .shop-list .grid {
    margin: 0 -14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-list .grid-2-2-4 .grid-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 14px;
    width: 25%;
    height: auto;
    margin-bottom: 20px; }
  .shop-list p {
    font-size: 15px; }
  .shop-list .price {
    float: left;
    font-style: italic;
    letter-spacing: 2px; }
  .shop-list .icon-wishlist {
    float: right; }
  .shop-list .list {
    z-index: 10;
    position: relative;
    width: 920px;
    margin: 30px auto 0;
    overflow: hidden; }
  .shop-list .free {
    z-index: 100;
    position: absolute;
    top: 600px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(27, 43, 96, 0.7);
    color: #ffffff;
    display: none; }
    .shop-list .free p {
      margin: 0;
      color: #ffffff;
      text-align: center; }
    .shop-list .free strong {
      font-size: 30px;
      letter-spacing: 3px; }
    .shop-list .free span {
      font-size: 20px; }

.shop-content {
  width: 980px;
  margin: 0 auto; }
  .shop-content h3 {
    font-size: 30px;
    margin-bottom: 15px; }
  .shop-content .row {
    margin: 0 -20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-content .shop-wish-list {
    margin-bottom: 30px; }
  .shop-content .price {
    float: left;
    font-weight: bold;
    font-size: 20px; }
  .shop-content .currency {
    float: right; }
  .shop-content .shop-price {
    overflow: hidden;
    padding-bottom: 5px; }

.shop-photo {
  float: left;
  width: 50%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.shop-info {
  float: right;
  width: 50%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.add-to-bag {
  display: block;
  color: #1f2a66;
  border: 1px solid #1f2a66;
  width: 245px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  font-style: italic; }
  .add-to-bag:hover {
    text-decoration: none; }

.services-title {
  border-top: 30px solid #1f2a66;
  clear: both;
  width: 100%;
  background: #F1ECE8;
  padding: 20px 0;
  text-align: center;
  color: #1C2A55;
  font-size: 20px;
  letter-spacing: 5px; }

.order-search {
  margin: 0 auto;
  width: 330px; }
  .order-search label {
    margin-right: 5px;
    letter-spacing: 2px;
    color: #1c2a55;
    font-weight: bold; }

.order-text {
  width: 143px;
  height: 17px;
  border: 1px solid #1c2a55;
  margin-right: 4px;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 5px;
  position: relative; }
  .order-text:before {
    content: "";
    width: 1px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 5px; }

.order-info {
  clear: both;
  margin-top: 30px; }

.icon-big {
  margin-top: 3px;
  border: none;
  background: url(../img/icon_big.svg) 0 0 no-repeat;
  width: 22.6px;
  height: 22.6px; }

.i-believe {
  padding: 25px 0 40px;
  background: #f1ece8;
  text-align: center; }
  .i-believe h2 {
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: normal;
    margin: 0;
    color: #1c2a55; }
  .i-believe h3 {
    font-size: 15px;
    letter-spacing: 1px;
    margin: 10px 0 15px;
    font-style: italic;
    color: #1c2a55; }
  .i-believe p {
    font-size: 12px;
    margin: 0;
    line-height: 1.7; }

.i-ig {
  padding: 80px 0 90px;
  text-align: center; }
  .i-ig h2 {
    color: #1c2a55;
    letter-spacing: 8px;
    margin: 0;
    font-size: 32px;
    font-weight: normal; }
  .i-ig h3 {
    color: #1c2a55;
    margin: 0;
    font-size: 20px;
    margin-bottom: 34px;
    letter-spacing: 5px;
    font-weight: normal; }
  .i-ig:after {
    display: table;
    clear: both;
    content: ""; }

.icon-ig {
  margin-bottom: 50px; }
  .icon-ig .icon-logo {
    display: block;
    width: 90px;
    height: auto;
    margin: 0 auto; }

.ig-img {
  width: 1000px;
  margin: 0 auto; }
  .ig-img a {
    width: 20%;
    float: left; }
    .ig-img a img {
      width: 100%;
      height: auto; }

.i-fixed {
  height: 310px;
  width: 100%;
  overflow-x: hidden;
  background: url(../img/fb_bg.jpg);
  background-attachment: fixed;
  background-size: 100% auto;
  position: relative; }
  .i-fixed h3 {
    color: #ffffff;
    letter-spacing: 10px;
    font-weight: normal;
    font-size: 40px;
    margin: 0; }
  .i-fixed .name {
    text-align: right;
    top: 23.93617%;
    left: 50%;
    position: absolute;
    margin-left: -21.09375%; }
    .i-fixed .name span {
      display: block; }
  .i-fixed .i-fb {
    position: absolute;
    left: 50%;
    margin-left: 5.90278%;
    bottom: 23.93617%;
    text-align: right; }
    .i-fixed .i-fb a {
      text-decoration: none;
      font-style: italic;
      font-size: 25px;
      color: #ffffff;
      margin-left: 100px; }
      .i-fixed .i-fb a:before {
        display: block;
        width: 61px;
        height: 61px;
        content: "";
        position: absolute;
        background: url(../img/icon_fb.svg);
        left: 280px;
        bottom: 0; }
    .i-fixed .i-fb img {
      margin-right: 58px; }

.footer {
  width: 1100px;
  margin: 90px auto 65px;
  border-top: 1px solid #1a1a1a;
  padding: 0 10px;
  overflow: hidden;
  color: #1c2a55;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .footer:before {
    display: table;
    content: "";
    clear: both; }
  .footer h3 {
    font-weight: normal;
    font-style: italic;
    font-size: 15px; }
  .footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer li {
    font-size: 12px;
    margin-bottom: 10px; }

.f-contact, .f-mailto {
  width: 14.75%;
  border-top: 10px solid #1c2a55;
  float: left; }

.f-contact {
  margin-right: 4%; }

.f-mailto {
  margin-right: 4.83333%; }

.f-pay {
  width: 18.33333%;
  border-top: 10px solid #1c2a55;
  margin-right: 4.41667%;
  float: left; }

.f-follow {
  width: 37.5%;
  float: right; }
  .f-follow h3 {
    letter-spacing: 1px;
    float: left;
    margin: 22px 0 0 0; }
  .f-follow ul {
    margin-top: 20px; }
  .f-follow li {
    float: left;
    margin-left: 14px; }

.copyright {
  float: right;
  font-size: 12px;
  width: 37.5%; }

.grid-item {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.i-custom .grid {
  margin: 0 -45px; }

.grid-1-2-4 .grid-item {
  width: 25%;
  padding: 0 45px; }

.services h2, .about h2 {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 32px;
  font-style: italic;
  color: #1f2a66; }

.about img {
  margin-bottom: 45px; }
  .about img:nth-last-child(1) {
    margin-bottom: 0px; }
.about .grid {
  margin: 0 -20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.about .grid-1-2-2 .grid-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 50%;
  height: auto;
  margin-bottom: 45px; }

.event-photo img {
  margin-bottom: 45px; }
  .event-photo img:nth-last-child(1) {
    margin-bottom: 0px; }

.about-box {
  margin-bottom: 40px; }
  .about-box h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 2px; }
  .about-box p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5; }

.services {
  padding-top: 25px; }
  .services h2, .services h3, .services h4, .services h5, .services p {
    text-align: center;
    font-weight: normal; }
  .services h3 {
    font-size: 32px;
    letter-spacing: 8px;
    color: #1c2a55; }
  .services h4 {
    font-size: 18px;
    font-style: italic;
    color: #1c2a55; }
  .services h5 {
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 2px; }
  .services p {
    font-size: 12px; }
  .services .grid {
    margin: 0 -20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .services .grid .services-box {
      padding-top: 7%; }
    .services .grid .services-box-2 {
      padding-top: 2%; }
  .services .grid-1-2-2 .grid-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    width: 50%;
    height: auto;
    margin-bottom: 45px; }

.services-menu {
  width: 960px;
  margin: 40px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .services-menu ul {
    border: 1px solid #000000;
    overflow: hidden; }
  .services-menu li {
    float: left;
    line-height: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .services-menu li:nth-child(1) {
      width: 24%;
      border-right: 1px solid #1C2A55; }
    .services-menu li:nth-child(2) {
      width: 19%;
      border-right: 1px solid #1C2A55; }
    .services-menu li:nth-child(3) {
      width: 19%;
      border-right: 1px solid #1C2A55; }
    .services-menu li:nth-child(4) {
      width: 19%;
      border-right: 1px solid #1C2A55; }
    .services-menu li:nth-child(5) {
      width: 19%; }
  .services-menu a {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    font-style: italic; }
    .services-menu a:hover {
      background: #F1ECE8; }
  .services-menu .active {
    background: #F1ECE8; }

.services-content {
  width: 960px;
  margin: 0 auto; }
  .services-content h3 {
    margin: 0;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 20px; }
  .services-content article {
    font-style: italic;
    margin-bottom: 50px; }
  .services-content ul {
    margin-bottom: 20px; }
  .services-content .list li {
    line-height: 2; }
  .services-content .list-a li {
    letter-spacing: 1px;
    line-height: 2; }
  .services-content .list-b {
    font-weight: 500;
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 1px; }
  .services-content .list-c {
    margin-bottom: 20px;
    font-style: italic;
    letter-spacing: 1px; }
    .services-content .list-c h3 {
      font-weight: bolder;
      font-style: italic; }
  .services-content .list-d h3 {
    margin: 0;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px; }
  .services-content .list-d h4 {
    margin: 0;
    font-style: italic; }
  .services-content .list-d ul {
    padding-left: 25px; }
  .services-content .list-d li {
    font-size: 14px;
    line-height: 2;
    position: relative;
    font-style: italic;
    list-style-type: disc; }
  .services-content .list-d em {
    display: block; }
  .services-content .register {
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #1f2a66;
    text-align: center;
    color: #ffffff;
    font-style: italic;
    letter-spacing: 1px; }
  .services-content .table-m {
    width: 640px;
    font-size: 14px;
    font-weight: normal; }
    .services-content .table-m td {
      border: 1px solid #1C2A55;
      padding: 4px 10px;
      text-align: center; }
    .services-content .table-m th {
      border: 1px solid #1C2A55;
      padding: 10px; }
  .services-content .table-m-item {
    background: #1F2A66;
    color: #ffffff;
    width: 135px; }
  .services-content .table-m-price {
    background: #F1ECE8; }

.services .grid {
  margin: 0 -20px; }

.point {
  position: relative; }

.point-photo {
  position: relative; }
  .point-photo:before {
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: #f1ece8;
    z-index: 10; }
  .point-photo img {
    z-index: 100;
    position: relative; }

.point-content {
  width: 100%;
  background: #f1ece8;
  padding-top: 100px;
  padding-bottom: 65px; }
  .point-content h3, .point-content h4, .point-content h5, .point-content p {
    text-align: center; }
  .point-content h3 {
    margin: 0;
    font-size: 32px;
    letter-spacing: 8px;
    font-weight: normal;
    color: #1f2a66; }
  .point-content h4 {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    font-style: italic;
    color: #1f2a66; }
  .point-content p {
    font-size: 12px;
    line-height: 1.5; }

.custom-step {
  width: 100%; }
  .custom-step h2 {
    margin: 0;
    font-size: 25px;
    padding: 23px;
    border-top: 30px solid #1f2a66;
    text-align: center;
    background: #f1ece8;
    font-weight: normal;
    letter-spacing: 5px; }
  .custom-step h3 {
    font-size: 17px;
    font-style: italic;
    font-weight: normal; }
  .custom-step .custom-box:nth-child(3), .custom-step .custom-box:nth-child(5) {
    background: #f1ece8; }
  .custom-step .custom-box {
    padding: 70px 0 70px 20%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .custom-step .custom-box:after {
    content: "";
    display: table;
    clear: both; }
  .custom-step .number {
    position: absolute;
    margin-top: -15px;
    top: 50%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    background: #1f2a66;
    font-weight: normal;
    text-align: center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; }
  .custom-step .custom-box-icon {
    float: left;
    width: 13%;
    margin: 10px 7% 0; }
  .custom-step .step-content {
    float: left;
    width: 52%;
    font-size: 12px;
    padding: 20px 0; }

.event {
  padding-top: 100px; }
  .event .row {
    margin-bottom: 40px; }
  .event img {
    display: block;
    height: 100%; }
  .event .grid {
    margin: 0 -20px; }
  .event .grid-1-2-2 .grid-item {
    padding: 20px;
    width: 35%; }
  .event .grid-1-2-2 .event-box {
    width: 65%; }
  .event .grid-1-2-2 .event-detail {
    width: 65%; }

.event-box {
  position: relative;
  min-height: 368px; }
  .event-box h3 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #1c2a55;
    font-style: italic;
    margin: 0;
    border-top: 10px solid #1f2a66;
    display: inline-block;
    margin-bottom: 20px; }
  .event-box p {
    font-size: 15px; }
  .event-box .more {
    position: absolute;
    left: 20px;
    bottom: 0; }

.event-detail h3 {
  font-size: 32px;
  letter-spacing: 1px;
  color: #1c2a55;
  font-style: italic;
  margin: 0;
  margin-bottom: 10px;
  border-top: 10px solid #1f2a66;
  display: inline-block; }
.event-detail h4 {
  margin: 0;
  font-weight: bold; }
.event-detail p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 15px; }
.event-detail .event-first {
  margin-bottom: 60px; }

.btn {
  display: block;
  color: #ffffff;
  text-align: center;
  height: 42px;
  padding: 0 40px;
  background: #1f2a66;
  text-decoration: none;
  line-height: 42px;
  border: none;
  font-style: italic;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: normal;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .btn:hover {
    color: #ffffff; }

.btn-general {
  display: block;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #1f2a66;
  text-align: center;
  color: #ffffff;
  font-style: italic;
  letter-spacing: 1px; }
  .btn-general:hover {
    color: #ffffff;
    text-decoration: none; }

.start-now {
  display: block;
  margin: 30px auto 0;
  color: #ffffff;
  text-align: center;
  width: 210px;
  height: 52px;
  background: #1f2a66;
  text-decoration: none;
  line-height: 52px;
  border: none;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .start-now:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.7; }

.btn-custom {
  margin-top: 100px;
  display: block;
  color: #ffffff;
  text-align: center;
  width: 210px;
  margin: 0 auto;
  height: 52px;
  background: #1f2a66;
  text-decoration: none;
  line-height: 52px;
  border: none;
  letter-spacing: 3px;
  font-size: 15px;
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px; }
  .btn-custom:hover {
    color: #ffffff;
    background: rgba(31, 42, 102, 0.95); }
  .btn-custom:active {
    color: #ffffff; }
  .btn-custom:visited {
    color: #ffffff; }

.info h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: normal; }
.info p {
  font-size: 15px;
  line-height: 1.6;
  font-size: 14px; }

.contact {
  padding-top: 20px; }
  .contact h2 {
    letter-spacing: 1px;
    font-weight: normal;
    font-style: italic;
    color: #1c2a55;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    margin-bottom: 20px; }
  .contact span, .contact .message span {
    font-size: 15px;
    color: #1c2a55;
    font-style: italic;
    display: block;
    margin-bottom: 4px; }
  .contact .text {
    width: 100%;
    border: 1px solid black;
    font-size: 13px;
    padding: 2% 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .contact .message-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 226px;
    margin-bottom: 30px;
    border: 1px solid black; }
  .contact .grid {
    margin: 0 -17px; }
    .contact .grid .grid-item {
      width: 50%;
      padding: 0 17px;
      margin-bottom: 15px; }
  .contact .gmap {
    margin-top: 20px;
    float: right;
    width: 55%; }
  .contact .contact-box {
    width: 40%;
    float: left;
    margin-bottom: 50px; }
  .contact .forum {
    margin-bottom: 50px; }

.cloth-box {
  padding: 10px;
  background: #E6E6E6;
  overflow: hidden; }
  .cloth-box .cloth-select {
    float: left;
    width: 70%; }
  .cloth-box .cloth-img {
    float: right;
    width: 30%;
    padding: 20px;
    margin-top: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .cloth-box .cloth-img img {
      background: #F1ECE8;
      padding: 5px; }
    .cloth-box .cloth-img span {
      text-align: right;
      display: block;
      margin-top: 10px;
      font-style: italic; }
      .cloth-box .cloth-img span i {
        margin-right: 5px; }
  .cloth-box .cloth-menu {
    overflow: hidden; }
    .cloth-box .cloth-menu .ui-tabs-active a {
      background: #1C2A55;
      color: #ffffff; }
    .cloth-box .cloth-menu li {
      padding-top: 5px;
      margin-right: 5px;
      float: left; }
    .cloth-box .cloth-menu a {
      display: block;
      padding: 10px 20px;
      background: #F1ECE8;
      color: #1C2A55;
      text-decoration: none;
      -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5); }
  .cloth-box .panel {
    background: #1C2A55;
    overflow: hidden;
    padding: 30px; }
    .cloth-box .panel .grid {
      margin: 0 -10px; }
    .cloth-box .panel .grid-2-4-4 .grid-item {
      padding: 0 10px;
      width: 25%;
      text-align: center;
      margin-bottom: 10px; }
    .cloth-box .panel i {
      margin-top: 10px;
      color: #ffffff; }
    .cloth-box .panel img {
      border: 1px solid #1C2A55; }
    .cloth-box .panel .active img {
      border: 1px solid #ffffff; }

.font-style {
  background: #E6E6E6;
  padding: 15px 25px; }
  .font-style .panel {
    background: #F1ECE8;
    -webkit-box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 30;
    padding: 30px;
    overflow: hidden; }
  .font-style .font-box {
    width: 50%;
    float: left; }
    .font-style .font-box a {
      float: left; }

.style-btn {
  margin-right: 20px;
  border: 1px solid #1f2a66;
  color: #1f2a66;
  text-decoration: none;
  padding: 4px;
  font-size: 12px; }
  .style-btn:hover {
    background: #1f2a66;
    color: #ffffff; }

.font-menu:after {
  content: "";
  display: table;
  clear: both; }
.font-menu li {
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); }
  .font-menu li:before {
    width: 100px;
    height: 2px;
    background: #F1ECE8; }
.font-menu .ui-state-active a {
  background: #F1ECE8;
  color: #1f2a66;
  outline: none; }
.font-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  background: #1C2A55;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 20px; }

.measurement {
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E6E6E6;
  padding: 30px 70px 10px;
  overflow: hidden; }
  .measurement h3 {
    text-align: center;
    margin: 0;
    font-style: italic; }
  .measurement dl {
    width: 45%;
    float: left;
    margin: 0;
    margin-right: 10%; }
  .measurement dt {
    float: left;
    width: 50%;
    font-style: italic;
    color: #1f2a66;
    font-size: 13px; }
  .measurement dd {
    float: left;
    width: 50%;
    margin: 0;
    margin-bottom: 20px; }
    .measurement dd input {
      width: 100%;
      border: none; }
  .measurement textarea {
    width: 100%;
    border: none; }
  .measurement .no-margin-right {
    margin-right: 0; }
  .measurement .login-title {
    position: relative; }
    .measurement .login-title .btn-login {
      position: absolute;
      width: 170px;
      top: -10px;
      left: 0;
      height: 40px; }

.unit {
  text-align: right; }

.more-news {
  padding-top: 10px; }
  .more-news a {
    display: block;
    margin-bottom: 8px; }
  .more-news figcaption {
    color: #1f2a66;
    font-style: italic;
    letter-spacing: 1px; }
  .more-news figure {
    margin: 0; }
  .more-news h3 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 1px;
    color: #1f2a66; }
  .more-news .grid {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -20px; }
  .more-news .grid-2-2-4 .grid-item {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    float: left;
    width: 25%; }
    .more-news .grid-2-2-4 .grid-item img {
      width: 100%;
      height: auto; }

.fit-suit {
  position: relative;
  width: 970px; }
  .fit-suit .table {
    font-size: 12px; }
    .fit-suit .table td {
      border: 1px solid #000000;
      line-height: 0.5; }
    .fit-suit .table th {
      border: 1px solid #000000; }
  .fit-suit .table-bordered {
    border-top: 1px solid #000000; }
  .fit-suit .table > thead:first-child > tr:first-child > th:first-child {
    position: absolute;
    display: inline-block;
    height: auto;
    width: 117px;
    background: #ffffff; }
  .fit-suit .table > tbody > tr > td:first-child {
    position: absolute;
    display: inline-block;
    height: auto;
    width: 117px;
    background: #ffffff; }
  .fit-suit .table > thead:first-child > tr:first-child > th:nth-child(2) {
    padding-left: 127px; }
  .fit-suit .table > tbody > tr > td:nth-child(2) {
    padding-left: 127px !important; }

.warpper-member {
  overflow: hidden;
  width: 960px;
  margin: 130px auto;
  position: relative;
  padding-bottom: 15px; }
  .warpper-member .center-line:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 600px;
    left: 50%;
    top: 1px;
    background: #000; }

.member-login {
  width: 45%;
  float: left; }
  .member-login h2 {
    color: #1f2a66;
    margin: 0px;
    margin-bottom: 10px;
    font-style: italic; }
  .member-login h3 {
    font-size: 13px;
    margin: 0;
    font-style: italic;
    color: #1f2a66;
    margin-bottom: 26px; }
  .member-login .text-login, .member-login .text-code {
    border: 1px solid #000;
    margin-bottom: 20px;
    width: 200px;
    height: 26px;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 5px; }
  .member-login .text-code {
    width: 130px; }
  .member-login .text-checkbox {
    font-style: italic;
    font-size: 13px; }
    .member-login .text-checkbox input {
      margin-right: 7px; }
  .member-login .btn {
    padding: 0 10px;
    width: 123px;
    position: absolute;
    bottom: 0; }

.member-register {
  float: right;
  width: 43%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .member-register h2 {
    color: #1f2a66;
    margin: 0;
    margin-bottom: 10px;
    font-style: italic; }
  .member-register h3 {
    font-size: 13px;
    margin: 0;
    font-style: italic;
    color: #1f2a66;
    margin-bottom: 26px; }
  .member-register p {
    margin: 0;
    color: #ffffff;
    text-align: justify;
    font-size: 12px;
    line-height: 2; }
  .member-register .body {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #1f2a66;
    padding: 10px 15px; }
  .member-register .btn {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
    width: 123px; }
  .member-register .btn-next {
    float: right; }

.register-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #1f2a66;
  padding: 10px 15px; }
  .register-content p {
    color: #ffffff; }

.step {
  overflow: hidden; }
  .step .active {
    background: #1f2a66; }
    .step .active .number {
      color: #1f2a66; }

.step-top {
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  float: left;
  font-size: 12px;
  background: #CCCCCC;
  color: #ffffff;
  padding: 20px 0 20px 10px; }
  .step-top .s-step, .step-top .s-title {
    margin-top: 3px; }
  .step-top .s-title {
    font-style: italic; }
  .step-top .number {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #ffffff;
    padding: 2px 10px;
    text-align: center;
    margin: 0 5px;
    font-size: 18px;
    font-weight: bold;
    color: #CCCCCC; }

.credit-card-note {
  float: left;
  font-size: 12px;
  color: #1f2a66;
  margin-top: 10px;
  margin-left: 17px; }

.s-titile {
  margin: 0;
  font-style: italic;
  font-size: 17px;
  color: #1f2a66;
  letter-spacing: 1px;
  font-weight: normal;
  margin: 30px 0 15px; }

.s-cart {
  overflow: hidden; }
  .s-cart:after {
    content: "";
    display: table;
    clear: both; }

.s-cart-table {
  width: 100%;
  max-width: 100%; }
  .s-cart-table td {
    padding: 5px 5px; }
  .s-cart-table h4 {
    margin: 0;
    letter-spacing: 1px;
    font-style: italic;
    margin-bottom: 7px;
    color: #1f2a66; }
  .s-cart-table ul {
    overflow: hidden; }
  .s-cart-table li {
    padding: 0;
    margin: 0;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    font-style: italic; }
  .s-cart-table .price {
    font-size: 15px;
    color: #1C2A55;
    text-align: right;
    font-style: italic; }
  .s-cart-table .center {
    text-align: center;
    vertical-align: middle; }
  .s-cart-table .box-1 {
    padding-top: 15px;
    width: 50px;
    height: 50px;
    display: block; }

.s-cart-note {
  color: #1f2a66;
  background: #F1ECE8;
  padding: 10px;
  font-size: 13px; }
  .s-cart-note .code {
    margin-right: 15px; }
  .s-cart-note .code-text {
    margin-right: 10px;
    border: none;
    border-bottom: 1px solid #1f2a66;
    background: transparent; }
  .s-cart-note .ok {
    width: 60px;
    background: #1f2a66;
    color: #ffffff;
    border: none; }

.payment-item {
  margin-left: 20px; }
  .payment-item li {
    line-height: 2;
    color: #1f2a66;
    font-size: 14px; }
  .payment-item select {
    border: 1px solid #000;
    font-size: 12px;
    background: #ffffff; }
    .payment-item select option {
      padding: 0 50px; }

.s-cart-right-r {
  float: right;
  width: 350px; }

.s-cart-right {
  margin-right: 10px;
  margin-bottom: 10px;
  font-style: italic;
  float: right; }
  .s-cart-right dl {
    margin: 0;
    margin-top: 3px; }
  .s-cart-right dt {
    float: left;
    text-align: right;
    font-size: 17px; }
  .s-cart-right dd {
    width: 250px;
    text-align: right;
    font-size: 17px; }
  .s-cart-right span {
    display: block; }

.totlal {
  float: right;
  color: #C1272D; }

.free-oo {
  float: right;
  margin-right: 20px; }

.free-o {
  -moz-border-radius: 110px;
  -webkit-border-radius: 110px;
  border-radius: 110px;
  background: #1f2a66;
  width: 110px;
  height: 110px;
  color: #F1ECE8;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px; }
  .free-o span {
    font-size: 20px; }

.s-cart-btn {
  clear: right;
  float: right;
  text-align: center; }
  .s-cart-btn span {
    font-size: 12px;
    font-style: italic; }

.s-cart-forum {
  padding-top: 15px; }
  .s-cart-forum dt {
    float: left;
    width: 135px;
    color: #1C2A55;
    font-size: 14px; }
  .s-cart-forum .text {
    border: 1px solid #1f2a66;
    padding: 0 5px;
    height: 20px;
    width: 287px; }
  .s-cart-forum textarea {
    border: 1px solid #1f2a66;
    padding: 5px;
    width: 287px;
    height: 52px; }
  .s-cart-forum span {
    display: inline-block;
    margin-right: 10px; }
  .s-cart-forum label {
    font-size: 14px; }
  .s-cart-forum .radio-space {
    margin-right: 3px; }
  .s-cart-forum select {
    border: 1px solid #000;
    font-size: 12px;
    background: #ffffff; }

.pageview {
  overflow: hidden;
  width: 310px;
  margin: 0 auto; }
  .pageview .prev {
    float: left;
    position: relative; }
    .pageview .prev:before {
      content: "\f0d9";
      font-family: "FontAwesome";
      color: #ffffff;
      position: absolute;
      left: 20px;
      top: 11px; }
  .pageview .next {
    float: right;
    position: relative; }
    .pageview .next:after {
      content: "\f0da";
      font-family: "FontAwesome";
      color: #ffffff;
      position: absolute;
      right: 20px;
      top: 11px; }

.order-completed h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  font-style: italic;
  margin-top: 90px;
  letter-spacing: 1px; }
.order-completed .table-a {
  width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #1f2a66; }
  .order-completed .table-a td {
    border-top: 1px solid #1f2a66;
    padding: 5px;
    font-size: 15px; }
  .order-completed .table-a .price {
    text-align: right;
    color: #C1272D;
    font-style: italic;
    letter-spacing: 1px; }
  .order-completed .table-a .no {
    color: #C1272D;
    font-weight: bold;
    width: 55%; }
.order-completed .thanks {
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-top: 50px;
  letter-spacing: 2px; }

.size {
  width: 100px;
  margin-bottom: 15px; }
  .size select {
    width: 100%;
    text-align: center; }

.quantity {
  width: 100px; }
  .quantity .btn {
    width: 30px;
    padding: 0px;
    background: #ffffff;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    line-height: 1;
    height: 10px; }
  .quantity .input-group .left {
    border-radius: 5px 0 0 5px;
    border: 1px solid #7F8080;
    border-right: none; }
  .quantity .input-group .right {
    border-radius: 0 5px 5px 0;
    border: 1px solid #7F8080;
    border-left: none; }
  .quantity input {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid #7F8080;
    border-right: none;
    border-left: none;
    height: 25px; }

.color-select .color {
  line-height: 1;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 15px; }
  .color-select .color li {
    border: 1px solid #ffffff;
    float: left;
    padding: 2px 3px 3px;
    margin-right: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .color-select .color li img {
      width: 100%;
      height: auto;
      background: #000; }
  .color-select .color .active {
    border: 1px solid #000000; }

.shop-detail {
  padding: 20px 0; }

#owl-demo .item {
  background: #3fbf79;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center; }

.customNavigation {
  text-align: center; }

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

#home-banner .item img {
  display: block;
  width: 100%;
  height: auto; }

.member-center-menu {
  width: 960px;
  margin: 40px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .member-center-menu ul {
    border: 1px solid #000000;
    overflow: hidden; }
  .member-center-menu li {
    float: left;
    line-height: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .member-center-menu li:nth-child(1) {
      width: 20%;
      border-right: 1px solid #1C2A55; }
    .member-center-menu li:nth-child(2) {
      width: 20%;
      border-right: 1px solid #1C2A55; }
    .member-center-menu li:nth-child(3) {
      width: 20%;
      border-right: 1px solid #1C2A55; }
    .member-center-menu li:nth-child(4) {
      width: 20%;
      border-right: 1px solid #1C2A55; }
    .member-center-menu li:nth-child(5) {
      width: 20%; }
  .member-center-menu a {
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: center;
    font-style: italic; }
    .member-center-menu a:hover {
      background: #F1ECE8; }
  .member-center-menu .active {
    background: #F1ECE8; }

.member-center {
  margin-top: 60px;
  overflow: hidden;
  margin-bottom: 100px; }
  .member-center h2 {
    font-size: 24px; }
  .member-center aside {
    float: left;
    width: 20%; }
    .member-center aside ul {
      border: 1px solid #000000;
      border-bottom: none;
      overflow: hidden; }
    .member-center aside li {
      border-bottom: 1px solid #1C2A55; }
    .member-center aside a {
      display: block;
      width: 100%;
      font-size: 13px;
      text-align: center;
      font-style: italic;
      padding: 10px 0; }
      .member-center aside a:hover {
        background: #F1ECE8; }
    .member-center aside .active {
      background: #F1ECE8; }
  .member-center .main {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 77%; }
    .member-center .main .grid {
      margin: 0 -20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .member-center .main .grid-1-2-2 .grid-item {
      padding: 0 20px;
      float: left;
      width: 50%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .member-center .btn-member {
    clear: both; }
  .member-center .no-margin-right {
    margin-right: 0; }
  .member-center .customization {
    overflow: hidden; }
    .member-center .customization .select-box {
      background: #F1ECE8;
      width: 100%;
      height: 50px;
      margin-bottom: 30px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 12px 0 0 20px; }
      .member-center .customization .select-box select {
        width: 200px;
        border: 1px solid #000;
        font-size: 12px;
        background: #ffffff;
        margin-right: 5px; }
      .member-center .customization .select-box input {
        font-size: 12px;
        width: 60px;
        background: #1f2a66;
        color: #ffffff;
        border: none; }
      .member-center .customization .select-box span {
        font-size: 13px;
        margin-right: 7px;
        margin-top: 5px; }
    .member-center .customization .grid {
      margin: 0 -15px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .member-center .customization .grid-2-3-4 .grid-item {
      width: 20%;
      float: left;
      padding: 0 15px;
      margin-bottom: 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .member-center .customization .grid-2-3-4 .grid-item .small {
        letter-spacing: 0px; }
    .member-center .customization h4 {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 13px;
      letter-spacing: 1px;
      min-height: 40px; }
      .member-center .customization h4 .medium {
        display: inline-block;
        vertical-align: middle; }
    .member-center .customization .line-box {
      border: 1px solid #1f2a66;
      background: #1f2a66;
      color: #ffffff;
      text-align: center;
      font-size: 13px; }
    .member-center .customization .font-type {
      border: 1px solid #1f2a66;
      background: #1f2a66;
      color: #ffffff;
      text-align: center;
      font-size: 13px; }
      .member-center .customization .font-type a {
        color: #ffffff; }

.best-items h4 {
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 2px; }

#sync1 .item {
  text-align: center; }

#sync2 .item {
  cursor: pointer; }

#sync2 .item h1 {
  font-size: 18px; }

#sync2 .synced {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #1f2a66; }

#sync2 .synced .item {
  cursor: pointer; }

.open > .dropdown-menu {
  z-index: 1000; }

.shop-cart-mobile {
  top: 84px;
  z-index: 1000; }
  .shop-cart-mobile .dropdown-menu {
    z-index: 1000;
    min-width: 100%;
    width: 100%;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }

.text-a {
  font-size: 15px;
  font-style: italic; }

/* pushy menu addition */
.close {
  position: absolute;
  right: 32px;
  top: 32px;
  height: 60px;
  height: 60px;
  opacity: 0.3;
  padding: 9px;
  cursor: pointer;
  padding: 0px; }

.close:hover {
  opacity: 1; }

.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff; }

.close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-social-media {
  margin-left: 30px; }
  .menu-social-media a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    padding-left: 0px; }

.data-tabs:after {
  display: table;
  content: "";
  clear: both;
  width: 100%; }
.data-tabs li {
  float: left;
  border: 1px; }
.data-tabs a {
  display: block;
  padding: 10px; }

.m-box .table {
  font-size: 12px;
  margin-bottom: 0px; }

.m-box:after {
  display: table;
  content: "";
  clear: both; }
.m-box .btn-general {
  float: right; }
.m-box .m-measurement {
  width: 100%;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #E6E6E6;
  padding: 30px 70px 10px;
  overflow: hidden; }
  .m-box .m-measurement h3 {
    margin: 0;
    text-align: center;
    font-style: italic; }
  .m-box .m-measurement dl {
    width: 45%;
    float: left;
    margin: 0;
    margin-right: 10%; }
  .m-box .m-measurement dt {
    float: left;
    width: 50%;
    font-style: italic;
    color: #1f2a66;
    font-size: 13px; }
  .m-box .m-measurement dd {
    float: left;
    width: 50%;
    margin: 0;
    margin-bottom: 20px; }
    .m-box .m-measurement dd input {
      width: 100%;
      border: none; }
  .m-box .m-measurement textarea {
    width: 100%;
    border: none; }
  .m-box .m-measurement .no-margin-right {
    margin-right: 0; }
  .m-box .m-measurement .login-title {
    position: relative; }
    .m-box .m-measurement .login-title .btn-login {
      position: absolute;
      width: 170px;
      top: -10px;
      left: 0;
      height: 40px; }

.to-top {
  -webkit-appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
  position: fixed;
  border: none;
  right: 40px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background: #1f2a66; }

.lang {
  position: absolute;
  right: 50px;
  top: 40px; }
  .lang button {
    border: none;
    color: #ffffff;
    display: block;
    width: 120px;
    font-size: 13px;
    background: #1f2a66;
    letter-spacing: 1px; }
  .lang .dropdown-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    left: -40px;
    color: #1f2a66; }

.modal-header .close {
  position: static;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  height: auto; }

@media screen and (max-width: 1355px) {
  .i-fixed .i-fb {
    margin-left: 3.69004%; } }
@media screen and (max-width: 1333px) {
  .point {
    width: 100%; }

  .point-photo {
    margin: 0;
    width: 100%;
    height: auto; }

  .point-content {
    margin-top: 0;
    padding-top: 40px; } }
@media screen and (max-width: 1280px) {
  footer {
    padding-left: 3%;
    padding-right: 3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .footer {
    width: 100%; }

  .i-fixed h3 {
    letter-spacing: 7px; }
  .i-fixed .i-fb {
    margin-left: 1.47601%; }
    .i-fixed .i-fb a:before {
      left: 256px; } }
@media screen and (max-width: 1200px) {
  .ig-img {
    width: 100%; }
    .ig-img a {
      display: block;
      width: 20%; }
      .ig-img a img {
        width: 100%;
        height: auto; }

  .footer {
    width: 100%; } }
@media screen and (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 1000px) {
  .logo {
    width: 180px;
    margin-top: 10px;
    margin-left: 50px; }

  .nav {
    margin-left: 30px;
    padding-top: 48px; }
    .nav li {
      margin-right: 20px; } }
@media screen and (max-width: 960px) {
  .shop-content {
    width: 100%;
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .shop-list .title-wrapper {
    width: 100%;
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-list .list {
    width: 100%;
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-list .grid-2-2-4 .grid-item {
    width: 50%; }

  .warpper-member {
    width: 100%;
    padding: 5%; }

  .services-content {
    width: 100%;
    padding: 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .services-menu {
    width: 100%;
    padding: 5%;
    margin: 15px 0 0; }
    .services-menu li {
      width: 50%; }
      .services-menu li:nth-child(1) {
        width: 50%;
        border-bottom: 1px solid #1C2A55; }
      .services-menu li:nth-child(2) {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid #1C2A55; }
      .services-menu li:nth-child(3) {
        width: 50%;
        border-bottom: 1px solid #1C2A55; }
      .services-menu li:nth-child(4) {
        width: 50%;
        border-right: none;
        border-bottom: 1px solid #1C2A55; }
      .services-menu li:nth-child(5) {
        width: 50%;
        border-right: 1px solid #1C2A55; } }
@media screen and (max-width: 890px) {
  .shop-btn {
    width: 100%;
    padding: 10% 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
@media screen and (max-width: 850px) {
  .fit-suit {
    width: 100%; }

  .i-custom .grid {
    margin: 0 -30px; }

  .i-custom {
    width: 100%;
    padding-right: 10%;
    padding-left: 10%; }
    .i-custom .grid-1-2-4 .grid-item {
      width: 50%;
      padding: 0 30px; } }
@media screen and (max-width: 767px) {
  .nav {
    display: none; }

  .lang {
    display: none; }

  .logo {
    float: none;
    margin: 0 auto; }
    .logo img {
      width: 100%; }

  .f-contact, .f-mailto {
    width: 40%; }

  .f-pay {
    width: 40%;
    clear: left; }

  .f-follow {
    width: 40%;
    float: left; }
    .f-follow h3 {
      float: none; }
    .f-follow ul {
      margin-top: 15px;
      margin-left: 2%; }

  .point-content .wra {
    padding: 0 5%; }

  .copyright {
    width: 100%;
    clear: both;
    float: none;
    font-size: 12px;
    text-align: center; } }
@media screen and (max-width: 640px) {
  .font-style .font-box {
    width: 100%;
    margin-bottom: 20px; }

  .measurement {
    padding-right: 50px;
    padding-left: 50px; }
    .measurement .login-title .btn-login {
      position: static; }
    .measurement dl {
      width: 100%; }

  .cloth-box .cloth-select {
    float: none;
    width: 100%; }
  .cloth-box .cloth-img {
    float: none;
    width: 60%;
    margin: 0 auto; }
  .cloth-box .cloth-menu {
    width: 100%; }
    .cloth-box .cloth-menu a {
      padding: 7px 10px;
      width: 100%;
      font-size: 12px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .cloth-box .cloth-menu li {
      width: 25%;
      margin-right: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

  .cloth-box .panel .grid-2-4-4 .grid-item {
    width: 50%; }

  .more-news .grid-2-2-4 .grid-item {
    width: 50%;
    margin-bottom: 15px; }

  .shop-photo {
    float: none;
    width: 100%; }

  .shop-info {
    float: none;
    width: 100%; }

  .member-login {
    float: none;
    width: 100%; }
    .member-login .btn {
      position: static;
      margin-top: 100px; }

  .warpper-member {
    margin: 40px 0;
    height: auto; }

  .warpper-member .center-line:after {
    height: 1px;
    width: 90%;
    left: 5%;
    top: 54%; }

  .member-register {
    float: none;
    width: 100%;
    margin-top: 60px; }
    .member-register .btn {
      position: static;
      margin-top: 100px; }

  .point-content .wrapper {
    padding: 0 5%; }
  .point-content p {
    text-align: left; }

  .point-photo .wrapper {
    padding: 0; }

  .s-cart-note {
    width: 100%; }
    .s-cart-note .vip {
      margin-bottom: 5px;
      display: block; }
    .s-cart-note .ok {
      display: block;
      width: 100%; }
    .s-cart-note .code {
      display: block;
      width: 15%;
      margin-right: 0px;
      float: left; }
    .s-cart-note .code-text {
      float: left;
      margin-right: 0px;
      margin-bottom: 10px;
      width: 80%; }
    .s-cart-note label {
      width: 100%; }

  .payment-item {
    margin-bottom: 30px;
    margin-left: 0px; }
    .payment-item li {
      margin-bottom: 5px; }
    .payment-item select {
      display: block;
      width: 100%; }

  .logo {
    width: 170px; }

  .shop-btn .grid-1-3-3 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 1px; }

  .type-btn em {
    display: none; }

  .select-style .grid {
    padding: 0px; }
  .select-style .grid-1-3-3 {
    padding: 5%;
    padding-bottom: 0px; }
    .select-style .grid-1-3-3 .grid-item {
      width: 50%; }
  .select-style .grid-1-2-2 {
    padding: 5%;
    padding-bottom: 0px; }
    .select-style .grid-1-2-2 .grid-item {
      width: 50%; }
  .select-style .grid-1-4-4 {
    padding: 10%;
    padding-bottom: 0px; }
    .select-style .grid-1-4-4 .grid-item {
      width: 50%; }

  .warpper-member {
    width: 100%; }

  .step .step-top {
    width: 100%;
    float: none; }

  .services-menu {
    width: 100%;
    margin: 15px 0 0; }
    .services-menu li:nth-child(1) {
      width: 100%;
      border-right: none; }
    .services-menu li:nth-child(2) {
      width: 100%; }
    .services-menu li:nth-child(3) {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #1C2A55; }
    .services-menu li:nth-child(4) {
      width: 100%;
      border-bottom: 1px solid #1C2A55; }
    .services-menu li:nth-child(5) {
      width: 100%;
      border-right: none;
      border-bottom: none; }

  .services-content .register {
    width: 100%; }

  .shop-cart {
    margin-top: 15px;
    width: 100%;
    position: static;
        /* .icon-shop-cart{
			display: block;
			margin-right: 13px;
			margin-top: 5px;
			a{
				&:hover{
					border: none;
				}
			}
			img{
				width: 40px;
				height: auto;
			}
			.icon-bag{
				display: none;
			}
		} */ }
    .shop-cart ul {
      text-align: center; }
    .shop-cart li {
      margin: 0px;
      width: 25%; }
      .shop-cart li:nth-child(2) {
        display: none; }
      .shop-cart li:nth-child(4) {
        display: none; }
      .shop-cart li:nth-child(6) {
        display: none; }

  .menu {
    display: block;
    top: 50px; }

  .nav {
    display: none; }

  .i-believe {
    padding-left: 2%;
    padding-right: 2%; }
    .i-believe h2 {
      font-size: 30px;
      letter-spacing: 7px; }
    .i-believe p {
      font-size: 12px; }

  .ig-img a {
    float: none;
    width: 60%;
    margin: 0 20%; }

  .i-custom .grid {
    margin: 0px; }

  .i-custom {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%; }
    .i-custom .grid-1-2-4 .grid-item {
      width: 50%;
      padding: 0px; }
    .i-custom h2 {
      letter-spacing: 2px;
      font-size: 20px; }
    .i-custom h3 {
      letter-spacing: 1px;
      font-size: 25px; }

  .point h3 {
    letter-spacing: 2px;
    font-size: 25px; }

  .about .grid {
    margin: 0; }
  .about .grid-1-2-2 .grid-item {
    width: 100%; }
  .about h2 {
    letter-spacing: 2px;
    font-size: 30px; }
  .about h3 {
    font-size: 25px; }
  .about p {
    font-size: 15px; }

  .services .grid {
    margin: 0; }
  .services .grid-1-2-2 .grid-item {
    width: 100%; }
  .services h2 {
    letter-spacing: 2px;
    font-size: 30px; }
  .services h3 {
    letter-spacing: 2px;
    font-size: 25px; }
  .services .grid {
    margin: 0; }
    .services .grid .services-box, .services .grid .services-box-2 {
      padding-top: 0; }

  .grid-1-2-2 .grid-item {
    width: 100%;
    padding: 0 2%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .i-ig h2 {
    font-size: 35px;
    letter-spacing: 2px; }
  .i-ig h3 {
    font-size: 15px;
    letter-spacing: 1px; }

  .f-contact, .f-mailto {
    width: 90%;
    float: none; }

  .f-contact {
    margin: 0 auto;
    float: none; }

  .f-mailto {
    margin: 0 auto;
    float: none; }

  .f-pay {
    width: 90%;
    margin: 0 auto;
    float: none; }

  .f-follow {
    width: 90%;
    margin: 0 auto;
    float: none; }
    .f-follow h3 {
      float: none; }
    .f-follow ul {
      margin-top: 15px;
      margin-left: 2%; }

  .i-fixed {
    padding-top: 20px; }
    .i-fixed h3 {
      letter-spacing: 7px;
      margin-bottom: 20px; }
      .i-fixed h3 .fb {
        float: left; }
    .i-fixed .name {
      width: 100%;
      margin: 0px;
      margin-bottom: 10px;
      position: static;
      text-align: center; }
      .i-fixed .name span {
        display: inline-block;
        margin-left: 30px; }
    .i-fixed .i-fb {
      margin: 0px;
      width: 100%;
      text-align: center;
      position: static; }
      .i-fixed .i-fb a {
        text-align: center;
        display: block;
        margin: 0px; }
        .i-fixed .i-fb a:before {
          position: relative;
          left: 50%;
          margin-left: -30px;
          margin-bottom: 10px; }
      .i-fixed .i-fb img {
        margin: 0;
        margin-bottom: 10px; }

  .copyright {
    margin-top: 70px; }
    .copyright span {
      display: none; }

  .event {
    padding-top: 50px; }
    .event .grid-1-2-2 .grid-item {
      width: 100%; }
    .event .grid-1-2-2 .event-box {
      width: 100%;
      min-height: auto;
      margin-bottom: 10px; }
      .event .grid-1-2-2 .event-box h3 {
        font-size: 30px;
        letter-spacing: 2px; }
      .event .grid-1-2-2 .event-box p {
        font-size: 15px; }
    .event a.more {
      position: static;
      left: 0; }

  .btn {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }

  .contact {
    width: 100%; }
    .contact h2 {
      font-size: 20px; }
    .contact span, .contact .message span {
      font-size: 15px; }
    .contact .text {
      font-size: 15px;
      padding: 1% 2%; }
    .contact .message-text {
      width: 100%;
      height: 226px; }
    .contact .grid .grid-item {
      margin-bottom: 15px;
      width: 100%; }
    .contact .gmap {
      width: 100%;
      float: none; }
    .contact .contact-box {
      width: 100%;
      float: none; }

  .custom-step {
    width: 100%; }
    .custom-step h2 {
      font-size: 30px;
      letter-spacing: 5px; }
    .custom-step h3 {
      font-size: 17px;
      font-style: italic;
      font-weight: normal; }
    .custom-step p {
      line-height: 1.6; }
    .custom-step .custom-box {
      position: relative;
      padding: 70px 5%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .custom-step .number {
      text-align: center;
      position: static;
      margin: 0 auto;
      font-size: 22px; }
    .custom-step .custom-box-icon {
      float: none;
      width: 40%;
      margin: 0 auto;
      padding-top: 20px; }
    .custom-step .step-content {
      float: none;
      width: 100%;
      font-size: 13px;
      padding: 0; }
      .custom-step .step-content h3 {
        font-style: normal;
        font-weight: bold; } }
/* @media ( max-width: 585px) {
    .input-group span.input-group-btn, .input-group input, .input-group button {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    .input-group {
        position: relative;
    }
    .input-group span.data-up {
        position: absolute;
        top: 0;
    }
    .input-group span.data-dwn {
        position: absolute;
        bottom: 0;
    }
    .form-control.text-center {
        margin: 34px 0;
    }
    .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
        margin-left: 0;
    }
} */
#zh .measurement h3, #zh .measurement dt, #zh .type-btn em, #zh .page-title {
  font-style: normal; }
#zh .more-news h3, #zh .member-login h2, #zh .member-register h3, #zh .member-login h3, #zh .member-register h2, #zh .member-login .text-checkbox {
  font-style: normal; }
#zh .more-news figcaption, #zh .text-login, #zh .text-code {
  font-style: normal; }
#zh .event-detail h3 {
  font-style: normal; }
#zh .shop-list .title-wrapper {
  font-style: normal; }
#zh .services-content .list-d em {
  font-size: 13px; }
#zh .services-content .list-d h4 {
  font-style: normal; }
#zh .services-content .list-d li {
  font-style: normal; }
#zh .services-content h3 {
  font-style: normal; }
#zh .services-content article {
  font-style: normal; }
#zh .services-menu a {
  font-style: normal; }
#zh .s-titile, #zh .step-top .s-title, #zh .s-cart-right dt, #zh .s-cart-table .price, #zh .s-cart-right {
  font-style: normal; }
#zh .nav a, #zh .s-cart-table h4, #zh .s-cart-table li {
  font-style: normal; }
#zh .shop-cart a {
  font-style: normal; }
#zh .services h2, #zh .about h2 {
  font-style: normal; }
#zh .point-content h4 {
  font-style: normal;
  margin-bottom: 10px; }
#zh .point-content {
  line-height: 1.8; }
#zh .footer h3 {
  font-style: normal; }
#zh .i-believe h3 {
  font-style: normal; }
#zh .contact h2 {
  font-style: normal; }
#zh .contact span, #zh .contact .message span {
  font-style: normal; }
#zh .btn {
  font-style: normal; }
#zh .event-box h3, #zh .services h4 {
  font-style: normal; }
#zh .i-custom h5 {
  font-weight: bold;
  margin-bottom: 3px; }
#zh .i-custom p {
  font-size: 12px; }
#zh .services p {
  line-height: 1.7; }

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-top-110 {
  margin-top: 110px; }

.margin-top-120 {
  margin-top: 120px; }

.margin-top-125 {
  margin-top: 125px; }

.margin-top-130 {
  margin-top: 130px; }

.margin-top-140 {
  margin-top: 140px; }

.margin-top-150 {
  margin-top: 150px; }

.margin-top-160 {
  margin-top: 160px; }

.margin-top-170 {
  margin-top: 170px; }

.margin-top-180 {
  margin-top: 180px; }

.margin-top-190 {
  margin-top: 190px; }

.margin-top-200 {
  margin-top: 200px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-bottom-110 {
  margin-bottom: 110px; }

.margin-bottom-120 {
  margin-bottom: 120px; }

.margin-bottom-130 {
  margin-bottom: 130px; }

.margin-bottom-140 {
  margin-bottom: 140px; }

.margin-bottom-150 {
  margin-bottom: 150px; }

.margin-bottom-160 {
  margin-bottom: 160px; }

.margin-bottom-170 {
  margin-bottom: 170px; }

.margin-bottom-180 {
  margin-bottom: 180px; }

.margin-bottom-190 {
  margin-bottom: 190px; }

.margin-bottom-200 {
  margin-bottom: 200px; }


