/* Variables */
/* Break point */
/* text */
/* Mixin */
/* Mixin style */
/* animation */
/* appearance */
/* border radius */
/* box-shadow */
/* custome font */
/* filter */
/* transform */
/* transition */
/* placeholder */
/* opacity */
/* breakpoint with one condition(min or max) */
/* breakpoint with two conditions (min and max) */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

a {
  text-decoration: none; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (max-width: 1245px) {
  .col-md-12 .content {
    margin: auto; }

  .header-page .container {
    width: 100%;
    margin: auto; }

  .home-high3 .container {
    margin: auto;
    width: 100%; }

  .home-high4 .container {
    margin: auto; }

  .container {
    margin: auto;
    width: auto; }

  .home-high0 .container {
    width: 100%;
    margin: auto;
    padding: 0px; }
    .home-high0 .container .content {
      width: auto;
      padding: 0px 24px; }

  .top-one {
    background-color: #de4245;
    height: 107px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 36px; }

  .top-one-title {
    color: #fff;
    text-align: center;
    padding-top: 45px; }

  span.top-one-number {
    display: inline-block;
    position: relative;
    width: 165px; }

  span.top-numberone {
    position: absolute;
    border: 8px solid #ffffff;
    display: inline-block;
    height: 148px;
    width: 148px;
    border-radius: 74px;
    top: -100px;
    background: #de4245;
    left: 20px;
    font-size: 119px;
    line-height: 120px;
    font-family: 'SwissBlack'; }

  span.top-one-text {
    position: absolute;
    z-index: 99;
    font-size: 32px;
    left: 23px;
    top: -40px;
    font-family: 'Caviar'; } }
@media (min-width: 1200px) {
  .col-md-12 .content {
    margin: auto; }

  .container {
    margin: auto;
    width: auto;
    max-width: 1366px; } }
.container-medium {
  max-width: 991px;
  margin: auto;
  left: 0px;
  right: 0px; }

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " "; }

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%;
    margin: auto;
    padding: 0px; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  #footer .col-lg-3 {
    width: 25%;
    margin: 0px;
    float: left; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important; } }
/*
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
/*global*/
body {
  background: #FFFFFF;
  font-family: Arial,Helvetica,sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 14px; }

a {
  color: #000000; }

textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#content {
  min-height: calc(100vh - 155px); }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

html {
  height: 100%;
  width: 100%; }

div {
  margin: 0;
  padding: 0; }

dl {
  margin: 0;
  padding: 0; }

dt {
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

h1 {
  margin: 0;
  padding: 0;
  color: #111111;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0 0 1.1em;
  padding: 0;
  color: #111111;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  margin: 0 0 1.1em;
  padding: 0; }

h2 {
  margin: 0;
  padding: 0; }

h3 {
  margin: 0;
  padding: 0; }

h4 {
  margin: 0;
  padding: 0; }

h5 {
  margin: 0;
  padding: 0; }

h6 {
  margin: 0;
  padding: 0; }

pre {
  margin: 0;
  padding: 0; }

form {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0 none;
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  margin: 5px 0;
  padding: 8px;
  transition: border-color 0.2s linear 0s; }
  fieldset legend {
    font-size: 12px;
    font-weight: bold; }

p {
  margin: 0;
  padding: 0;
  line-height: 1.6em;
  margin-bottom: 1.5em; }

blockquote {
  margin: 0;
  padding: 0; }

th {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left;
  font-style: normal;
  font-weight: normal; }

td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-align: left; }
  td a {
    color: #000000;
    font-size: 13px;
    text-decoration: none; }
    td a:hover {
      color: #1155cc;
      text-decoration: underline; }

.clear {
  clear: both;
  float: none !important; }

br {
  clear: both;
  float: none !important; }

.none_tag {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 0; }

.clr {
  clear: both; }

div.bg_login {
  margin: auto;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: auto; }

div.login_ {
  background: rgba(0, 0, 0, 0) url("../images/rol.png") repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 6px;
  display: block;
  height: auto;
  padding: 7px 7px 0;
  z-index: 22;
  width: 450px; }

div.all_form_login {
  position: relative;
  top: 150px;
  z-index: 30; }

