@charset "utf-8";
.c-section {
  min-height: 80px;
  padding-left: 0;
  padding-right: 0;
}

.c-transition-containment {
  position: absolute;
  width: 100%;
  height: 100%;
}

.c-perspective {
  -webkit-perspective: 1500px;
  -moz-perspective: 1500px;
  perspective: 1500px;
}

.c-transition-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
}

.c-transition-current, .c-transition-active, .no-js .c-transition-item {
  visibility: visible;
  z-index: 1;
}

.c-transition-current {
  pointer-events: initial;
}

.c-transition-top {
  z-index: 2;
}

html:not(.c-modal-patch) {
  overflow-x: hidden;
}

a:hover, a:focus {
  text-decoration: none;
}

/***
img, p, h1, h2, h3, h4, h5, h6 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
***/
.modal-title {
  -webkit-transform: none;
  transform: none;
}

/***
p, h1, h2, h3, h4, h5, h6, a {
    font-family: "microsoft yahei", "hiragino sans gb", simhei, stheiti
}
***/
.c-container, .c-container-1, .c-container-2, .c-row, .c-column, .c-div, .c-list, .c-listitem, .c-tabpane {
  min-height: 80px;
}

.c-row {
  word-spacing: -4px;
}

.c-column {
  word-spacing: normal;
}

.c-embedcode {
  min-height: 30px;
}

.c-contentview {
  min-height: 100px;
}

.c-section-switch {
  position: relative;
  height: 100%;
}

.c-row {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .c-container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .c-container-2 {
    width: 1070px;
  }
}
@media (min-width: 1200px) {
  .col-lg-2_4 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-2_4 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .col-sm-2_4 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .c-modal-dialog {
    width: 980px;
  }
}
.c-button {
  background-color: #000000;
  color: #ffffff;
}

.c-button:hover {
  background-color: #000000;
  color: #ffffff;
}

.c-button:focus {
  background-color: #000000;
  color: #ffffff;
}

.c-button:active {
  background-color: #000000;
  color: #ffffff;
}

.c-image {
  height: auto;
  width: auto;
  max-width: 100%;
  display: inline-block;
}

.c-slider {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background-color: rgba(153, 153, 153, 0.5);
}