a.link_other_us {
  color: #f1c40f; }
  a.link_other_us:hover {
    text-decoration: none; }

div.link_login_other {
  text-align: center; }

div.title_login {
  display: none; }

div.text_summary_login {
  color: #044db2;
  font-size: 1.1em;
  padding-top: 10px;
  font-weight: bold; }

div.errow_ms {
  background: #f9e5e6 url("../images/error.png") no-repeat scroll 10px 50%;
  border: 1px solid #e8aaad;
  color: #b50007;
  font-size: 0.9em;
  margin: 0 0 10px;
  padding: 6px 10px 10px 45px;
  text-align: left; }

div.content_login {
  padding: 0 10px 10px; }

div.text_login {
  display: none;
  color: #222;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: left; }

div.input_login input {
  text-align: left; }

.input_sb {
  background: #2ecc71 none repeat scroll 0 0;
  border: 1px solid #27ae60;
  border-radius: 4px;
  color: white;
  float: left;
  font-size: 0.8em;
  font-weight: 800;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-top: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 125px; }

.action {
  text-align: center;
  display: inline-block; }

.input_sb.bn-green {
  background: #3498db none repeat scroll 0 0; }

div.your_point {
  border-radius: 4px;
  color: #4d4d4d;
  font-size: 11px;
  font-weight: bold;
  height: 50px;
  left: 340px;
  outline: medium none;
  position: absolute;
  top: 10px; }

div.content_yp table.sort_table {
  border-radius: 0 0 4px 4px; }

div.mes_top {
  background: #f8f8f8 url("../images/bg_1.gif") repeat-x scroll center bottom;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #0058b3;
  display: block;
  float: right;
  font-weight: bold;
  margin-right: 13px;
  outline: medium none;
  padding: 0.4em 9px 0.4em 16px;
  position: absolute;
  right: -7px;
  top: 40px; }

div.icon_mes {
  float: left;
  padding-right: 4px; }

div.icon_mes2 {
  float: left;
  padding-right: 4px;
  padding-top: 2px; }

div.breakcrumb_all {
  border-bottom: 1px dotted #8f8f8f;
  color: #000000;
  margin: 0;
  padding: 6px 15px 10px;
  text-align: left; }

span.line_bd {
  bottom: 1px;
  display: inline-block;
  padding: 0 2px;
  position: relative; }

.bluecolor_bold {
  color: #287bb5; }

div.all_edit_user {
  background: rgba(0, 0, 0, 0) url("../images/rol.png") repeat scroll 0 0;
  border: 1px solid #e9e9e9;
  margin: 15px auto;
  padding: 15px;
  width: 600px; }

.row {
  clear: both;
  margin: 0;
  padding-top: 10px;
  position: relative; }
  .row select.select_user {
    border: 1px solid #b8b8b8;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 1.5em;
    line-height: 1.384em;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
    width: 110px; }
  .row select.select_user_2 {
    border: 1px solid #b8b8b8;
    color: #666666;
    float: left;
    font-size: 12px;
    height: 1.5em;
    line-height: 1.384em;
    margin-right: 10px;
    padding: 0;
    vertical-align: middle;
    width: 60px; }
  .row .label_user {
    float: left;
    width: 34px; }

#capcha_img {
  padding-bottom: 14px; }

div.title_user {
  font-weight: bold;
  padding-bottom: 15px; }

div.all_send_faq {
  background-color: #f4f4f4;
  border: 1px solid #e9e9e9;
  margin: 15px auto;
  padding: 15px;
  width: 560px; }

div.cart_title {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 16px;
  padding-bottom: 0; }

.fieldsCollection legend {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 0.83em;
  font-weight: bold; }

img {
  border: 0 none; }

.dotline {
  border-top: 1px solid #b5b5b5;
  height: 2px;
  margin: 0 0 0.77em;
  padding: 0;
  width: 100%; }

div.simpleForm label {
  width: 200px; }

div.left_mes {
  float: left;
  width: 12%; }

div.right_mes {
  float: left;
  padding-left: 6px;
  width: 87%; }

div.all_mess {
  background: #fff url("../images/bg_mes_all.jpg") repeat-y scroll left center; }

ul.mess_ul {
  list-style: outside none none;
  padding: 0;
  width: 151px; }
  ul.mess_ul li {
    background: rgba(0, 0, 0, 0) url("../images/line_2x1.jpg") repeat-x scroll center bottom;
    padding: 9px; }
    ul.mess_ul li a {
      background: rgba(0, 0, 0, 0) url("../images/arrow_gray_5x7.gif") no-repeat scroll 0 4px;
      color: #222222;
      font-size: 12px;
      font-weight: bold;
      padding-left: 9px;
      text-decoration: none; }
      ul.mess_ul li a:hover {
        text-decoration: underline; }
  ul.mess_ul li.active_mes a {
    color: #c51818; }

div.component_mesall {
  height: 450px;
  overflow-y: scroll; }

div.top_mes_ {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 15px;
  padding-bottom: 15px; }

div.div_paging {
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 5px 0; }
  div.div_paging a {
    background: #f6f6f6 url("../images/bg2.png") repeat-x scroll 50% 50%;
    border: 1px solid #dddddd;
    color: #0073ea;
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    outline: medium none;
    padding: 3px 6px 2px;
    text-align: center; }
  div.div_paging a.sh_page_selecta {
    background: #f6f6f6 url("../images/bg2.png") repeat-x scroll 50% 50%;
    border: 1px solid #dddddd;
    color: #0073ea;
    font-size: 12px;
    font-weight: bold;
    margin: 2px;
    outline: medium none;
    padding: 3px 6px 2px;
    text-align: center;
    text-decoration: none; }

caption {
  font-weight: normal;
  text-align: left;
  font-style: normal;
  font-weight: normal; }

.sort_table thead th {
  background-color: #e6e6e6;
  font-weight: bold;
  padding: 10px 6px;
  text-align: center; }

#f_search {
  margin: 15px 0 0; }

table.tbldata2 {
  border-collapse: collapse;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px; }

#overlay {
  background: #fff none repeat scroll 0 0;
  display: none;
  position: absolute;
  z-index: 9999; }

#img-load {
  position: absolute; }

ul#nav-menu {
  border-radius: 10px;
  display: inline-table;
  height: 40px;
  list-style: outside none none;
  padding: 0 20px 0 10px;
  position: relative; }
  ul#nav-menu li {
    z-index: 9999;
    float: left;
    line-height: 32px; }
    ul#nav-menu li:hover {
      background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #4f5964 0%, #5f6975 40%) repeat scroll 0 0; }
      ul#nav-menu li:hover > ul {
        display: block;
        z-index: 9999; }
      ul#nav-menu li:hover a {
        color: #fff; }
    ul#nav-menu li a {
      border-right: 1px solid #d0d0d0;
      color: #fff;
      display: block;
      font-weight: bold;
      padding: 5px 15px;
      text-decoration: none; }
    ul#nav-menu li ul {
      border-left: 1px solid #f7f7f7; }
  ul#nav-menu ul {
    display: none;
    background: #5f6975 none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    margin-left: -1px;
    padding: 0;
    position: absolute;
    top: 95%; }
    ul#nav-menu ul li.li_sub {
      line-height: 18px; }
    ul#nav-menu ul li {
      border-bottom: 1px solid #575f6a;
      border-top: 1px solid #6b727c;
      float: none;
      list-style: outside none none;
      position: relative; }
      ul#nav-menu ul li a {
        border: 0 none;
        color: #fff;
        font-size: 11px;
        padding: 5px 10px;
        width: 185px; }
        ul#nav-menu ul li a:hover {
          background: #4b545f none repeat scroll 0 0; }
  ul#nav-menu::after {
    clear: both;
    content: "";
    display: block; }

#nav-menu a {
  z-index: 9999; }

#menu-top {
  text-align: left; }

div.faq_list_item2 {
  background: #ffffff url("../images/faq_line_1x2.jpg") repeat-x scroll left bottom;
  margin: 0 12px;
  padding: 16px 18px 18px; }

div.faq_list_item {
  background: #ffffff url("../images/faq_line_1x2.jpg") repeat-x scroll left bottom;
  margin: 0 12px;
  padding: 16px 4px 18px; }

p.fl_item_title {
  background: rgba(0, 0, 0, 0) url("../images/faq_ak_14x12.png") no-repeat scroll 0 5px;
  padding-left: 20px; }

div.content_dt_faq {
  width: 900px;
  border: 1px solid #dedede;
  border-radius: 4px;
  position: relative; }

p.fls_title {
  background: rgba(0, 0, 0, 0) url("../images/faq_32x32.png") no-repeat scroll 12px 6px;
  height: 30px;
  padding-left: 53px;
  padding-top: 10px; }

p.fl_item_post {
  color: #828282;
  font-size: 11px;
  padding-top: 7px; }

span.fl_item_line {
  padding: 0 3px; }

p.fl_answer {
  font-weight: bold;
  padding: 8px 0 3px; }

div.fl_answer {
  line-height: 19px;
  text-align: justify; }

a.fl_more {
  font-size: 11px;
  font-weight: bold; }

div.fds_title {
  color: #ef5112;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 0 3px; }

div.fds_post {
  color: #4d4d4d;
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 5px; }

div.fds_answer_detail {
  font-size: 12px;
  line-height: 18px;
  padding-top: 8px;
  text-align: justify; }

div.fds_bottom {
  color: #4d4d4d;
  font-size: 11px;
  line-height: 20px;
  padding-bottom: 22px;
  text-align: right; }

div.title_ct_faq {
  background-color: #f4f4f4;
  border-bottom: 1px solid #dedede;
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  padding: 6px 10px; }

div.left_tt_ct_faq {
  float: left;
  line-height: 24px; }

div.fds_content2 div.div_paging {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 12px; }

div.fds_content {
  padding: 12px; }

div.other_faq_bot {
  border-top: 1px solid #d2d2d2;
  padding-top: 15px; }

div.highlight_faq_ {
  background-color: #fbfbdf;
  padding: 0 15px; }
  div.highlight_faq_ a {
    font-size: 12px;
    font-weight: bold; }

div.item_hg_faq {
  border-bottom: 1px solid #dedede;
  padding: 10px 0; }
  div.item_hg_faq p.fl_item_post {
    padding-top: 2px; }

ul.fds_other {
  list-style: outside none none;
  padding-left: 16px; }
  ul.fds_other li {
    background: rgba(0, 0, 0, 0) url("../images/faq_ak_14x12.png") no-repeat scroll 0 3px;
    padding-bottom: 5px;
    padding-left: 19px; }

span.fds_post {
  color: #5d5f5e;
  display: inline-block;
  padding-bottom: 13px;
  padding-left: 19px; }

div.send_qs_ {
  padding: 0; }

div.right_tt_ct_faq {
  float: right; }

.breadcrumb {
  line-height: 20px; }

#tableWrapper {
  background-color: #ffffff;
  border-left: 1px solid #c9c8c8;
  border-right: 1px solid #c9c8c8;
  margin: auto;
  width: 798px; }

#wideTableWrapper {
  background-color: #ffffff;
  border-left: 1px solid #c9c8c8;
  border-right: 1px solid #c9c8c8;
  margin: auto;
  width: 798px; }

.tableHead {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e5e5e5;
  min-height: 29px;
  padding: 18px 25px; }

div.step1Active {
  background-position: -100px -59px;
  background-position: -100px -59px; }

h1.step {
  color: #333333;
  float: left;
  margin: 8px 15px 0 0;
  color: #333333;
  float: left;
  margin: 8px 15px 0 0; }

div.steps {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 0;
  float: left;
  height: 38px;
  margin: 0 10px 0 25px;
  width: 38px; }

div.step1 {
  background-position: -100px -21px; }

div.step2 {
  background-position: -138px -21px; }

div.step3 {
  background-position: -176px -21px; }

div.step2Active {
  background-position: -138px -59px; }

div.step3Active {
  background-position: -176px -59px; }

div.step1Ok {
  background-position: -100px -97px;
  height: 39px;
  margin-left: 15px;
  margin-top: -1px;
  width: 48px; }

div.step2Ok {
  background-position: -148px -97px;
  height: 39px;
  margin-left: 15px;
  margin-top: -1px;
  width: 48px; }

div.step3Ok {
  background-position: -196px -97px;
  height: 39px;
  margin-left: 15px;
  margin-top: -1px;
  width: 48px; }

.leftContent {
  width: 100%; }

.simpleForm {
  margin: 10px 0 0 75px;
  min-height: 0;
  padding-bottom: 60px;
  margin: 10px 0 0 75px;
  min-height: 0;
  padding-bottom: 60px; }