.c-slider-mask, .c-slide {
  min-height: 300px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-linkblock {
  min-height: 80px;
  min-width: 80px;
  display: inline-block;
}

.c-inlineblock {
  display: inline-block;
}

.c-imageblock {
  width: 100px;
  height: 100px;
}

.c-leftarrow {
  z-index: 3;
  right: auto;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-rightarrow {
  z-index: 3;
  left: auto;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-icon-arrowicon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 1em;
  height: 1em;
}

.c-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.c-slider-nav.c-round > .c-slider-nav-dot {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.c-slider-nav-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  -webkit-transition: background-color 100ms, color 100ms;
  -moz-transition: background-color 100ms, color 100ms;
  -o-transition: background-color 100ms, color 100ms;
  transition: background-color 100ms, color 100ms;
  filter: progid:dximagetransform.microsoft.gradient(gradienttype=0, startcolorstr="#4cffffff", endcolorstr="#4cffffff");
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.c-slider-nav-dot.c-active {
  background-color: #fff;
}

.c-nav-btn-span {
  background-color: #428bca;
}

.c-input, .c-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}

.c-checkbox, .c-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.c-checkbox .c-form-label, .c-radio .c-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 0;
}

.c-checkbox-input, .c-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.c-modal.c-dialog-open {
  display: block;
}

.c-modal.c-dialog-0 .c-modal-dialog {
  opacity: 0;
}

.c-modal.c-dialog-0.c-dialog-open .c-modal-dialog {
  opacity: 1;
}

.c-modal.c-dialog-1 > .c-modal-dialog {
  transform: rotate(0deg) scale(1) translate(0, -200%);
  -webkit-transform: rotate(0deg) scale(1) translate(0, -200%);
  -moz-transform: rotate(0deg) scale(1) translate(0, -200%);
  -ms-transform: rotate(0deg) scale(1) translate(0, -200%);
  -o-transform: rotate(0deg) scale(1) translate(0, -200%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.c-modal.c-dialog-1.c-dialog-open > .c-modal-dialog {
  transform: rotate(0deg) scale(1) translate(0, 0);
  -webkit-transform: rotate(0deg) scale(1) translate(0, 0);
  -moz-transform: rotate(0deg) scale(1) translate(0, 0);
  -ms-transform: rotate(0deg) scale(1) translate(0, 0);
  -o-transform: rotate(0deg) scale(1) translate(0, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.c-modal.c-dialog-3 > .c-modal-dialog {
  transform: rotate(0deg) scale(0);
  -webkit-transform: rotate(0deg) scale(0);
  -moz-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  -o-transform: rotate(0deg) scale(0);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.c-modal.c-dialog-3.c-dialog-open > .c-modal-dialog {
  transform: rotate(0deg) scale(1);
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.c-modal.c-dialog-2 > .c-modal-dialog {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.c-modal.c-dialog-2.c-dialog-open > .c-modal-dialog {
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.c-modal c-modal-close {
  cursor: pointer;
}

@media (max-width: 767px) {
  * {
    background-attachment: initial;
  }
}
.c-action-click {
  cursor: pointer;
}

.c-html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background-color: transparent;
}

.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  background-color: transparent;
}

.navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus {
  background-color: transparent;
}

.c-pagination {
  clear: both;
}

.c-pagination-list > li {
  display: inline-block;
}

.c-inline-column {
  float: none;
  display: inline-block;
  vertical-align: top;
  _zoom: 1;
  *display: inline;
}

.c-form .c-successmessage {
  display: none;
}

.c-form .c-errormessage {
  display: none;
}

.c-form.c-success * {
  display: none;
}

.c-form.c-success .c-successmessage {
  display: block;
}

.c-form.c-error .c-errormessage {
  display: block;
}

input.c-error, textarea.c-error, select.c-error, .c-radio.c-error, .c-checkbox.c-error {
  border: 1px solid red;
}

p.p-s02 {
  text-indent: 2em;
}

p.p-s03:first-letter {
  float: left;
  font-size: 48px;
  line-height: 1;
  margin: 0 5px 0 0;
  text-transform: uppercase;
  font-family: kaiti, stkaiti;
}

@media (min-width: 768px) {
  .c-navcollapse-center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .c-navlist-center {
    float: none;
    display: inline-block;
  }
}
.c-tabmenu-stacked {
  float: left;
  width: 15%;
}

.c-tabcontent-stacked {
  float: right;
  width: 85%;
}

.c-dropdown.c-dropdown-hover:hover > .dropdown-menu {
  display: block;
}

.c-dropdown-menu-hover {
  margin: 0;
}

input, button, select, textarea {
  outline: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

a:focus {
  outline: none;
}

[data-toggle=collapse] > .fa.cs-arrow:before {
  content: "";
}

[data-toggle=collapse].collapsed > .fa.cs-arrow:before {
  content: "";
}

.no-transition {
  transition: none;
  -webkit-transition: none;
}

.cs-arrow, .cs-tree-arrow {
  margin-left: 5px;
  margin-right: 5px;
}

.text-ellipse {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.c-ellipse {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.no-wrap {
  white-space: nowrap;
}

ul.cs-tree-list {
  list-style-type: none;
}

ul.cs-tree-list li.cs-tree-item > .cs-tree-btn > .cs-tree-arrow {
  display: none;
}

ul.cs-tree-list li.cs-tree-item > .cs-tree-btn > .cs-tree-arrow:before {
  content: "";
}

ul.cs-tree-list li.cs-tree-item > *:first-child:nth-last-child(3) .cs-tree-arrow {
  display: inline-block;
}

ul.cs-tree-list li.cs-tree-item > ul.cs-tree-list {
  display: none;
}

ul.cs-tree-list li.cs-tree-item.unfold > .cs-tree-btn > .cs-tree-arrow:before {
  content: "";
}

ul.cs-tree-list li.cs-tree-item.unfold > ul.cs-tree-list {
  display: block;
}

.cs-tree-btn {
  width: 18px;
  display: inline-block;
  margin-left: -18px;
}

.cs-tree-content {
  display: inline-block;
}

[hidden] {
  display: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.treeview > .treeview-item > .treeview-linkwrap {
  color: red;
}

.treeview > .treeview-item > .treeview-item > .treeview-linkwrap {
  color: blue;
}

.treeview > .treeview-item > .treeview-item > .treeview-item > .treeview-linkwrap {
  color: black;
}

.treeview-item > *:first-child:nth-last-child(3) {
  color: yellow;
}

.treeview-item > .treeview-linkwrap:only-child > a.fa {
  display: none;
}

.treeview .treeview-item > .treeview-item {
  display: none;
}

.treeview .treeview-item.open > div {
  display: block;
}

.treeview-item.open > .treeview-linkwrap > a.fa::before {
  content: "";
}

.c-nominh {
  min-height: 0;
}

html {
}

.c-inithide:not(.c-hideholder) {
  display: none;
}

.c-inithide:not(.c-hideholder) * {
  display: none;
}

.c-inithide.c-hideholder {
  visibility: hidden;
  pointer-events: none;
}

.c-inithide.c-hideholder * {
  visibility: hidden;
  pointer-events: none;
}

[v-cloak] {
  display: none;
}

@media all {
  .dialog_euuiub.c-dialog-open {
    background-color: rgba(0, 0, 0, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal > .dialogwrap_gaiels {
    width: 300px;
  }

  .dialogcontent_ythhsz {
    border-style: none;
    border-radius: 2px;
    box-shadow: none;
  }

  .dialogheader_0tozfu {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .heading_upijrj {
    text-align: center;
  }

  .defaultbutton_8nci0g {
    position: absolute;
    right: 0;
    top: 11px;
    margin-right: 14px;
  }

  .dialogbody_vuk3dl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_sqgzmq {
    width: 100%;
    margin: 0 auto 10px;
    margin-top: 0;
  }

  .paragraph_xexy5l {
    font-size: 15px;
    margin-bottom: 0;
  }

  .dialogfooter_h2tgal {
    padding: 0;
    display: flex;
    text-align: center;
  }

  .linkblock_vdbk6o {
    min-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    flex: 1;
  }

  .paragraph_vwsjux {
    font-size: 16px;
    margin-bottom: 0;
  }
}
html {
  font-size: 15px;
}

p, h1, h2, h3, h4 {
  min-width: 10px;
  min-height: 10px;
}

.cst_block_richcontent p {
  text-align: justify;
  margin-bottom: 10px;
  font-family: -apple-system-font, "helvetica neue", helvetica, sans-serif;
}

.cst_block_richcontent p br {
  display: inline;
  line-height: 2.2em;
}

.disablelink {
  color: inherit;
  cursor: default;
}

.disablelink a, .disablelink:hover {
  color: inherit;
}

.cst_svg_currentcolor path {
  fill: inherit;
}

.cst_sectionblock {
  position: relative;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cst_container_base {
  position: relative;
}

@media (max-width: 767px) {
  .cst_container_base {
    width: 100%;
  }
}
.cst_mlr-15 {
  margin-left: -15px;
  margin-right: -15px;
}

.cst_plr1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.cst_plr05 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cst_plr0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

@media (min-width: 767px) {
  .cst_flexspace_p1 > .cst_flexitem {
    padding: 1rem;
  }

  .cst_flexspace_p1 {
    padding: 1rem;
  }

  .cst_flexspace_p05 > .cst_flexitem {
    padding: 0.5rem;
  }

  .cst_flexspace_p05 {
    padding: 0.5rem;
  }

  .cst_flexspace_p025 > .cst_flexitem {
    padding: 0.25rem;
  }

  .cst_flexspace_p025 {
    padding: 0.25rem;
  }
}
@media (max-width: 767px) {
  .cst_flexspace_p1 > .cst_flexitem {
    padding: 0.6rem;
  }

  .cst_flexspace_p1 {
    padding: 0.6rem;
  }

  .cst_flexspace_p05 > .cst_flexitem {
    padding: 0.3rem;
  }

  .cst_flexspace_p05 {
    padding: 0.3rem;
  }

  .cst_flexspace_p025 > .cst_flexitem {
    padding: 0.15rem;
  }

  .cst_flexspace_p025 {
    padding: 0.15rem;
  }
}
.cst_flexspace_m1 > .cst_flexitem {
  margin: 1rem;
}

.cst_flexspace_m05 > .cst_flexitem {
  margin: 0.5rem;
}

.cst_gridspace_p1 .row > .c-column {
  padding: 1rem;
}

.cst_gridspace_p1 {
  padding: 1rem;
}

.cst_gridspace_p1 > .noborder {
  margin: -2rem;
}

.cst_gridspace_p05 .row > .c-column {
  padding: 0.5rem;
}

.cst_gridspace_p05 {
  padding: 0.5rem;
}

.cst_gridspace_p05 > .noborder {
  margin: -1rem;
}

.cst_gridspace_p025 .row > .c-column {
  padding: 0.25rem;
}

.cst_gridspace_p025 {
  padding: 0.25rem;
}

.cst_gridspace_p025 > .noborder {
  margin: -0.5rem;
}

.cst_gridspace_p0 .row > .c-column {
  padding: 0rem;
}

.cst_gridspace_p0 {
  padding: 0rem;
}

.cst_gridspace_p0 > .noborder {
  margin: 0rem;
}

@media screen and (max-width: 1025px) and (min-width: 767px) {
  .cst_flexlayout_n1n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_n1n > .cst_flexitem {
    max-width: 100%;
    min-width: 100%;
    -webkit-flex: 1 1 100%;
  }

  .cst_flexlayout_n2n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_n2n > .cst_flexitem {
    max-width: 50%;
    min-width: 50%;
    -webkit-flex: 1 1 50%;
  }

  .cst_flexlayout_n3n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_n3n > .cst_flexitem {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    -webkit-flex: 1 1 33.3333333333%;
  }

  .cst_flexlayout_n4n {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_n4n > .cst_flexitem {
    max-width: 25%;
    min-width: 25%;
    -webkit-flex: 1 1 25%;
  }
}
@media (max-width: 767px) {
  .cst_flexlayout_nn1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_nn1 > .cst_flexitem {
    max-width: 100%;
    min-width: 100%;
    -webkit-flex: 1 1 100%;
  }

  .cst_flexlayout_nn2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_nn2 > .cst_flexitem {
    max-width: 50%;
    min-width: 50%;
    -webkit-flex: 1 1 50%;
  }

  .cst_flexlayout_nn3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_nn3 > .cst_flexitem {
    max-width: 33.3333333333%;
    min-width: 33.3333333333%;
    -webkit-flex: 1 1 33.3333333333%;
  }

  .cst_flexlayout_nn4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cst_flexlayout_nn4 > .cst_flexitem {
    max-width: 25%;
    min-width: 25%;
    -webkit-flex: 1 1 25%;
  }
}
.cst_flexitemsize_ss {
  max-width: 25%;
  min-width: 25%;
}

.cst_flexitemsize_s {
  max-width: 33.3%;
  min-width: 33.3%;
}

.cst_flexitemsize_m {
  max-width: 50%;
  min-width: 50%;
}

.cst_flexitemsize_l {
  max-width: 66.6%;
  min-width: 66.6%;
}

.cst_w100 {
  width: 100%;
}

.cst_h100 {
  height: 100%;
}

.cst_bgfixed {
  background-attachment: fixed;
}

.cst_navfixed {
  position: fixed;
  width: 100%;
}

.cst_bgtransparent {
  background: transparent;
}

.cst_nav_bgtransparent {
  background: transparent;
}

.cst_bgcover {
  background-size: cover;
  background-repeat: no-repeat;
}

.cst_bgcontain {
  background-size: contain;
  background-repeat: no-repeat;
}

.cst_bgrepeat {
  background-repeat: repeat;
}

.cst_sectionbg {
  background-repeat: no-repeat;
}

.jarallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.cst_flex_vetically {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cst_flex_end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cst_flex_column_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cst_flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cst_flexreverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 767px) {
  .cst_flexreverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.cst_textalign_left {
  text-align: left;
}

.cst_textalign_center {
  text-align: center;
}

.cst_textalign_right {
  text-align: right;
}

.cst_gridtextalign_left .c-column {
  text-align: left;
}

.cst_gridtextalign_center .c-column {
  text-align: center;
}

.cst_gridtextalign_right .c-column {
  text-align: right;
}

.cst_grid_singlelist > .c-column {
  width: 100%;
}

.flip-horizontal {
  -webkit-transform: scalex(-1);
  transform: scalex(-1);
  -webkit-filter: fliph;
  filter: fliph;
}

.bsbtn   .bsbtn {
  margin-left: 15px;
}

.cst_v_spliteline > .cst_flexitem   .cst_flexitem {
  position: relative;
}

.cst_v_spliteline > .cst_flexitem   .cst_flexitem::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentcolor;
  opacity: 0.2;
}

.cst_block_imagegrid_square   .cst_block_imagegrid_square {
  margin-top: -1vw;
}

@media (min-width: 767px) {
  .cst_lefttriangle_before {
    position: relative;
  }

  .cst_lefttriangle_before:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 26px solid #3d85c6;
    border-top: 26px solid transparent;
    -webkit-transform: rotate(45deg) scale(1) translate(0%, 0%);
    transform: rotate(45deg) scale(1) translate(0%, 0%);
    transition: all 0s ease;
    z-index: 10;
    left: -13px;
    top: 50%;
    margin-top: -14px;
  }
}
.cst_righttriangle > .cst_triangle {
  position: absolute;
  width: 26px;
  height: 26px;
  min-height: 20px;
  right: -13px;
  -webkit-transform: rotate(45deg) scale(1) translate(0%, 0%);
  transform: rotate(45deg) scale(1) translate(0%, 0%);
  transition: all 0s ease;
  top: 50%;
  margin-top: -14px;
}

.cst_righttriangle > .cst_triangle2 {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 10;
  bottom: -50px;
  right: -50px;
  -webkit-transform: rotate(-45deg) scale(1) translate(0%, 0%);
  transform: rotate(-45deg) scale(1) translate(0%, 0%);
  transition: all 0s ease;
}

.cst_righttriangle > .cst_triangle3 {
  position: absolute;
  background-color: transparent;
  min-height: 0px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 80px;
}

.cst_lefttriangle > .cst_triangle {
  position: absolute;
  width: 26px;
  height: 26px;
  min-height: 20px;
  left: -13px;
  -webkit-transform: rotate(-45deg) scale(1) translate(0%, 0%);
  transform: rotate(-45deg) scale(1) translate(0%, 0%);
  transition: all 0s ease;
  top: 50%;
  margin-top: -14px;
}

.cst_lefttriangle > .cst_triangle2 {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 10;
  bottom: -50px;
  left: -50px;
  -webkit-transform: rotate(45deg) scale(1) translate(0%, 0%);
  transform: rotate(45deg) scale(1) translate(0%, 0%);
  transition: all 0s ease;
}

.cst_lefttriangle > .cst_triangle3 {
  position: absolute;
  background-color: transparent;
  min-height: 0px;
  top: 0;
  height: 100%;
  width: 80px;
  left: 0;
  -webkit-transform: scalex(-1);
  transform: scalex(-1);
  -webkit-filter: fliph;
  filter: fliph;
}

.cst_colorwhite {
  color: white;
}

.cst_colorblack {
  color: black;
}

.cst_colordarkgray {
  color: #434343;
}

.cst_colorlightgray {
  color: #efefef;
}

.cst_title_style:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: -120px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  opacity: 0.8;
}

.cst_title_style:after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -120px;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  opacity: 0.8;
}

.cst_block_slide .c-slider-nav-dot {
  width: 0.7rem;
  height: 0.7rem;
}

.cst_slidegroup3 .c-slider-nav-dot {
  width: 0.5rem;
  height: 0.5rem;
}

.cst_richtextlist > ul {
  padding: 0px;
}

.cst_richtextlist > ul li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  list-style-type: none;
}

.cst_richtextlist > ul li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid currentcolor;
  display: block;
  opacity: 0.2;
}

.cst_roundimage .cst_divimagewrap {
  padding: 30px 30px 10px 30px;
}

.cst_roundimage .cst_divimage {
  padding-top: 100%;
  border-radius: 300px;
}

.cst_timelinestyle01 .cst_setting_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cst_timelinestyle01 .cst_timelinelist > :nth-child(even) .cst_block_item {
  background-color: rgba(130, 130, 130, 0.1);
}

@media (min-width: 767px) {
  .cst_timelinestyle01 .cst_timelinelist > :nth-child(even) .cst_block_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    text-align: right;
  }

  .cst_timelinestyle01 .cst_timelinelist > :nth-child(even) .cst_block_item .cst_title::before {
    right: -40px;
    left: auto;
  }

  .cst_timelinestyle01 .cst_timelinelist > :nth-child(even) .cst_block_item .cst_description::before {
    right: -31px;
    left: auto;
  }

  .cst_timelinestyle01 .cst_timelinelist > :nth-child(even) .cst_block_item .cst_date {
    text-align: left;
  }
}
.cst_timelinestyle02 .cst_setting_item {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
}

.cst_timelinestyle02 .cst_timelinelist > :nth-child(even) .cst_block_item {
  background-color: rgba(130, 130, 130, 0.1);
}

.cst_list_borderstyle01 > :nth-child(n 2)::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: currentcolor;
  opacity: 0.2;
}

.cst_list_borderstyle01 > :nth-child(n 2)::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100px;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: currentcolor;
}

.cst_richtextlistwrap > ul   ul {
  margin-left: 20px;
}

.cst_richtextlist02 > ul {
  padding: 5px 10px 0 2em;
}

.cst_richtextlist02 > ul li {
  position: relative;
  margin-bottom: 3px;
  padding-bottom: 3px;
  list-style-type: none;
}

.cst_richtextlist02 > ul li:after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
  display: block;
  opacity: 0.2;
}

.cst_richtextlist02 > ul li:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 0.5em;
  content: "";
}

.cst_richtext_listicon1 > ul li::before {
  content: "";
}

.cst_richtext_listicon2 > ul li::before {
  content: "";
}

.cst_richtext_listicon3 > ul li::before {
  content: "";
}

.cst_richtext_listicon4 > ul li::before {
  content: "";
}

.cst_richtext_listicon5 > ul li::before {
  content: "";
}

.cst_richtexttp p {
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px outset gray;
  column-rule: 1px outset gray;
}

@media (max-width: 767px) {
  .cst_richtexttp p {
    -webkit-columns: 1;
    columns: 1;
  }
}
.cst_richtexttp p br {
  display: inline;
  line-height: 3rem;
}

.cst_richtexttp ul {
  margin-bottom: 2rem;
}

.cst_title_underline {
  position: relative;
  margin-bottom: 30px;
}

.cst_title_underline::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 80px;
  background-color: currentcolor;
}

.cst_topborder {
  border-top-width: 1px;
  border-top-style: solid;
}

.cst_hovershadow_01 {
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease;
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -moz-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

@media (min-width: 767px) {
  .cst_hovershadow_01:hover {
    box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22), 0 19px 38px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    position: relative;
    z-index: 10;
  }
}
.cst_hovershadow_griditem .cst_block_item {
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease;
  -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
}

@media (min-width: 767px) {
  .cst_hovershadow_griditem .cst_block_item:hover {
    box-shadow: rgba(0, 0, 0, 0.188235) 0px 17px 50px 0px;
    -webkit-transform: translate3d(0px, -2px, 0px);
    transform: translate3d(0px, -2px, 0px);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s ease;
    z-index: 10;
  }
}
.cst_hovertrans_griditem .cst_block_item {
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease;
}

@media (min-width: 767px) {
  .cst_hovertrans_griditem .cst_block_item:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, -5%);
    transform: rotate(0deg) scale(1) translate(0%, -5%);
    transition: all 0.3s ease;
    z-index: 10;
  }
}
.cst_hoverlink_effect01 .cst_divimage:hover {
  -webkit-transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transition: all 10s ease;
}

.cst_hoverlink_effect01 .cst_hoverlink_linkblock::before {
  background-image: none;
}

.cst_hoverlink_effect01 .cst_hoverlink_overlay:hover {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect01 .cst_hoverlink_overlay:hover   .cst_divimage {
  -webkit-transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transition: all 10s ease;
}

.cst_hoverlink_effect01 .cst_hoverlink_overlay:hover .c-icon {
  -webkit-transform: rotate(360deg) scale(1) translate(0%, 0%);
  transform: rotate(360deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect01 .cst_hoverlink_overlay:hover .cst_hoverlink_title {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 1s ease;
}

.cst_hoverlink_effect01 .cst_hoverlink_overlay:hover .cst_hoverlink_title::before {
  width: 100%;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect01 .cst_hoverlink_overlay:hover .cst_hoverlink_description {
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 1s ease;
}

.cst_hoverlink_effect01 .cst_hoverlink_overlay:hover .cst_hoverlink_linkblock {
  color: inherit;
}

.cst_hoverlink_effect02 .cst_divimage {
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_linkblock {
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 100%);
  transform: rotate(0deg) scale(1) translate(0%, 100%);
  transition: all 0.5s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_linkblock::before {
  background-image: none;
}

.cst_hoverlink_effect02 .cst_hoverlink_overlay:hover {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_overlay:hover   .cst_divimage {
  -webkit-transform: rotate(0deg) scale(1) translate(0%, -100%);
  transform: rotate(0deg) scale(1) translate(0%, -100%);
  transition: all 0.5s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_overlay:hover .cst_hoverlink_linkblock {
  color: inherit;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.5s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_overlay:hover .c-icon {
  -webkit-transform: rotate(360deg) scale(1) translate(0%, 0%);
  transform: rotate(360deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_overlay:hover .cst_hoverlink_title {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 1s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_overlay:hover .cst_hoverlink_title::before {
  width: 100%;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect02 .cst_hoverlink_overlay:hover .cst_hoverlink_description {
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 1s ease;
}

.cst_hoverlink_effect03 .cst_divimage:hover {
  -webkit-transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transition: all 10s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_linkblock {
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_linkblock::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  background-image: ;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0deg) scale(1) translate(-100%, 0%);
  transform: rotate(0deg) scale(1) translate(-100%, 0%);
  transition: all 0.3s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover   .cst_divimage {
  -webkit-transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transition: all 10s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover .c-icon {
  -webkit-transform: rotate(360deg) scale(1) translate(0%, 0%);
  transform: rotate(360deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover .cst_hoverlink_title {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 1s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover .cst_hoverlink_title::before {
  width: 100%;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover .cst_hoverlink_description {
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
  transform: rotate(0deg) scale(1) translate(0px, 0px);
  transition: all 1s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover .cst_hoverlink_linkblock {
  opacity: 1;
  color: inherit;
  -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
  transform: rotate(0deg) scale(1) translate(0%, 0%);
  transition: all 0.3s ease;
}

.cst_hoverlink_effect03 .cst_hoverlink_overlay:hover .cst_hoverlink_linkblock::before {
  -webkit-transform: rotate(0deg) scale(1) translate(100%, 0%);
  transform: rotate(0deg) scale(1) translate(100%, 0%);
  transition: all 1s ease;
}

.cst_hoverlink_effect04 .cst_divimage {
  transition: all 0.3s ease;
}

.cst_hoverlink_effect04 .cst_divimage:hover {
  -webkit-transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transform: rotate(0deg) scale(1.2) translate(0%, 0%);
  transition: all 0.3s ease;
}

.cst_hoverlink_effect04 .cst_title_overlay {
  transition: all 0.3s ease;
}

.cst_hoverlink_effect04 .cst_hoverlink_linkblock {
  transition: all 0.3s ease;
}

.cst_hoverlink_effect04 .cst_hoverlink_overlay:hover   .cst_divimage {
  -webkit-transform: rotate(0deg) scale(1.1) translate(0%, 0%);
  transform: rotate(0deg) scale(1.1) translate(0%, 0%);
  transition: all 0.3s ease;
}

.cst_hoverlink_effect04 .cst_hoverlink_overlay:hover .cst_title_overlay {
  opacity: 1;
  transition: all 0.3s ease;
}

.cst_hoverlink_effect04 .cst_hoverlink_overlay:hover .cst_hoverlink_title, .cst_hoverlink_effect04 .cst_hoverlink_overlay:hover p {
  color: white;
}

.cst_hoverlink_effect04 .cst_hoverlink_overlay:hover .cst_hoverlink_linkblock {
  padding-bottom: 50px;
  transition: all 0.3s ease;
}

.cst_hoverlink_effect05 .cst_title_overlay {
  transition: all 0.3s ease;
}

.cst_hoverlink_effect05 .cst_hoverlink_linkblock {
  transition: all 0.3s ease;
}

.cst_hoverlink_effect05 .cst_divimage {
  transition: all 0.3s ease;
}

.cst_hoverlink_effect05 .cst_hoverlinkwrap:hover .cst_divimagewrap .cst_divimage {
  -webkit-transform: rotate(0deg) scale(1.1) translate(0%, 0%);
  transform: rotate(0deg) scale(1.1) translate(0%, 0%);
  transition: all 0.3s ease;
}

.cst_hoverlink_effect05 .cst_hoverlinkwrap:hover .cst_title_overlay {
  opacity: 1;
  transition: all 0.3s ease;
}

.cst_hoverlink_effect05 .cst_hoverlinkwrap:hover .cst_hoverlink_title, .cst_hoverlink_effect05 .cst_hoverlinkwrap:hover p {
  color: white;
}

.headroom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.headroom--unpinned {
  top: -100px;
}

.headroom--pinned {
  top: 0;
}

.headroom--bottom {
  top: 0;
}

.headroom--not-top {
  margin-top: 0;
}

@media (min-width: 767px) {
  .headroom--top .navbar-nav > li > a {
    transition: all 0.4s ease-in-out;
  }

  .headroom--top .navbar-brand {
    height: 50px;
    transition: all 0.4s ease-in-out;
  }

  .headroom--not-top .navbar-nav > li > a, .headroom--not-top .cst_nav_btn {
    height: 60px;
    transition: all 0.4s ease-in-out;
  }

  .headroom--not-top .navbar-brand {
    height: 30px;
    padding: 0;
    transition: all 0.4s ease-in-out;
  }
}
.cst_forminputwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cst_griditem_buttomborder .c-column {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.cst_griditem_buttomborder .c-column::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -15px;
  height: 1px;
  z-index: 1;
  background-color: currentcolor;
  opacity: 0.2;
}

.cst_griditem_buttomborder .c-listitem {
  position: relative;
}

.cst_griditem_buttomborder .c-listitem::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  z-index: 1;
  background-color: currentcolor;
  opacity: 0.2;
}

.favorite {
  border-style: solid;
  border-color: #ffb017;
  overflow: hidden;
  position: relative;
  border-width: 1px;
}

.favorite::before {
  content: "1";
  position: absolute;
  width: 0px;
  height: 0px;
  border-top: 40px solid #ffb017;
  border-left: 40px solid transparent;
  -webkit-transform: rotate(270deg) scale(1) translate(0%, 0%);
  transform: rotate(270deg) scale(1) translate(0%, 0%);
  transition: all 0s ease;
  top: 0px;
  left: 0px;
  z-index: 10;
}

.cst_focus_itembg {
  width: 100%;
  height: 110%;
  left: 0px;
  top: -5%;
  bottom: auto;
  right: auto;
  background-color: #2ee6ff;
}

@media (max-width: 767px) {
  .cst_focus_itembg {
    height: 100%;
    top: 0;
  }
}
.cst_boxshadow {
  box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22), 0 19px 38px 0 rgba(0, 0, 0, 0.2);
}

.cst_zindex10 {
  z-index: 10;
}

@media (min-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_1_1 {
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_1_1 {
    min-width: 50%;
  }
}
.cst_masonrylayout4 .cst_masonry_1_1 .cst_divimagewrap {
  padding-top: 100%;
}

@media (min-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_2_1 {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_2_1 {
    min-width: 100%;
  }
}
.cst_masonrylayout4 .cst_masonry_2_1 .cst_divimagewrap {
  padding-top: 50%;
}

@media (min-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_2_2 {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_2_2 {
    min-width: 100%;
  }
}
.cst_masonrylayout4 .cst_masonry_2_2 .cst_divimagewrap {
  padding-top: 100%;
}

@media (min-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_1_2 {
    min-width: 25%;
  }
}
@media (max-width: 767px) {
  .cst_masonrylayout4 .cst_masonry_1_2 {
    min-width: 50%;
  }
}
.cst_masonrylayout4 .cst_masonry_1_2 .cst_divimagewrap {
  padding-top: 200%;
}

.cst_form_bottomborder .cst_input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

@media (min-width: 1025px) {
  .leftfixed .collapse {
    left: 300px;
    right: auto;
    box-shadow: none;
  }

  .leftfixed-body {
    padding-left: 300px;
    padding-right: 20px;
    max-width: 1500px;
  }

  .leftfixed-body .container {
    width: 100%;
  }

  .leftfixed .navbar-toggle-desktop {
    -webkit-transform: rotate(0deg) scale(1) translate(300px, 0%);
    transform: rotate(0deg) scale(1) translate(300px, 0%);
  }

  .leftfixed .navbar-header {
    left: 0;
  }
}
@media (min-width: 767px) {
  .cst_bgtransparent_l {
    background: transparent;
  }
}