.hint {
  color: #888888; }

small {
  font-size: 0.917em; }

.small {
  font-size: 0.917em; }

div.formField {
  display: block;
  float: left;
  font-weight: normal;
  margin-top: 1px;
  padding: 3px 0;
  width: 125px; }

div.formItem {
  display: block;
  float: left;
  font-weight: normal;
  margin-top: 1px;
  padding: 3px 0;
  width: 125px; }

em {
  color: #d03b3b;
  font-style: normal;
  font-weight: normal; }

.formError {
  background-color: #ffeaea;
  border: 1px solid #f3d3d2;
  border-radius: 10px;
  margin: -10px 0 1em;
  padding: 10px 8px; }

.errorBox {
  float: left;
  width: 298px;
  margin-bottom: 6px; }

input.url {
  background: #ffffff url("../images/sprite.png") no-repeat scroll -1px -172px;
  padding-left: 39px !important;
  width: 243px !important; }

.tipLeft {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -87px 25px;
  padding-left: 8px;
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -307px -97px;
  padding-left: 8px;
  z-index: 101; }

.tipLeftMin {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -307px -97px;
  padding-left: 8px;
  z-index: 101; }

.tableFoot {
  background-color: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  min-height: 29px;
  padding: 18px 25px; }

.dashboardFoot {
  background-color: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  min-height: 29px;
  padding: 18px 25px; }

.statusBox {
  float: left;
  margin: 3px 0 0 8px; }

.ok {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll -138px 0;
  height: 20px;
  margin-top: -1px;
  text-indent: -9999px;
  width: 20px; }

.notice {
  background-color: #fffcee;
  border: 1px solid #e5daa7;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 15px 20px; }
  .notice p {
    margin-bottom: 0; }
  .notice a {
    font-weight: bold; }

.tableBody {
  padding: 20px 25px; }

.greyBox {
  background-color: #e7eaed;
  border-radius: 10px; }

.box40 {
  float: left;
  margin: 12px 0;
  padding: 15px 20px;
  width: 310px;
  float: left;
  margin: 12px 0;
  padding: 15px 20px;
  width: 310px; }

.box60 {
  float: left;
  margin: 12px 0;
  padding: 15px 20px;
  width: 310px;
  width: 358px;
  float: left;
  margin: 12px 0;
  padding: 15px 20px;
  width: 310px; }

.txtCenter {
  text-align: center; }

span.iconDownload {
  background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -220px 0;
  display: inline-block;
  height: 42px;
  margin-right: 18px;
  vertical-align: -17px;
  width: 30px; }

big {
  font-size: 1.3em;
  font-weight: bold; }

a.popup {
  border-bottom: 1px dotted;
  text-decoration: none; }

code.nobg {
  background: transparent none repeat scroll 0 0; }

code {
  background-color: #f1f1f1;
  font-family: monospace;
  line-height: 2em;
  font-style: normal;
  font-weight: normal; }

address {
  font-style: normal;
  font-weight: normal; }

cite {
  font-style: normal;
  font-weight: normal; }

dfn {
  font-style: normal;
  font-weight: normal; }

var {
  font-style: normal;
  font-weight: normal; }

.error {
  background-color: #ffeaea; }
  .error span.icon {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll 0 -240px; }

.error2 {
  background-color: #ffeaea; }

.messages {
  border-radius: 10px;
  margin: 1em 0;
  padding: 20px 20px 20px 115px;
  position: relative; }
  .messages span.icon {
    display: block;
    float: left;
    height: 50px;
    margin: -5px 0 0 -80px;
    width: 50px; }

.message {
  background-color: #fbfbdf;
  margin-bottom: 15px; }

legend.tt_link {
  padding-bottom: 15px; }

select.select_rank {
  width: 296px; }

input.input_share {
  background: #f8f8f8 url("../images/bg_1.gif") repeat-x scroll center bottom;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  margin-left: 125px;
  margin-right: 5px;
  padding: 4px 10px;
  position: relative; }

a.link_point_share {
  background: #ededed url("../images/share_point.png") no-repeat scroll 3px 1px;
  border: 1px solid #a0a0a4;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  padding-left: 22px;
  padding-right: 5px;
  position: relative; }
  a.link_point_share:hover {
    background-color: #d5d5d5; }

a.link_point_share_2 {
  background: #ededed url("../images/share_history.png") no-repeat scroll 3px 1px;
  border: 1px solid #a0a0a4;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  padding-left: 22px;
  padding-right: 5px;
  position: relative; }
  a.link_point_share_2:hover {
    background-color: #d5d5d5; }

div.tour_book {
  padding: 10px 20px 20px; }

div.index_tour {
  padding: 15px 12px 4px 10px;
  position: relative; }

div.qc_item {
  border-bottom: 1px dotted #d1d1d1;
  padding: 10px 0; }

p.qc_item_title {
  background: rgba(0, 0, 0, 0) url("../images/qc_icon_14x16.jpg") no-repeat scroll 0 2px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 19px; }

p.qc_item_summary {
  color: #272727;
  line-height: 17px;
  padding: 4px 0 0 16px;
  text-align: justify; }

p.qc_item_post {
  color: #272727;
  padding-left: 19px;
  text-align: right;
  font-size: 11px;
  font-style: italic; }

div.fd_answer {
  padding-top: 15px; }

p.fd_answer {
  color: red;
  font-weight: bold; }

div.fd_summary {
  line-height: 18px;
  padding-top: 5px;
  text-align: justify; }

h1.td_title {
  color: #010101;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 7px; }

h1.hd_title {
  color: #010101;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 7px; }

div.content_ques__ {
  padding-bottom: 8px; }

.tblue {
  color: #2c81c6; }

div.cdf_img {
  float: left;
  min-height: 10px;
  padding-right: 10px;
  padding-top: 4px; }

p.cdf_summary {
  line-height: 17px;
  padding-bottom: 8px;
  text-align: justify; }

a.cdf_link {
  padding: 0 5px; }

span.cdf_post {
  padding-right: 5px; }

div.cdf_form {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 10px; }

p.cdf_form_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px; }

form.cdf_form {
  padding-left: 34px; }

div.contact_scode_img {
  display: block;
  padding-bottom: 5px; }
  div.contact_scode_img img {
    background: rgba(0, 0, 0, 0) url("../images/icon_refresh_10x10.jpg") no-repeat scroll 0 3px;
    display: inline-block;
    margin-left: 10px;
    margin-top: 21px;
    padding-left: 13px;
    text-decoration: underline; }
  div.contact_scode_img img#siimage {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    margin: 4px 0 10px;
    padding: 0;
    text-decoration: none; }

div.ctb_book input {
  margin-left: 124px; }

div.left_index {
  float: left;
  padding: 10px 0 0 10px;
  width: 77%; }

div.left_index_news {
  float: left;
  padding: 24px 0 0 10px;
  width: 49%; }

div.right_index {
  background-color: #d8d8d8;
  box-shadow: 3px 2px 2px #bababa inset;
  float: right;
  width: 21.5%; }

div#content_index {
  min-height: 498px;
  position: relative;
  top: -3px; }

div.video_right_index {
  background-color: #eeeeee;
  border-radius: 6px;
  margin: 45px 0;
  padding: 6px 10px;
  position: relative;
  width: 80%; }

div.tt_vd_right_ {
  color: #2b2b2b;
  font-size: 14px;
  padding-bottom: 7px;
  text-align: left; }

div.title_index__ {
  margin-bottom: 15px; }
  div.title_index__ h3 {
    background: rgba(0, 0, 0, 0) url("../images/note_34x40.jpg") no-repeat scroll 0 0;
    font-size: 21px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    padding-left: 39px; }
    div.title_index__ h3 font {
      color: #c90303;
      font-weight: normal; }

div.tt_co_index {
  background: #fff url("../images/bg_title_1x56.jpg") repeat-x scroll center bottom;
  color: #393939;
  font-size: 14px;
  height: 38px;
  line-height: 18px;
  padding: 8px 5px 5px 7px;
  position: relative; }
  div.tt_co_index font {
    color: #393939;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase; }

div.ct_co_index {
  font-size: 14px;
  line-height: 26px;
  padding: 10px; }

div.register_index {
  margin-bottom: 15px;
  text-align: center; }
  div.register_index a {
    background: #ededed url("../images/bg_1.gif") repeat-x scroll center bottom;
    border: 1px solid #bababa;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 10px;
    text-decoration: none; }
    div.register_index a:hover {
      color: #9e0b0f; }

div.bg_rs_2 a {
  background: #f6e5b0 url("../images/bg_input_2.jpg") repeat-x scroll center bottom;
  border: 1px solid #dcbc3d;
  color: #000; }
  div.bg_rs_2 a:hover {
    color: #9e0b0f; }

div.img_acc_2 {
  background: rgba(0, 0, 0, 0) url("../images/silver_acc_52x44.jpg") no-repeat scroll right bottom;
  bottom: 0;
  height: 44px;
  position: absolute;
  right: 0;
  width: 52px; }

div.img_acc_3 {
  background: rgba(0, 0, 0, 0) url("../images/gold_acc_62x49.jpg") no-repeat scroll right bottom;
  bottom: 0;
  height: 49px;
  position: absolute;
  right: 0;
  width: 62px; }

div.img_acc_4 {
  background: rgba(0, 0, 0, 0) url("../images/diamond_acc_50x47.jpg") no-repeat scroll right bottom;
  bottom: 0;
  height: 47px;
  position: absolute;
  right: 0;
  width: 50px; }

div.bottom_index {
  margin: 0 1.3%;
  padding: 29px 0; }

div.left_bottom_index {
  background-color: #eeeeee;
  border: 5px solid #eeeeee;
  border-radius: 5px;
  float: left;
  margin-right: 3%;
  padding: 4px;
  position: relative;
  width: 64%; }

div.right_bottom_index {
  float: right;
  margin-right: 1%;
  width: 30%; }

div.row_cmmt_index {
  border-bottom: 1px solid #ebebeb;
  margin: 0 8px;
  padding: 16px 0; }
  div.row_cmmt_index a {
    color: #084d9e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 7px; }

img.img_cmmt {
  float: left;
  height: 60px;
  margin: 0 7px 7px 0;
  width: 88px; }

div.box_comment_index {
  background-color: #fff;
  border: 2px solid #eeeeee;
  border-radius: 4px;
  position: relative; }

div.title_cmmt_index {
  border-bottom: 1px solid #eeeeee;
  color: #333333;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase; }

div.columns_index {
  border: 5px solid #eeeeee;
  border-radius: 11px;
  float: left;
  margin: 0 1.3%;
  padding: 1px;
  position: relative;
  width: 95%; }

div.more_comment_index {
  padding-top: 10px; }
  div.more_comment_index a {
    background: rgba(0, 0, 0, 0) url("../images/arrow_5x7.jpg") no-repeat scroll right 4px;
    font-size: 12px;
    font-style: italic;
    margin-right: 8px;
    padding-right: 9px; }

div.content_cmmt_index {
  padding-bottom: 15px; }

div.title_video_left {
  color: #333;
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: uppercase; }

div.img_sr_list {
  display: block;
  float: left;
  margin: 0 12px 5px 0; }
  div.img_sr_list a {
    display: block; }
  div.img_sr_list img {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    display: block;
    height: 125px;
    position: relative;
    width: 196px; }

p.name_sr_list {
  margin: 0;
  padding-bottom: 6px;
  position: relative;
  top: -4px; }
  p.name_sr_list a {
    font-size: 14px; }

div.title_news_hg {
  padding-bottom: 15px; }
  div.title_news_hg a {
    font-size: 14px; }

p.item_des_sum {
  line-height: 16px;
  margin-bottom: 1px;
  padding-bottom: 0;
  text-align: justify; }

div.item_sr_list {
  background: rgba(0, 0, 0, 0) url("../images/dot_list_4x1.gif") repeat-x scroll center bottom;
  margin-right: 2%;
  padding: 19px 0 15px; }

div.more_service a {
  background: rgba(0, 0, 0, 0) url("../images/arrow_5x7.jpg") no-repeat scroll right 3px;
  padding-right: 7px; }

div.title_tour_list_2 h2 {
  padding-bottom: 2px; }

div.item_highlight_top {
  float: left;
  margin-right: 5%;
  width: 28%; }

div.content_news_hg img {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  display: block;
  height: 160px;
  width: 80%; }

div.news_highlight_top {
  background: rgba(0, 0, 0, 0) url("../images/dot_list_4x1.gif") repeat-x scroll center bottom;
  margin-right: 15px;
  padding-bottom: 20px; }

div.title_guide_dt {
  margin-right: 2%; }
  div.title_guide_dt h2 {
    font-size: 18px;
    padding-bottom: 15px; }

div.content_guide_dt {
  padding-right: 1%; }

div.img_guide_detail {
  display: block;
  float: left;
  margin: 0 7px 5px 0; }
  div.img_guide_detail img {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    display: block;
    height: 125px;
    position: relative;
    width: 196px; }

p.summary_guide_detail {
  line-height: 16px;
  margin-bottom: 1px;
  padding-bottom: 0;
  text-align: justify; }

div.content_guide_detail {
  line-height: 17px;
  padding: 15px 0 0;
  text-align: justify; }

div.soure_news {
  border-bottom: 1px dotted #8f8f8f;
  color: #595959;
  font-style: italic;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-top: 10px; }
  div.soure_news span {
    color: #595959;
    font-style: italic; }

ul.guide_list_other {
  list-style: outside none none;
  padding: 5px 10px 10px 40px; }
  ul.guide_list_other li {
    background: rgba(0, 0, 0, 0) url("../images/arrow_5x7.jpg") no-repeat scroll 0 4px;
    margin-bottom: 7px;
    padding-left: 10px; }
    ul.guide_list_other li a {
      line-height: 16px; }

div.other_guide____ {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  text-transform: uppercase; }

div.text_news_hg {
  line-height: 16px;
  text-align: justify; }

div.footer_all {
  background-color: #d8d8d8;
  border-top: 1px solid #c4c4c4;
  color: #000;
  font-size: 12px;
  padding: 10px 20px; }

div.footer_left {
  float: left;
  text-align: left; }

div.footer_right {
  float: right;
  line-height: 17px;
  text-align: right; }

#footer {
  margin-top: -3px; }

textarea.textarea_content {
  height: 120px;
  width: 520px; }

.content_guide_detail img {
  max-width: 654px; }

div.support_top_new {
  float: right;
  position: absolute;
  right: 180px;
  top: 48px; }

div.text_sp {
  float: left;
  padding-right: 10px;
  padding-top: 1px; }

div.ym_sp {
  float: left;
  padding-right: 10px;
  padding-top: 1px; }

div.skype_sp {
  float: left;
  padding-top: 1px; }

div.all_menu__ {
  float: left; }

div.open_note {
  float: right;
  background-color: #fffdd0;
  border: 1px solid #e3de74;
  border-radius: 3px;
  margin-right: 3px;
  margin-top: 7px;
  padding: 2px 4px; }
  div.open_note a {
    background: rgba(0, 0, 0, 0) url("../images/1365498515_lamp.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    padding-left: 20px; }
  div.open_note:hover {
    border: 1px solid #bfba4b; }

a.close_box {
  background: rgba(0, 0, 0, 0) url("../images/close_20x20.png") no-repeat scroll right 0;
  color: #000;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 20px;
  line-height: 20px;
  padding-right: 25px;
  text-decoration: underline; }
  a.close_box:hover {
    background: rgba(0, 0, 0, 0) url("../images/close_20x20_hover.png") no-repeat scroll right 0;
    text-decoration: none; }

div.note_admin {
  background: #fffdd0 url("../images/lamp.png") no-repeat scroll left top;
  border: 1px solid #e3de74;
  border-radius: 5px;
  clear: both;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-top: 10px;
  min-height: 80px;
  padding: 8px 10px 15px 60px;
  width: 47%; }

div.close_all_ {
  clear: both; }

#moveme {
  background: #ddd none repeat scroll 0 0;
  border-top: 1px solid #666;
  bottom: 0;
  padding: 5px;
  position: fixed;
  width: 100%;
  z-index: 1000; }

div.jp-title {
  border: 1px solid #cccccc;
  display: block;
  height: 30px;
  overflow: hidden;
  position: relative; }

.scrollingtext {
  color: red;
  font-family: "Trebuchet MS",Arial;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  white-space: nowrap; }

.link_login_other p {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  padding-top: 10px; }

body.user {
  background: url("../images/bg.jpg") transparent top left; }

#content_index {
  display: table;
  width: 100%; }
  #content_index .right-left {
    display: table-cell;
    text-align: left;
    vertical-align: top; }
  #content_index .right-right {
    display: table-cell;
    width: 400px;
    text-align: left;
    vertical-align: top; }

div#header {
  background: #1156b5 repeat-x scroll 0 0;
  padding: 0 2px;
  position: relative; }

/*components base*/
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
textarea {
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  max-width: 100%;
  float: left;
  background-color: #f4f4f4; }

select {
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  max-width: 100%;
  float: left;
  background-color: #f4f4f4; }

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

form {
  background-color: #FFFFFF; }
  form .form-item, form .form-actions {
    padding-top: 10pt;
    padding-bottom: 10pt; }

form .btn, form .btn-default {
  background-color: #ff5a00;
  padding: 10pt 25pt;
  border-radius: 5pt;
  color: #FFFFFF;
  display: inline-block; }

.btn, .btn-default {
  background-color: #ff5a00;
  padding: 10pt 25pt;
  border-radius: 5pt;
  color: #FFFFFF;
  display: inline-block;
  line-height: 14pt;
  cursor: pointer; }

.btn-green {
  background-color: #528db1;
  padding: 10pt 25pt;
  border-radius: 5pt;
  color: #000000;
  display: inline-block;
  line-height: 14pt; }

.btn-white {
  background-color: #FFFFFF;
  padding: 10pt 25pt;
  border-radius: 5pt;
  color: #000000;
  display: inline-block;
  line-height: 14pt;
  border: 1px solid #f8f8f8; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919696; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919696;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919696;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919696; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919696; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #919696; }

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none; }

.sort_table2 {
  margin-bottom: 0; }
  .sort_table2 th {
    background-color: #fff;
    border-left: 1px solid #cccccc;
    color: #000000;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle; }
  .sort_table2 thead th.header {
    font-weight: bold;
    padding: 4px 5px 4px 4px;
    text-align: left;
    width: 35px; }
  .sort_table2 thead th {
    border-left: 1px solid #cccccc;
    color: #000000;
    padding: 4px 5px 4px 4px;
    text-align: left;
    vertical-align: middle; }
  .sort_table2 tr td {
    border-left: 1px solid #cccccc;
    color: #000000;
    padding: 4px 5px 4px 4px;
    text-align: left;
    vertical-align: middle; }
  .sort_table2 tr .center {
    padding: 4px 5px 4px 4px;
    width: 5px; }

table.tbldata {
  border-collapse: collapse;
  color: #000000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 13px; }
  table.tbldata tbody tr:hover {
    background: #ffffcf none repeat scroll 0 0; }

.tbldata {
  background: #ffffff none repeat scroll 0 0;
  border-color: #dedede #dedede -moz-use-text-color;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  margin: 0 0 15px;
  width: 100%; }
  .tbldata th {
    background-color: #e6e6e6;
    border-left: 1px solid #cccccc;
    color: #000000;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    border-bottom: 1px solid #dedede; }
  .tbldata tbody tr.odd {
    background-color: #f5f5f5; }
  .tbldata tr.center {
    padding: 15px;
    width: 5px; }
  .tbldata tr td {
    border-left: 1px solid #cccccc;
    color: #000000;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle; }
  .tbldata tr .center {
    padding: 10px;
    width: 5px; }
  .tbldata thead th {
    border-left: 1px solid #cccccc;
    color: #000000;
    padding: 6px 8px;
    text-align: left;
    vertical-align: middle;
    background-color: #e6e6e6;
    font-weight: bold;
    padding: 10px 6px;
    text-align: center; }
  .tbldata thead td {
    background-color: #e6e6e6;
    font-weight: bold;
    padding: 10px 6px;
    text-align: center; }
  .tbldata thead th.header {
    font-weight: bold;
    padding: 6px;
    text-align: left; }
  .tbldata td {
    border-bottom: 1px solid #dedede; }
  .tbldata input {
    margin: 0; }

tr.notactive td {
  color: #cccccc; }
  tr.notactive td a {
    color: #cccccc; }

tr.admin_notactive td {
  color: #cccccc; }
  tr.admin_notactive td a {
    color: #cccccc; }

tr.processing {
  bottom: 0;
  position: absolute; }

p.tt_faq_bot {
  padding-bottom: 10px;
  text-transform: uppercase; }

div.fds_answer_title {
  background: rgba(0, 0, 0, 0) url("../images/dot_15x15.jpg") no-repeat scroll 0 2px;
  border-bottom: 1px dotted #838383;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 1px 0 5px 21px;
  text-transform: uppercase; }

div.logo_linkmarket {
  float: left;
  height: 40px; }

div.sitename {
  height: 62px;
  padding-top: 1px;
  background: white url("../images/header.png") no-repeat scroll right top; }

.logo_linkmarket {
  padding: 5px 10px; }
  .logo_linkmarket img {
    max-height: 100%; }

div.top_menu {
  color: #FFF;
  font-size: 11px;
  height: 40px;
  background-color: #528db1; }
  div.top_menu span {
    background: rgba(0, 0, 0, 0) url("../images/1359192385_hire-me.png") no-repeat scroll left center;
    display: inline-block;
    height: 40px;
    padding-left: 19px; }
  div.top_menu a {
    color: #FFF;
    font-size: 11px; }
    div.top_menu a:hover {
      text-decoration: none;
      color: #b7cdbf; }

.menu_action {
  border-radius: 0 8px 0 0;
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%; }

.toolbar {
  border: 1px solid #adb7bf;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 30px;
  margin-right: 6px;
  padding: 2px 10px 2px 20px;
  text-decoration: none; }

a.act_cat_add {
  background: #ededed url("../images/add_icon.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_cat_add:hover {
    background-color: #d5d5d5; }

a.act_add {
  background: #ededed url("../images/add_icon.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_add:hover {
    background-color: #d5d5d5; }

a.act_add_linkrequest {
  background: #ededed url("../images/add_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_add_linkrequest:hover {
    background-color: #d5d5d5; }

a.act_set_linkrequest {
  background: #ededed url("../images/add_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_set_linkrequest:hover {
    background-color: #d5d5d5; }

a.act_selling_page {
  background: #ededed url("../images/setlinkrequest-icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_selling_page:hover {
    background-color: #d5d5d5; }

a.act_postforselling {
  background: #ededed url("../images/postforselling_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_postforselling:hover {
    background-color: #d5d5d5; }

a.act_removealllinkrequest {
  background: #ededed url("../images/remove_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_removealllinkrequest:hover {
    background-color: #d5d5d5; }

a.act_page_getsource {
  background: #2e74a4 url("../images/getsource_icon.png") no-repeat scroll scroll 5px center;
  border: 1px solid #236899;
  color: #fff;
  padding-left: 22px; }
  a.act_page_getsource:hover {
    background-color: #0d4e7b; }

a.act_search {
  background: #ededed url("../images/search_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_search:hover {
    background-color: #d5d5d5; }

a.act_add_linkrequest_determine {
  background: #ededed url("../images/add_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_add_linkrequest_determine:hover {
    background-color: #d5d5d5; }

a.act_delete {
  background: #ededed url("../images/remove_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_delete:hover {
    background-color: #d5d5d5; }

a.act_postforbuying {
  background: #ededed url("../images/postforbuying_icon.png") no-repeat scroll scroll 5px center;
  padding-left: 22px; }
  a.act_postforbuying:hover {
    background-color: #d5d5d5; }

a.act_copylink {
  background: #ededed url("../images/copy_link.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_copylink:hover {
    background-color: #d5d5d5; }

a.act_edit {
  background: #ededed url("../images/save.png") no-repeat scroll 5px center;
  padding-left: 26px; }
  a.act_edit:hover {
    background-color: #d5d5d5; }

a.act_cat_edit {
  background: #ededed url("../images/save.png") no-repeat scroll 5px center;
  padding-left: 26px; }
  a.act_cat_edit:hover {
    background-color: #d5d5d5; }

a.act_inbox_delete {
  background: #ededed url("../images/remove_icon.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_inbox_delete:hover {
    background-color: #d5d5d5; }

a.act_mark_read {
  background: #ededed url("../images/read.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_mark_read:hover {
    background-color: #d5d5d5; }

a.act_mark_unread {
  background: #ededed url("../images/1359193273_email.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_mark_unread:hover {
    background-color: #d5d5d5; }

a.act_send {
  background: #ededed url("../images/send.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_send:hover {
    background-color: #d5d5d5; }

a.act_reply {
  background: #ededed url("../images/reply.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_reply:hover {
    background-color: #d5d5d5; }

a.act_sendbox_delete {
  background: #ededed url("../images/remove_icon.png") no-repeat scroll 5px center;
  padding-left: 22px; }
  a.act_sendbox_delete:hover {
    background-color: #d5d5d5; }

a.act_pbulic {
  background: #ededed url("../images/postforselling_icon.png") no-repeat scroll 5px center;
  padding-left: 22px; }

a.act_importfromexcel {
  background: #ededed url("../images/import.png") no-repeat scroll 5px center;
  padding-left: 22px; }

.user-menu {
  float: right;
  height: 40px;
  line-height: 40px;
  padding-right: 15px; }
  .user-menu .us_ac_ {
    position: relative; }
    .user-menu .us_ac_ div.content_us {
      position: absolute;
      right: 0px;
      top: 100%;
      background: #528db1; }
  .user-menu .table_us_popup tr td {
    border-left: 1px solid #cccccc;
    color: #fff;
    padding: 0 8px;
    text-align: left;
    vertical-align: middle;
    background-color: #528db1; }

#menu-top {
  display: inline-block;
  float: left; }

.main-menu li {
  list-style: none;
  display: inline-block;
  border-right: 1px solid #e4e4e4; }
  .main-menu li a {
    line-height: 40px;
    font-size: 12px;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px; }
  .main-menu li:first-child {
    border-left: 1px solid #e4e4e4; }

ul.errors {
  padding-left: 30px; }
  ul.errors li {
    color: #c63c2c; }

.image-popup {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

.image-popup:hover {
  opacity: 0.7; }

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */ }

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  max-width: 900vw; }

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px; }

/* Add Animation */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s; }

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0); }
  to {
    -webkit-transform: scale(1); } }
@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s; }

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer; }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%; } }
/*components*/
/*************
page
 */
.tour-member #header {
  background-color: rgba(0, 30, 92, 0.6);
  display: table;
  width: 100%; }
  .tour-member #header div.logo_linkmarket {
    height: 60px; }
.tour-member .page-title {
  display: inline-block;
  float: left;
  line-height: 60px;
  font-size: 25px;
  color: #FFFFFF;
  padding-left: 20%; }
.tour-member .top-tools {
  padding: 10px 30px; }
  .tour-member .top-tools:after {
    content: "";
    display: table;
    clear: both; }
.tour-member #content {
  padding-left: 15px;
  padding-right: 15px; }
.tour-member .section-title {
  display: inline-block;
  float: left;
  margin-top: 15px; }
.tour-member .actions {
  float: right; }
.tour-member .date-time-group {
  display: inline-block; }
.tour-member .form-group {
  padding-left: 15px;
  padding-right: 15px; }
.tour-member .row {
  margin-bottom: 15px; }
.tour-member .form-group .caption {
  display: block;
  margin-bottom: 5px; }
.tour-member .form-group div.checkbox {
  margin-bottom: 3px; }
.tour-member .form-group-table {
  display: table; }
  .tour-member .form-group-table .row {
    display: table-row; }
  .tour-member .form-group-table .caption {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #d0d4df;
    vertical-align: middle;
    width: 35%; }
  .tour-member .form-group-table .input-container {
    display: table-cell;
    padding: 10px;
    border-bottom: 1px solid #d0d4df;
    vertical-align: middle;
    width: 65%; }
    .tour-member .form-group-table .input-container > div {
      padding-top: 5px;
      padding-bottom: 5px; }

.tour-member.tour-member-add #content {
  max-width: 800px;
  margin: auto; }

.form-add-member select,
.form-add-member input[type=text],
.form-add-member input[type=tel],
.form-add-member input[type=email],
.form-add-member input[type=number],
.form-add-member input[type=number],
.form-add-member input[type=date],
.form-add-member input[type=datetime] {
  width: 100%; }

.required {
  color: #c63c2c; }

.done-message {
  padding-top: 50px;
  font-size: 18px;
  color: #ea7a16; }

@media only screen and (min-width: 992px) {
  #myBtn, #dots {
    display: none; } }
@media only screen and (max-width: 991px) {
  .tour-member .page-title {
    padding-left: 10px;
    font-size: 20px; }

  #more {
    display: none; }

  #myBtn {
    color: #c63c2c; } }
.grid-component {
  padding: 30px;
  text-align: center; }
  .grid-component > div {
    display: inline-block;
    width: 150px;
    height: 150px;
    padding: 5px; }
  .grid-component .component-block {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center; }
    .grid-component .component-block a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 150px;
      background-color: #528db1;
      color: #FFFFFF; }
      .grid-component .component-block a:hover {
        background-color: MediumSeaGreen; }

.home-title {
  text-align: center;
  padding-top: 15px; }

/* ie10,ie11 */

/*# sourceMappingURL=style.css.map */
